Шаблон:=/doc
Шаблон:= <
Перейти до навігації
Перейти до пошуку
Версія від 14:33, 4 жовтня 2021, створена Regionet (обговорення | внесок) (Створена сторінка: {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === This template gives the equal symbol <code>=</...)
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}}