Difference between revisions of "Template:="
Jump to navigation
Jump to search
(Added docs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
= | {{#if:{{{1|}}}|=|=}}<noinclude>{{Documentation}}</noinclude> |
Latest revision as of 00:51, 14 September 2022
=
This documentation is transcluded from Template:=/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
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}}