Difference between revisions of "Template:Lang"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (+th;)
m (Move doc)
 
(3 intermediate revisions by 2 users not shown)
Line 28: Line 28:
 
| zh-tw = {{{zh-tw|}}}
 
| zh-tw = {{{zh-tw|}}}
 
| #default = {{{default|}}}
 
| #default = {{{default|}}}
}}|{{{default|}}}|{{{en|}}}|{{{1|}}}}}<noinclude>{{doc start}}
+
}}|{{{default|}}}|{{{en|}}}|{{{1|}}}}}<noinclude>
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).
+
{{Documentation}}
 
 
By default, {{tlx|lang}} will display English if no translation is available for a particular language.
 
 
 
== Usage ==
 
* To define a language, simply use the code <code>| xx = </code> and then add your translation after (replacing xx with the correct code from below).
 
 
 
{| class="wikitable grid" style="margin: 1em 0;"
 
! 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
 
|}
 
 
 
=== Options ===
 
* '''Forcing a particular language''': the parameter {{code|force}} is available to force a particular language to show regardless of the {{code|SUBPAGENAME}}. It can be useful on some templates to force English to always show. Another usage would be to test what the template shows on a page with another language.
 
::Example: {{tlx|lang|2=force=en}}
 
* '''Default language''': the parameter {{code|default}} can be defined and will be selected instead of the English if set.
 
 
 
=== Examples ===
 
<pre>
 
{{lang
 
| de = Willkommen
 
| en = Welcome
 
| ja = Irashaimasu
 
| pl = Witaj
 
}}
 
</pre>
 
 
 
[[Category:Language templates]]
 
[[Category:Language code templates]]
 
[[Category:Templates from the Team Fortress 2 Wiki]]
 
 
</noinclude>
 
</noinclude>

Latest revision as of 10:35, 1 March 2020

Documentation icon Template documentation[view] [edit] [history] [purge]Pages that link to Template:Lang

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
}}