This template is protected from editing.

Difference between revisions of "Template:Lang"

From Team Fortress Wiki
Jump to: navigation, search
(ok I lied, there is no greek.)
m (Add some languages (https://wiki.tf/d/2097829))
Line 1: Line 1:
 
{{#switch:{{{force|{{SUBPAGENAME}}}}}
 
{{#switch:{{{force|{{SUBPAGENAME}}}}}
 
| ar = {{{ar|{{{en|{{{1}}}}}}}}}
 
| ar = {{{ar|{{{en|{{{1}}}}}}}}}
 +
| bg = {{{bg|{{{en|{{{1}}}}}}}}}
 
| cs = {{{cs|{{{en|{{{1}}}}}}}}}
 
| cs = {{{cs|{{{en|{{{1}}}}}}}}}
 
| da = {{{da|{{{en|{{{1}}}}}}}}}
 
| da = {{{da|{{{en|{{{1}}}}}}}}}
Line 19: Line 20:
 
| ru = {{{ru|{{{en|{{{1}}}}}}}}}
 
| ru = {{{ru|{{{en|{{{1}}}}}}}}}
 
| sv = {{{sv|{{{en|{{{1}}}}}}}}}
 
| sv = {{{sv|{{{en|{{{1}}}}}}}}}
 +
| th = {{{th|{{{en|{{{1}}}}}}}}}
 
| tr = {{{tr|{{{en|{{{1}}}}}}}}}
 
| tr = {{{tr|{{{en|{{{1}}}}}}}}}
 +
| uk = {{{uk|{{{en|{{{1}}}}}}}}}
 +
| vi = {{{vi|{{{en|{{{1}}}}}}}}}
 
| zh-hans = {{{zh-hans|{{{en|{{{1}}}}}}}}}
 
| zh-hans = {{{zh-hans|{{{en|{{{1}}}}}}}}}
 
| zh-hant = {{{zh-hant|{{{en|{{{1}}}}}}}}}
 
| zh-hant = {{{zh-hant|{{{en|{{{1}}}}}}}}}
Line 34: Line 38:
 
{| 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-hans, zh-hant
+
| ar, bg, cs, da, de, es, fi, fr, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, th, tr, uk, vi, zh-hans, zh-hant
 
|}
 
|}
  
Line 48: Line 52:
 
| ja = Irashaimasu
 
| ja = Irashaimasu
 
| pl = Witaj
 
| pl = Witaj
 +
| pt-br = Bem-vindo
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 11:05, 26 May 2019

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, bg, cs, da, de, es, fi, fr, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, th, tr, uk, vi, zh-hans, zh-hant

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
| pt-br = Bem-vindo
}}