<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Template%3A%3D%2Fdoc</id>
	<title>Template:=/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Template%3A%3D%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Template:%3D/doc&amp;action=history"/>
	<updated>2026-05-25T14:28:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.tiffa.net/w/index.php?title=Template:%3D/doc&amp;diff=68&amp;oldid=prev</id>
		<title>imported&gt;Fire at 11:43, 18 December 2022</title>
		<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Template:%3D/doc&amp;diff=68&amp;oldid=prev"/>
		<updated>2022-12-18T11:43:14Z</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;
{{transclusionless|reason=it was replaced with a [[Help:Magic words|magic word]]}}&lt;br /&gt;
&amp;lt;!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --&amp;gt;&lt;br /&gt;
This magic word allows &amp;quot;=&amp;quot; to be used in unnamed template parameters, rather than being interpreted as the separator between the parameter name and value. It evaluates to the equals sign, =. Alternatively, the [[HTML]] entity &amp;quot;&amp;amp;amp;#61;&amp;quot; can be used if there is no need for it to be interpreted as wikimarkup, such as when the literal equals-sign is to be displayed to the user. Until June 2022, there was a template at this location with the same function, but it was replaced with a magic word for performance reasons in [[Phab:T91154]].&lt;br /&gt;
&lt;br /&gt;
Do not use syntax like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Template:=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and do not supply a parameter, for example &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{=|foo}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. In those cases, the template transcludes as an error message: {{!xt|Error: The retired template &amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt; has been transcluded; see mw:Help:Magic words#Other for details. To fix this, use only the code &amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt; to generate the &amp;amp;#61; character.}}&lt;br /&gt;
&lt;br /&gt;
Do not use the magic word in URLs rather use [[percent-encoding]] or no encoding:&lt;br /&gt;
*Wrong: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;https://example.com/?arg{{=}}789&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*Correct: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;https://example.com/?arg%3D789&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*Correct: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;https://example.com/?arg=789&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Font color|black|yellow|2 + 2 {{=}} 4}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; produces: {{Font color|black|yellow|2 + 2 {{=}} 4}}&lt;br /&gt;
&lt;br /&gt;
You can also use named parameters to bypass the restriction:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Font color|black|yellow|3= 2 + 2 = 4}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; produces: {{Font color|black|yellow|3= 2 + 2 = 4}}&lt;br /&gt;
&lt;br /&gt;
Unlike &amp;lt;code&amp;gt;&amp;amp;amp;#61;&amp;lt;/code&amp;gt;, the magic word only delays the interpretation of the symbol as code:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
{{concat|&amp;lt;div style{{=}}&amp;quot;font-style:italic&amp;quot;&amp;gt;This should be italicised.&amp;lt;/div&amp;gt;}}&lt;br /&gt;
{{concat|&amp;lt;div style&amp;amp;#61;&amp;quot;font-style:italic&amp;quot;&amp;gt;This will not be italicised.&amp;lt;/div&amp;gt;}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
produces:&lt;br /&gt;
{{concat|&amp;lt;div style{{=}}&amp;quot;font-style:italic&amp;quot;&amp;gt;This should be italicised.&amp;lt;/div&amp;gt;}}&lt;br /&gt;
{{concat|&amp;lt;div style&amp;amp;#61;&amp;quot;font-style:italic&amp;quot;&amp;gt;This will not be italicised.&amp;lt;/div&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;A magic word to allow = to be used in template parameters&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;{{_\n| _ = _\n}}&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Escape template list}}&lt;br /&gt;
* [[mw:Help:Magic words]]&lt;br /&gt;
{{二次利用}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Add categories below this line, and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Character-substitution templates]]&lt;br /&gt;
[[Category:Template namespace templates]]&lt;br /&gt;
[[Category:Mathematical formatting templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Fire</name></author>
	</entry>
</feed>