Template
Difference between revisions of "LangSwitch/doc"
< Template:LangSwitch
(Added default parameter; rm duplicate category) |
WikiLucas00 (talk | contribs) m (1 revision imported: LangSwitch template, allows to adapt text to reader's language) |
Latest revision as of 11:12, 17 November 2020
Lua error in package.lua at line 80: module 'strict' not found. Lua error in package.lua at line 80: module 'strict' not found.
How to
{{LangSwitch |de = |en = |es = |fr = |it = |default = }}
default
or en
is required
Examples
- This code
{{LangSwitch
|de = wort
|en = word
|es = palabra
|fr = mot
|it = parola
|nl = woord
}}
- gives
word
- This code
{{LangSwitch
|de = wort
|en = word
|es = palabra
|fr = mot
|it = parola
|nl = woord
|lang = vec
}}
- gives
parola
See also
- {{TranslateThis}}