Template:Languages/Lang/doc: Difference between revisions

From Project: Redcap
m (1 revision: Template Languages/Lang from Mediawiki)
 
m (1 revision imported: Importing supporting templates for languages)
 
(One intermediate revision by one other user not shown)
Line 1: Line 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.''
Line 14: Line 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": "Language code",
"description": "The ISO 639 language code",
"required": true,
"type": "string"
},
"2": {
"label": "Page Name",
"description": "The page name for which to generate the languages list",
"default": "{{translatable}}",
"suggested": true,
"type": "wiki-page-name"
}
}
}</templatedata>
<includeonly>{{Sandbox other||
[[Category:Language templates]]
[[Category:Language templates]]
 
}}</includeonly>
</includeonly>

Latest revision as of 12:03, 18 June 2021

[[Category:Template documentation pages{{#translation:}}]][[Category:Template documentation{{#translation:}}]]

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

[[Category:TemplateData documentation{{#translation:}}]]

<templatedata> { "params": { "1": { "label": "Language code", "description": "The ISO 639 language code", "required": true, "type": "string" }, "2": { "label": "Page Name", "description": "The page name for which to generate the languages list", "default": "Template:Languages/Lang/doc", "suggested": true, "type": "wiki-page-name" } } }</templatedata>