Template:=
From Angelina Jordan Wiki
=
Documentation
This template generates an equals sign. It is intended to be used in cases where the equals sign would otherwise be interpreted as a character with special meaning (for example, in template calls).
Any input to the template is ignored.
Usage
{{=}}
Examples
{{=}}⇒ ={{code|style{{=}}"color:red"}}⇒style="color:red"
Note that the second example could also be accomplished using:
{{code|1=style="color:red"}}⇒style="color:red"