Template:Quote
Материал из Valve Developer Community
Перейти к навигации
Перейти к поиску

…

Страница документации Template:Quote/doc/ru не существует.
Вместо неё будет отображена документация на английском. Если после данного сообщения ничего нет, вероятней всего документации не существует даже на английском.
Вместо неё будет отображена документация на английском. Если после данного сообщения ничего нет, вероятней всего документации не существует даже на английском.
Adds a block quotation to an article page.
Parameters and Examples

Parameter | Description | Example | Preview |
---|---|---|---|
No parameters | Outputs an error message | {{Quote}} |
Error: No text given for quotation (or equals sign used in the actual argument to an unnamed parameter) |
{{{1}}} or {{{text}}} | Quote text. | {{Quote|Quote text.}} {{Quote|1=Quote text.}} {{Quote|text=Quote text.}} |
Quote text. Quote text. Quote text. |
{{{2}}} or {{{sign}}} | Quote signature. | {{Quote|Quote text.|[[Gabe Newell]]}} {{Quote|text=Quote text.|sign=[[Gabe Newell]]}} |
Quote text. Quote text. |
{{{3}}} or {{{source}}} | Quote source.
Does not appear if the signature was not specified. |
{{Quote
| Quote text.
| [[Gabe Newell]]
| Source
}} {{Quote
| text = Quote text.
| sign = [[Gabe Newell]]
| source = Source
}} |
Quote text. — Gabe Newell, Source Quote text.
— Gabe Newell, Source |