
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.freewiki.eu/en/index.php?action=history&amp;feed=atom&amp;title=Template%3ATrim_quotes%2Fdoc</id>
	<title>Template:Trim quotes/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.freewiki.eu/en/index.php?action=history&amp;feed=atom&amp;title=Template%3ATrim_quotes%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.freewiki.eu/en/index.php?title=Template:Trim_quotes/doc&amp;action=history"/>
	<updated>2026-05-06T09:21:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://www.freewiki.eu/en/index.php?title=Template:Trim_quotes/doc&amp;diff=1406&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.freewiki.eu/en/index.php?title=Template:Trim_quotes/doc&amp;diff=1406&amp;oldid=prev"/>
		<updated>2019-09-06T09:54:59Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&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: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 09:54, 6 September 2019&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>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.freewiki.eu/en/index.php?title=Template:Trim_quotes/doc&amp;diff=1405&amp;oldid=prev</id>
		<title>te&gt;Ahecht: /* Usage */ brackets→quotes</title>
		<link rel="alternate" type="text/html" href="https://www.freewiki.eu/en/index.php?title=Template:Trim_quotes/doc&amp;diff=1405&amp;oldid=prev"/>
		<updated>2019-05-20T18:37:51Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Usage: &lt;/span&gt; brackets→quotes&lt;/span&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;
{{shortcut|Template:Trimq}}&lt;br /&gt;
{{lua|Module:Trim quotes}}&lt;br /&gt;
&lt;br /&gt;
This template trims matched pairs of leading and trailing single (') and double (&amp;quot;) quotes and whitespace from a string. The string should be passed as the first unnamed parameter or using {{para|1}} or {{para|s}} if your string contains any &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; signs. &amp;lt;!--You may [[WP:SUBST|substitute]] this template - that is, if used as {{tlxs|trim brackets}}, the resulting wikicode is &amp;quot;clean&amp;quot;.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{tlx|trim quotes|''text''}} = ''text'' with any leading or trailing quotes removed (as long as ''text'' doesn't contain any &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; signs).&lt;br /&gt;
&lt;br /&gt;
{{tlx|1=trim quotes|2=1=''text''}} or {{tlx|1=trim quotes|2=s=''text''}} = ''text''  with any leading or trailing quotes removed.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
*{{tlx|trim quotes|&amp;lt;nowiki&amp;gt;1= 'abc' &amp;lt;/nowiki&amp;gt;}} produces &amp;lt;code&amp;gt;{{trim quotes|1= 'abc' }}&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
*{{tlx|trim quotes|&amp;lt;nowiki&amp;gt;1= &amp;quot;&amp;quot;abc's&amp;quot;&amp;quot;&amp;lt;/nowiki&amp;gt;}} produces &amp;lt;code&amp;gt;{{trim quotes|1= &amp;quot;&amp;quot;abc's&amp;quot;&amp;quot; }}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*{{tlx|trim quotes|&amp;lt;nowiki&amp;gt;1= This is a &amp;quot;quote&amp;quot;&amp;lt;/nowiki&amp;gt;}} produces &amp;lt;code&amp;gt;{{trim quotes|1= This is a &amp;quot;quote&amp;quot; }}&amp;lt;/code&amp;gt; (since the quotes aren't at the beginning and end of the string)&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 matched pairs of leading and trailing single and double quotes 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&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|trim}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{String-handling templates |trim quotes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
[[Category:String manipulation templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>te&gt;Ahecht</name></author>
		
	</entry>
</feed>