<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fa">
	<id>https://fa.wikipasokh.com/history/%D8%A7%D9%84%DA%AF%D9%88:Trim/doc?feed=atom</id>
	<title>الگو:Trim/doc - تاریخچهٔ نسخه‌ها</title>
	<link rel="self" type="application/atom+xml" href="https://fa.wikipasokh.com/history/%D8%A7%D9%84%DA%AF%D9%88:Trim/doc?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://fa.wikipasokh.com/history/%D8%A7%D9%84%DA%AF%D9%88:Trim/doc"/>
	<updated>2026-05-27T03:42:52Z</updated>
	<subtitle>تاریخچهٔ نسخه‌ها برای این صفحه در ویکی</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://fa.wikipasokh.com/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Trim/doc&amp;diff=5256&amp;oldid=prev</id>
		<title>Nazarzadeh: ۱ نسخه واردشده</title>
		<link rel="alternate" type="text/html" href="https://fa.wikipasokh.com/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Trim/doc&amp;diff=5256&amp;oldid=prev"/>
		<updated>2020-11-21T12:44:17Z</updated>

		<summary type="html">&lt;p&gt;۱ نسخه واردشده&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fa&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;→ نسخهٔ قدیمی‌تر&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;نسخهٔ ‏۲۱ نوامبر ۲۰۲۰، ساعت ۱۶:۱۴&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;fa&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(بدون تفاوت)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki_fawikipasokh-fawiki_:diff:1.41:old-5255:rev-5256 --&gt;
&lt;/table&gt;</summary>
		<author><name>Nazarzadeh</name></author>
	</entry>
	<entry>
		<id>https://fa.wikipasokh.com/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Trim/doc&amp;diff=5255&amp;oldid=prev</id>
		<title>en&gt;JsfasdF252: all-pages = yes</title>
		<link rel="alternate" type="text/html" href="https://fa.wikipasokh.com/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Trim/doc&amp;diff=5255&amp;oldid=prev"/>
		<updated>2020-10-09T23:10:52Z</updated>

		<summary type="html">&lt;p&gt;all-pages = yes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;صفحهٔ تازه&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{High-risk|844000+|all-pages = yes}}&lt;br /&gt;
{{notice|This template is for trimming whitespace from strings. For the maintenance tag for images, see {{tl|trimming}}}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template trims leading and trailing (but not interior) whitespace from a string. The string should be passed as the first unnamed parameter. The parameter must be named {{para|1}} if its value contains a &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
&lt;br /&gt;
You may [[WP:SUBST|substitute]] this template - that is, if used as {{tlxs|trim}}, the resulting wikicode is &amp;quot;clean&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{tlx|trim|&amp;lt;var&amp;gt;text&amp;lt;/var&amp;gt;}} = &amp;lt;var&amp;gt;text&amp;lt;/var&amp;gt; with any leading or trailing whitespace removed.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
*&amp;quot;{{tlx|trim| abc}}&amp;quot; produces &amp;quot;{{trim| abc}}&amp;quot;&lt;br /&gt;
*&amp;quot;{{tlx|trim|xyz&amp;amp;nbsp;}}&amp;quot; produces &amp;quot;{{trim|xyz }}&amp;quot;&lt;br /&gt;
*&amp;quot;{{tlx|trim| abc xyz&amp;amp;nbsp;}}&amp;quot; produces &amp;quot;{{trim| abc xyz }}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Template data ==&lt;br /&gt;
{{TemplateDataHeader}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
        &amp;quot;description&amp;quot;: &amp;quot;The template trims whitespace from a string.&amp;quot;,&lt;br /&gt;
        &amp;quot;params&amp;quot;: {&lt;br /&gt;
                &amp;quot;1&amp;quot;: {&lt;br /&gt;
                        &amp;quot;label&amp;quot;: &amp;quot;String&amp;quot;,&lt;br /&gt;
                        &amp;quot;description&amp;quot;: &amp;quot;The string to be trimmed of whitespace&amp;quot;,&lt;br /&gt;
                        &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
                        &amp;quot;required&amp;quot;: true&lt;br /&gt;
                }&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|crop}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{String-handling templates |trim}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:String manipulation templates]]&lt;br /&gt;
[[Category:Parameter handling templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;JsfasdF252</name></author>
	</entry>
</feed>