Difference between revisions of "Template:Lang"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*replace 'Parameter Row' and 'ParameterRow' by 'Parameter row';)
m (*renamed Parameter Table to Parameter table;)
Line 34: Line 34:
  
 
== Parameters ==
 
== Parameters ==
{{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>}}
 
{{!}}-
 
{{!}}-

Revision as of 12:09, 19 December 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.

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. The the table below for the available language codes.
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
}}