Difference between revisions of "Template:Lang"
From Kerbal Space Program Wiki
m (+hebrew;) |
(+allow empty parameters which are set;) |
||
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| | + | | hu = {{{hu|}}} |
− | | it = {{{it| | + | | it = {{{it|}}} |
− | | ja = {{{ja| | + | | ja = {{{ja|}}} |
− | | ko = {{{ko| | + | | ko = {{{ko|}}} |
− | | nl = {{{nl| | + | | nl = {{{nl|}}} |
− | | no = {{{no| | + | | no = {{{no|}}} |
− | | pl = {{{pl| | + | | pl = {{{pl|}}} |
− | | pt = {{{pt| | + | | pt = {{{pt|}}} |
− | | pt-br = {{{pt-br| | + | | pt-br = {{{pt-br|}}} |
− | | ro = {{{ro| | + | | ro = {{{ro|}}} |
− | | ru = {{{ru| | + | | ru = {{{ru|}}} |
− | | sv = {{{sv| | + | | sv = {{{sv|}}} |
− | | tr = {{{tr| | + | | tr = {{{tr|}}} |
− | | zh = {{{zh| | + | | zh = {{{zh|}}} |
− | | zh-cn = {{{zh-cn| | + | | zh-cn = {{{zh-cn|}}} |
− | | zh-tw = {{{zh-tw|{{{default| | + | | zh-tw = {{{zh-tw|}}} |
− | | | + | | #default = {{{default|}}} |
− | }}<noinclude>{{doc start}} | + | }}|{{{default|}}}|{{{en|}}}|{{{1|}}}}}<noinclude>{{doc start}} |
The main purpose of this template is to retain consistency across multiple translated pages. {{tlx|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). | The main purpose of this template is to retain consistency across multiple translated pages. {{tlx|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). | ||
Revision as of 09:02, 15 December 2013
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, 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.
- 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 }}