Шаблон:=/doc
Шаблон:= <
Перейти до навігації
Перейти до пошуку
Usage[ред.]
This template gives the equal symbol =
. Use {{=}}
when you need an equal sign =
inside the text value of a template parameter. It takes no parameters.
Example[ред.]
{{T|Documentation|Some text}} {{T|Documentation|content{{=}}Some text}}
gives correctly:- {{Documentation|{{#sub:Some text|0|{{#pos:Some text|=}}}}= {{#sub:Some text|Помилка виразу: незрозумілий розділовий знак «{»}} }} {{Documentation|{{#sub:content=Some text|0|{{#pos:content=Some text|=}}}}= {{#sub:content=Some text|Помилка виразу: незрозумілий розділовий знак «{»}} }}
- But
{{T|Documentation|Some text}} {{T|Documentation|content=Some text}}
gives only: - {{Documentation|{{#sub:Some text|0|{{#pos:Some text|=}}}}= {{#sub: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}}