Template:=/doc: Difference between revisions
Template page
More actions
m →Example |
mNo edit summary |
||
| Line 16: | Line 16: | ||
|} | |} | ||
[[Category: | [[Category:Templates documentation]] | ||
Revision as of 11:31, 3 July 2019
Usage
This template allows "=" to be used in unnamed template parameters. 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
Example
| Markup | Renders as |
|---|---|
{{font color|black|yellow|2 + 2 {{=}} 4}}
|
2 + 2 = 4 |
{{font color|black|yellow|3= 2 + 2 = 4}}
|
2 + 2 = 4 |