Difference between revisions of "Template:Lang"
From Kerbal Space Program Wiki
m (+hebrew;) |
m (Move doc) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{#switch:{{#if: {{{force|}}}|{{{force}}}|{{#ifeq: {{#titleparts:{{PAGENAME}}||-1}}|{{BASEPAGENAME}}|en|{{#titleparts:{{PAGENAME}}||-1}}}}}} | + | {{Lang/choices|{{#switch:{{#if: {{{force|}}}|{{{force}}}|{{#ifeq: {{#titleparts:{{PAGENAME}}||-1}}|{{BASEPAGENAME}}|en|{{#titleparts:{{PAGENAME}}||-1}}}}}} |
− | | ar = {{{ar| | + | | ar = {{{ar|}}} |
− | | cs = {{{cs| | + | | cs = {{{cs|}}} |
− | | da = {{{da| | + | | da = {{{da|}}} |
− | | de = {{{de| | + | | de = {{{de|}}} |
− | | en = {{{en| | + | | en = {{{en|}}} |
− | | es = {{{es| | + | | es = {{{es|}}} |
− | | fi = {{{fi| | + | | fi = {{{fi|}}} |
− | | fr = {{{fr| | + | | fr = {{{fr|}}} |
− | | he = {{{he| | + | | he = {{{he|}}} |
− | | hu = {{{hu| | + | | hr = {{{hr|}}} |
− | | it = {{{it| | + | | hu = {{{hu|}}} |
− | | ja = {{{ja| | + | | it = {{{it|}}} |
− | | ko = {{{ko| | + | | ja = {{{ja|}}} |
− | | nl = {{{nl| | + | | ko = {{{ko|}}} |
− | | no = {{{no| | + | | nl = {{{nl|}}} |
− | | pl = {{{pl| | + | | no = {{{no|}}} |
− | | pt = {{{pt| | + | | pl = {{{pl|}}} |
− | | pt-br = {{{pt-br| | + | | pt = {{{pt|}}} |
− | | ro = {{{ro| | + | | pt-br = {{{pt-br|}}} |
− | | ru = {{{ru| | + | | ro = {{{ro|}}} |
− | | sv = {{{sv| | + | | ru = {{{ru|}}} |
− | | tr = {{{tr| | + | | sv = {{{sv|}}} |
− | | zh = {{{zh| | + | | th = {{{th|}}} |
− | | zh-cn = {{{zh-cn| | + | | tr = {{{tr|}}} |
− | | zh-tw = {{{zh-tw| | + | | zh = {{{zh|}}} |
− | | #default = {{{default| | + | | zh-cn = {{{zh-cn|}}} |
− | }} | + | | zh-tw = {{{zh-tw|}}} |
− | + | | #default = {{{default|}}} | |
− | + | }}|{{{default|}}}|{{{en|}}}|{{{1|}}}}}<noinclude> | |
− | + | {{Documentation}} | |
− | |||
− | |||
− | |||
− | |||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</noinclude> | </noinclude> |
Latest revision as of 10:35, 1 March 2020
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 }}
The above documentation is transcluded from Template:Lang/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |