Template:Equals
From Iron Chariots Wiki
=
| The documentation for this template is transcluded from Template:Equals/doc. Please edit that page if you want to change something in the documentation. Do not edit this page unless you know what you're doing. |
- Purpose
- This template generates a single equals sign (=). It should only be necessary to use this template in certain special cases, as explained below, where the character would be mistakenly interpreted as an element of wiki syntax.
- Usage
- {{equals}}
- Example
- Using Template:T to illustrate a possible usage of Template:If:
- {{t|if|test<tt>{{equals}}''condition''|then{{equals}}''text''}}</tt>
- → {{if|test=condition|then=text}}
- Needed or not?
- (details to come)
- Note
- The equals sign can also be coded as the numerical character entity = (or =), or enclosed in "nowiki" tags as <nowiki>=</nowiki>. This template is more understandable than the former and easier to use than the latter.