Difference between revisions of "Template:=/doc"
From Summertime Saga Wiki
m |
m |
||
Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
− | It inserts the one‐character | + | 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 == | == Examples == |
Revision as of 16:33, 20 July 2020
The template Template:Tl 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 |