Template:Languages/Lang
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
This is the TemplateData documentation for this template used by VisualEditor and other tools.
Languages/Lang
<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": "Template:Languages/Lang", "suggested": true, "type": "wiki-page-name" } } }</templatedata>