Difference between revisions of "Template:Equals"
Jump to navigation
Jump to search
imported>Ian Spackman (cat; format) |
imported>KenDenier (format markup) |
||
| Line 9: | Line 9: | ||
It returns the character encoded as the HTML entity = | It returns the character encoded as the HTML entity = | ||
| − | <b>Example<b> | + | <b>Example</b> |
<code><nowiki>{{tl|{{=}}}}</nowiki></code> | <code><nowiki>{{tl|{{=}}}}</nowiki></code> | ||
produces this: | produces this: | ||
Revision as of 15:22, 3 March 2008
=
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 =
Example
{{tl|{{=}}}}
produces this:
- {{[[Template:Template:=|Template:=]]}}
{{tl|{{equals}}}}
produces what you probably wanted:
- {{=}}