Difference between revisions of "Template:Lang"
From Kerbal Space Program Wiki
Lajoswinkler (talk | contribs) m |
m (+specific category; +more description about the force parameter;) |
||
Line 41: | Line 41: | ||
=== Options === | === Options === | ||
− | * '''Forcing a particular language''': the parameter {{code|force}} is available to force a particular language to show regardless of the {{code|SUBPAGENAME}}. It can be useful on some templates to force English to always show. | + | * '''Forcing a particular language''': the parameter {{code|force}} is available to force a particular language to show regardless of the {{code|SUBPAGENAME}}. It can be useful on some templates to force English to always show. Another usage would be to test what the template shows on a page with another language. |
::Example: {{tlx|lang|2=force=en}} | ::Example: {{tlx|lang|2=force=en}} | ||
* '''Default language''': the parameter {{code|default}} can be defined and will be selected instead of the English if set. | * '''Default language''': the parameter {{code|default}} can be defined and will be selected instead of the English if set. | ||
Line 55: | Line 55: | ||
</pre> | </pre> | ||
− | [[Category: | + | [[Category:Language templates]] |
− | [[Category:Language templates | + | [[Category:Language code templates]] |
− | [[Category:Templates from the Team Fortress 2 Wiki | + | [[Category:Templates from the Team Fortress 2 Wiki]] |
</noinclude> | </noinclude> |
Revision as of 12:24, 29 January 2014
Documentation for Lang
The main purpose of this template is to retain consistency across multiple translated pages. {{lang}}
will detect the language page name, and display that language's translation by itself (e.g. if a template with Polish translations in it, when used on a Polish page, only the Polish translations will be displayed).
By default, {{lang}}
will display English if no translation is available for a particular language.
Usage
- To define a language, simply use the code
| xx =
and then add your translation after (replacing xx with the correct code from below).
Available languages | ar, cs, da, de, es, fi, fr, he, hr, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, tr, zh, zh-cn, zh-tw |
---|
Options
- Forcing a particular language: the parameter
force
is available to force a particular language to show regardless of theSUBPAGENAME
. It can be useful on some templates to force English to always show. Another usage would be to test what the template shows on a page with another language.
- Example:
{{lang|force=en}}
- Example:
- Default language: the parameter
default
can be defined and will be selected instead of the English if set.
Examples
{{lang | de = Willkommen | en = Welcome | ja = Irashaimasu | pl = Witaj }}