Difference between revisions of "Template:Equals"

From blackwiki
Jump to navigation Jump to search
imported>Ian Spackman
(Created page with '=<noinclude> <br/> ---- <br/> This is an auxiliary template to enable one to include an equals sign within template parameter values, when the ‘normal’ tem...')
 
imported>Ian Spackman
(Extend documentation)
Line 5: Line 5:
 
This is an auxiliary template to enable one to include an equals sign
 
This is an auxiliary template to enable one to include an equals sign
 
within template parameter values, when the ‘normal’ template for that
 
within template parameter values, when the ‘normal’ template for that
purpose, {{tl|&#x3D;}}, cannot be used.
+
purpose, {{tl|&#x3D;}}, cannot be used.  
 +
 
 +
It returns the character encoded as the HTML entity &amp;#x3D;
 +
 
 +
<b>Example<b>
 +
<code><nowiki>{{tl|{{=}}}}</nowiki></code>
 +
produces this:
 +
{{tl|{{=}}}}
 +
 
 +
 
 +
<code><nowiki>{{tl|{{equals}}}}</nowiki></code>
 +
produces what you probably wanted:
 +
{{tl|{{equals}}}}
  
 
</noinclude>
 
</noinclude>

Revision as of 18:27, 13 May 2007

=



This is an auxiliary template to enable one to include an equals sign within template parameter values, when the ‘normal’ template for that purpose, {{=}}, cannot be used.

It returns the character encoded as the HTML entity &#x3D;

Example

{{tl|{{=}}}}

produces this:

{{[[Template:Template:=|Template:=]]}}


{{tl|{{equals}}}}

produces what you probably wanted:

{{=}}