<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://anthrodia.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ATrim%2Fdoc</id>
	<title>Template:Trim/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://anthrodia.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ATrim%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://anthrodia.wiki/index.php?title=Template:Trim/doc&amp;action=history"/>
	<updated>2026-09-21T16:06:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://anthrodia.wiki/index.php?title=Template:Trim/doc&amp;diff=280&amp;oldid=prev</id>
		<title>Leftie: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://anthrodia.wiki/index.php?title=Template:Trim/doc&amp;diff=280&amp;oldid=prev"/>
		<updated>2026-05-27T12:09:55Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 05:09, 27 May 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Leftie</name></author>
	</entry>
	<entry>
		<id>https://anthrodia.wiki/index.php?title=Template:Trim/doc&amp;diff=279&amp;oldid=prev</id>
		<title>Leftie: 1 revision imported: Import a couple more for documentation</title>
		<link rel="alternate" type="text/html" href="https://anthrodia.wiki/index.php?title=Template:Trim/doc&amp;diff=279&amp;oldid=prev"/>
		<updated>2024-06-27T16:31:01Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Import a couple more for documentation&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 09:31, 27 June 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Leftie</name></author>
	</entry>
	<entry>
		<id>https://anthrodia.wiki/index.php?title=Template:Trim/doc&amp;diff=278&amp;oldid=prev</id>
		<title>dev&gt;MacFan4000 at 18:34, 1 October 2022</title>
		<link rel="alternate" type="text/html" href="https://anthrodia.wiki/index.php?title=Template:Trim/doc&amp;diff=278&amp;oldid=prev"/>
		<updated>2022-10-01T18:34:55Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&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 |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 substitute this template - that is, if used as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:trim}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, 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;
&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;/div&gt;</summary>
		<author><name>dev&gt;MacFan4000</name></author>
	</entry>
</feed>