This template is protected from editing.

Difference between revisions of "Template:Lang"

From Team Fortress Wiki
Jump to: navigation, search
(pt-br now defaults to pt unless overridden)
Line 15: Line 15:
 
| pl = {{{pl|{{{en|{{{1}}}}}}}}}
 
| pl = {{{pl|{{{en|{{{1}}}}}}}}}
 
| pt = {{{pt|{{{en|{{{1}}}}}}}}}
 
| pt = {{{pt|{{{en|{{{1}}}}}}}}}
 +
| pt-br = {{#if:{{{pt-br|}}}
 +
  | {{{pt-br}}}
 +
  | {{{pt|{{{en|{{{1}}}}}}}}}
 +
  }}
 
| ro = {{{ro|{{{en|{{{1}}}}}}}}}
 
| ro = {{{ro|{{{en|{{{1}}}}}}}}}
 
| ru = {{{ru|{{{en|{{{1}}}}}}}}}
 
| ru = {{{ru|{{{en|{{{1}}}}}}}}}
Line 35: Line 39:
 
{| 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, ro, ru, sv, zh-hans, zh-hant
+
| ar, cs, da, de, es, fi, fr, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, zh-hans, zh-hant
 
|}
 
|}
 +
 +
* '''Note''': {{code|pt-br}} will default to {{code|pt}} if no translation is given.
  
 
=== Options ===
 
=== 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.
 
* '''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.
 
::Example: {{tlx|lang|2=force=en}}
 
::Example: {{tlx|lang|2=force=en}}

Revision as of 23:02, 10 September 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 SUBPAGENAME. 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 ar, cs, da, de, es, fi, fr, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, zh-hans, zh-hant
  • Note: pt-br will default to pt if no translation is given.

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