Template:=/doc

From Captain of Industry Wiki
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 "=" 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