Difference between revisions of "Template:Lang"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (!correct test if SUBPAGENAME isn't a name;)
m (+zh-tw;)
Line 23: Line 23:
 
| zh = {{{zh|{{{default|{{{en|{{{1}}}}}}}}}}}}
 
| zh = {{{zh|{{{default|{{{en|{{{1}}}}}}}}}}}}
 
| zh-cn = {{{zh-cn|{{{default|{{{en|{{{1}}}}}}}}}}}}
 
| zh-cn = {{{zh-cn|{{{default|{{{en|{{{1}}}}}}}}}}}}
| zh-hans = {{{zh-hans|{{{default|{{{en|{{{1}}}}}}}}}}}}
+
| zh-tw = {{{zh-tw|{{{default|{{{en|{{{1}}}}}}}}}}}}
| zh-hant = {{{zh-hant|{{{default|{{{en|{{{1}}}}}}}}}}}}
 
 
| #default = {{{default|{{{en|{{{1}}}}}}}}}
 
| #default = {{{default|{{{en|{{{1}}}}}}}}}
 
}}<noinclude>{{doc start}}
 
}}<noinclude>{{doc start}}
Line 36: Line 35:
 
{| class="wikitable grid" style="margin: 1em 0;"
 
{| class="wikitable grid" style="margin: 1em 0;"
 
! Available languages
 
! Available languages
| ar, cs, da, de, es, fi, fr, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, tr, zh, zh-cn, zh-hans, zh-hant
+
| ar, cs, da, de, es, fi, fr, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, tr, zh, zh-cn, zh-tw
 
|}
 
|}
  

Revision as of 10:20, 9 June 2013

{{{1}}}

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, 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 the SUBPAGENAME. It can be useful on some templates to force English to always show.
Example: {{lang|force=en}}
  • 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
}}