<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/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://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3A%3D%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:%3D/doc&amp;action=history"/>
	<updated>2026-05-08T14:15:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:%3D/doc&amp;diff=24666&amp;oldid=prev</id>
		<title>Richardpruen: 1 revision imported: Templates and CSS files</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:%3D/doc&amp;diff=24666&amp;oldid=prev"/>
		<updated>2022-12-04T17:13:32Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Templates and CSS files&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;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:13, 4 December 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key uk_vapewiki:diff:1.41:old-24665:rev-24666 --&gt;
&lt;/table&gt;</summary>
		<author><name>Richardpruen</name></author>
	</entry>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:%3D/doc&amp;diff=24665&amp;oldid=prev</id>
		<title>wikipedia&gt;Jonesey95: no longer a template when used with no parameters</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:%3D/doc&amp;diff=24665&amp;oldid=prev"/>
		<updated>2022-08-29T12:05:33Z</updated>

		<summary type="html">&lt;p&gt;no longer a template when used with no parameters&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>wikipedia&gt;Jonesey95</name></author>
	</entry>
</feed>