Template:=/doc: Difference between revisions
Template page
More actions
mNo edit summary |
m →Example |
||
| Line 5: | Line 5: | ||
It inserts the one‐character equals‐sign (“=”) into the text. However, the Unicode form “=” could be used instead, where a literal “=” is not wanted during formatting of a title | It inserts the one‐character equals‐sign (“=”) into the text. However, the Unicode form “=” could be used instead, where a literal “=” is not wanted during formatting of a title | ||
== | == Examples == | ||
{|class=wikitable style="width: 100%;" | {|class=wikitable style="width: 100%;" | ||
Revision as of 13:25, 11 July 2020
The Template:Tl template allows the equals‐sign “=” to be used in unnamed template parameters.
Usage
It inserts the one‐character equals‐sign (“=”) into the text. However, the Unicode form “=” could be used instead, where a literal “=” is not wanted during formatting of a title
Examples
| Markup | Renders as |
|---|---|
{{font color|black|yellow|2 + 2 {{=}} 4}}
|
2 + 2 = 4 |
{{font color|black|yellow|3= 2 + 2 = 4}}
|
2 + 2 = 4 |