Difference between revisions of "Template:Equals"

From blackwiki
Jump to navigation Jump to search
imported>Ian Spackman
(Extend documentation)
imported>Ian Spackman
(cat; format)
Line 12: Line 12:
 
  <code><nowiki>{{tl|{{=}}}}</nowiki></code>
 
  <code><nowiki>{{tl|{{=}}}}</nowiki></code>
 
produces this:
 
produces this:
{{tl|{{=}}}}
+
:{{tl|{{=}}}}
  
  
 
  <code><nowiki>{{tl|{{equals}}}}</nowiki></code>
 
  <code><nowiki>{{tl|{{equals}}}}</nowiki></code>
 
produces what you probably wanted:
 
produces what you probably wanted:
{{tl|{{equals}}}}
+
:{{tl|{{equals}}}}
 +
 
 +
 
 +
[[Category:Template namespace templates|{{PAGENAME}}]]
  
 
</noinclude>
 
</noinclude>

Revision as of 19:12, 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:

{{=}}