Difference between revisions of "Template:Lang/doc"
From Kerbal Space Program Wiki
(Add doc) |
m (→Parameters) |
||
Line 9: | Line 9: | ||
{{Parameter table|name=text|parameters= | {{Parameter table|name=text|parameters= | ||
{{Parameter row|en|name2=1|English original text/translation. If not given uses {{{default}}}.|<tt>{{{default}}}</tt>}} | {{Parameter row|en|name2=1|English original text/translation. If not given uses {{{default}}}.|<tt>{{{default}}}</tt>}} | ||
− | {{Parameter row|''language code''|The translations into the languages defined by the language codes. Check the table below for the available language codes.}} | + | {{Parameter row|''language code''|The translations into the languages defined by the language codes. Check the table below for the available language codes.|<tt>{{{default}}}</tt>}} |
{{Parameter row|force|Forces a particular language regardless of the {{code|SUBPAGENAME}}. Usually used to test if the language does work.|Not set/automatic}} | {{Parameter row|force|Forces a particular language regardless of the {{code|SUBPAGENAME}}. Usually used to test if the language does work.|Not set/automatic}} | ||
{{Parameter row|default|Default text if there is no translation given for the language. If not given uses the English text/translation.|<tt>{{{en}}}</tt> or <tt>{{{1}}}</tt>}} | {{Parameter row|default|Default text if there is no translation given for the language. If not given uses the English text/translation.|<tt>{{{en}}}</tt> or <tt>{{{1}}}</tt>}} |
Latest revision as of 11:18, 1 March 2020
Error creating thumbnail: /bin/bash: rsvg-convert: command not found |
This is a documentation subpage for Template:Lang. It contains usage information, categories and other content that is not part of the original template page. |
Usage
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.
Parameters
Name | Optional | Description | Default |
---|---|---|---|
en or 1 | Yes | English original text/translation. If not given uses {{{default}}}. | {{{default}}} |
language code | Yes | The translations into the languages defined by the language codes. Check the table below for the available language codes. | {{{default}}} |
force | Yes | Forces a particular language regardless of the SUBPAGENAME . Usually used to test if the language does work.
|
Not set/automatic |
default | Yes | Default text if there is no translation given for the language. If not given uses the English text/translation. | {{{en}}} or {{{1}}} |
Available languages | ar, cs, da, de, es, fi, fr, he, hr, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, th, tr, zh, zh-cn, zh-tw |
---|
Examples
{{lang | de = Willkommen | en = Welcome | ja = Irashaimasu | pl = Witaj }}