Template:=/doc

From Second Life Wiki
< Template:=
Revision as of 01:52, 14 September 2022 by Gwyneth Llewelyn (talk | contribs) (Shamelessly copied from wiki.openstreetmap.org)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

This template gives the equal symbol =. Use {{=}} when you need an equal sign = inside the text value of a template parameter. It takes one parameter (unknown).

Example

  • {{T|Documentation|Some text}} {{T|Documentation|content{{=}}Some text}} gives correctly:
    {{Documentation|Some text}} {{Documentation|content=Some text}}
    But {{T|Documentation|Some text}} {{T|Documentation|content=Some text}} gives only:
    {{Documentation|Some text}} {{Documentation}} (where the expected named parameter is ignored)
  • {{T|{{=}}}} gives correctly:
    {{=}}
    But {{T|=}} gives only:
    {{[[Template:|]]}} (where the expected required 1st parameter is missing, and generates a broken link)

See also

  • {{T}}