Шаблон:Languages/Lang/doc: различия между версиями
< Шаблон:Languages | Lang
Karaby (обсуждение | вклад) Новая страница: «<noinclude>{{Documentation subpage}}</noinclude> <!-- PUT HERE THE DOCUMENTATION --> == Template == ''This sub-template doesn't display properly when not include…» |
Karaby (обсуждение | вклад) мНет описания правки |
||
| Строка 1: | Строка 1: | ||
<noinclude>{{Documentation subpage}}</noinclude> | <noinclude>{{Documentation subpage}}</noinclude> | ||
<!-- PUT HERE THE DOCUMENTATION --> | <!-- PUT HERE THE DOCUMENTATION --> | ||
== Template == | == Template == | ||
''This sub-template doesn't display properly when not included. Please see [[Template:Languages]] for the complete version.'' | ''This sub-template doesn't display properly when not included. Please see [[Template:Languages]] for the complete version.'' | ||
| Строка 14: | Строка 13: | ||
This template should not be used anywhere except in the Languages template. | This template should not be used anywhere except in the Languages template. | ||
<includeonly> | == TemplateData == | ||
{{TemplateData header}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": { | |||
"en": "Language code", | |||
"cs": "Kód jazyka" | |||
}, | |||
"description": { | |||
"en": "The ISO 639 language code", | |||
"cs": "Kód jazyka podle ISO 639" | |||
}, | |||
"required": true, | |||
"type": "string" | |||
}, | |||
"2": { | |||
"label": { | |||
"en": "Page Name", | |||
"cs": "Název stránky" | |||
}, | |||
"description": { | |||
"en": "The page name for which to generate the languages list", | |||
"cs": "Název stránky, pro kterou se má vygenerovat seznam jazyků" | |||
}, | |||
"default": "{{translatable}}", | |||
"suggested": true, | |||
"type": "wiki-page-name" | |||
} | |||
} | |||
}</templatedata> | |||
<includeonly>{{Sandbox other|| | |||
[[Category:Language templates]] | [[Category:Language templates]] | ||
}}</includeonly> | |||
</includeonly> | |||
Текущая версия от 06:03, 9 июля 2025
Template
This sub-template doesn't display properly when not included. Please see Template:Languages for the complete version.
Usage
This template is designed to simplify Template:Languages, by allowing a simpler syntax for adding new languages. Each language is included by calling this template with the following parameters:
- Language code (e.g. fr)
- (optional) Page name - if not supplied the page is automatically worked out based on where the language template is included.
This template should not be used anywhere except in the Languages template.
TemplateData
Нет описания.
| Параметр | Описание | Тип | Статус | |
|---|---|---|---|---|
| Language code | 1 | The ISO 639 language code | Строковый (без форматирования) | обязательный |
| Page Name | 2 | The page name for which to generate the languages list
| Имя страницы | предложенный |