Template:LANG INCOMPLETE: Difference between revisions
Jump to navigation
Jump to search
Gaijinviking (talk | contribs) Created page with "{{#switch:{{{force|{{SUBPAGENAME}}}}} | ar = {{{ar|{{{en|{{{1}}}}}}}}} | bg = {{{bg|{{{en|{{{1}}}}}}}}} | cs = {{{cs|{{{en|{{{1}}}}}}}}} | da = {{{da|{{{en|{{{1}}}}}}}}} | de = {{{de|{{{en|{{{1}}}}}}}}} | es = {{{es|{{{en|{{{1}}}}}}}}} | fi = {{{fi|{{{en|{{{1}}}}}}}}} | fr = {{{fr|{{{en|{{{1}}}}}}}}} | hu = {{{hu|{{{en|{{{1}}}}}}}}} | it = {{{it|{{{en|{{{1}}}}}}}}} | ja = {{{ja|{{{en|{{{1}}}}}}}}} | ko = {{{ko|{{{en|{{{1}}}}}}}}} | nl = {{{nl|{{{en|{{{1}}}}}}}}} | no = {..." |
VivaRomania (talk | contribs) mNo edit summary |
||
| Line 33: | Line 33: | ||
== Usage == | == Usage == | ||
* To define a language, simply use the code | * To define a language, simply use the code {{code|1={{!}} xx = }} and then add your translation after (replacing xx with the correct code from below). | ||
{| class="wikitable grid" style="margin: 1em 0;" | {| class="wikitable grid" style="margin: 1em 0;" | ||
Revision as of 03:07, 27 June 2025
Documentation for LANG INCOMPLETE
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}}
- Example:
Examples
{{lang
| de = Willkommen
| en = Welcome
| ja = Irashaimasu
| pl = Witaj
| pt-br = Bem-vindo
}}