Difference between revisions of "Template:=/doc"
From Captain of Industry Wiki
Thadius856 (talk | contribs) m (typo) |
Thadius856 (talk | contribs) m (→: typo) |
||
Line 8: | Line 8: | ||
You can also use named parameters to bypass the restriction: | You can also use named parameters to bypass the restriction: | ||
* <code>{{T|1=Math|2=1=1|3=2=+|4=3=1|5=4==| | * <code>{{T|1=Math|2=1=1|3=2=+|4=3=1|5=4==|6=5=2}}</code> produces: {{T|1=Math|2=1|3=+|4=1|5==|6=2}} | ||
== See also == | == See also == |
Latest revision as of 14:40, 13 January 2022
This is a template documentation subpage for Template:=. It contains usage information, categories, and other content that is not part of the original template page. |
Usage
This template allows "=" to be used in unnamed template parameters. It inserts the equals-sign ("=") into the text. Alternatively, the Wikipedia:HTML entity "=" can be used if there is no need for it to be interpreted as wikimarkup, such as when the literal equals-sign is to be displayed to the user.
Examples
You can also use named parameters to bypass the restriction:
See also