This template is protected from editing.

Difference between revisions of "Template:Lang"

From Team Fortress Wiki
Jump to: navigation, search
(better documentation)
Line 56: Line 56:
 
| none  
 
| none  
 
| #default = {{{en|{{{1|}}}}}}
 
| #default = {{{en|{{{1|}}}}}}
}}<noinclude>{{protected}}
+
}}<noinclude>{{protected|small=1}}{{doc begin}}
 +
{{main|Help:Translation switching|l1='''Help:Translation switching'''}}
 +
The main purpose of this template is to retain consistency across multiple translated pages. {{tl|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).
 +
 
 +
This works by using a {{code|#switch}} parser function based on the value of {{code|{{SUBPAGENAME}}}}. By default, {{tl|lang}} will display English if no translation is available for a particular page.
 +
 
 
== Usage ==
 
== Usage ==
The main purpose of this template is to retain consistency across multiple translated pages. Using {{tl|lang}} will switch translations based on the value of <code><nowiki>{{SUBPAGENAME}}</nowiki></code>.
 
 
 
* 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).
 
* 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).
  
Line 69: Line 72:
 
=== Options ===
 
=== Options ===
  
* '''Forcing a particular language''': use the parameter ''|force = '' to force the template to display a particular language (useful on some English pages). This overrides <code><nowiki>{{SUBPAGENAME}}</nowiki></code>.
+
* '''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.
:<code><nowiki>{{lang|force=en}}</nowiki></code>
+
::Example: {{tlx|lang|2=force=en}}
  
 
=== Examples ===
 
=== Examples ===
 
<pre>
 
<pre>
{{Ambox
+
{{lang
| contents = {{ambox/message
+
| de = Willkommen
  | 1 = {{lang|de=Sprache|ja=言語|pl=Język}}
+
| en = Welcome
  | 2 = {{lang|de=Willkommen|ja=Irashaimasu|pl=Witaj}}
+
| ja = Irashaimasu
  }}
+
| pl = Witaj
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 06:48, 19 August 2010

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).

This works by using a #switch parser function based on the value of Lang. By default, {{lang}} will display English if no translation is available for a particular page.

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 af, ar, az, bcc, bg, br, ca, cs, da, de, el, es, fa, fi, fr, gl, gu, he, hu, id, it, ja, ka, ko, ksh, kw, mk, ml, mr, ms, nl, no, oc, pl, pt, ro, ru, si, sk, sq, sr, sv, ta, th, tr, uk, vi, yue, zh, zh-hans, zh-hant, 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}}

Examples

{{lang
| de = Willkommen
| en = Welcome
| ja = Irashaimasu
| pl = Witaj
}}