Шаблон:Class template paramlist add: различия между версиями
Перейти к навигации
Перейти к поиску
(Новая страница: «<noinclude>Добавление параметра шаблона класса в список между {{tl|class template paramlist begin}} и {{tl|class temp…») |
|||
| Строка 6: | Строка 6: | ||
Использование: {{class template paramlist usage}} | Использование: {{class template paramlist usage}} | ||
См. также [[Шаблон:class template paramlist end]] и [[Шаблон:class template paramlist add]].</noinclude><includeonly><tr><td style="vertical-align: top; text-align: right;">{{#if:{{{1|}}}|<span style="font-weight: bold; color: #602020;">{{{1}}}</span>|<span style="color:red; font-weight:bold;"Параметр не указан!</span>}}</td><td>{{{2|}}}</td></tr></includeonly> | См. также [[Шаблон:class template paramlist end]] и [[Шаблон:class template paramlist add]].</noinclude><includeonly><tr><td style="vertical-align: top; text-align: right;">{{#if:{{{1|}}}|<span style="font-weight: bold; color: #602020;">{{{1}}}</span>|<span style="color:red; font-weight:bold;">Параметр не указан!</span>}}</td><td>{{{2|}}}</td></tr></includeonly> | ||
Текущая версия на 05:12, 11 января 2016
Добавление параметра шаблона класса в список между {{class template paramlist begin}} и {{class template paramlist end}}. Параметры: {{{1}}} - Параметр шаблона класса. {{{2}}} - Опциональное описание параметра шаблона класса.
Использование:
{{class template paramlist begin}}
{{class template paramlist add|param1_t|Описание}}
{{class template paramlist add|param2_t}}
{{class template paramlist add|nontype_param|Описание}}
{{class template paramlist add}}
{{class template paramlist end}}
| param1_t | Описание |
| param2_t | |
| nontype_param | Описание |
| Параметр не указан! |
См. также Шаблон:class template paramlist end и Шаблон:class template paramlist add.