Template:=/doc

From Captain of Industry Wiki
< Template:=
Revision as of 14:40, 13 January 2022 by Thadius856 (talk | contribs) (: typo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage

This template allows "=" to be used in unnamed template parameters. It inserts the equals-sign ("=") into the text. Alternatively, the Wikipedia:HTML entity "&#61;" 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

  • {{Math|1|+|1|{{=}}|2}} produces: {{Math|1|+|1|=|2}}

You can also use named parameters to bypass the restriction:

  • {{Math|1=1|2=+|3=1|4==|5=2}} produces: {{Math|1|+|1|=|2}}

See also