Template:=/doc

From Angelina Jordan Wiki
Revision as of 11:40, 28 October 2020 by Dcljr (talk | contribs) (doc created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a subpage documenting Template:=. To change the template, edit that page; to change the template's documentation (seen below), edit this one.

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"