Difference between revisions of "Template:If lang"
From Kerbal Space Program Wiki
m (+hebrew;) |
(+data template suffix detection;) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{If lang/Detection|suffix={{#if:{{{from|}}}|{{{from}}}|{{#titleparts:{{PAGENAME}}||-1}}}}|1={{{1|{{{en|}}}}}}|2={{{2|{{{non-en|{{{lang|}}}}}}}}}}|3={{{3|{{{data|}}}}}}|prefix={{{prefix|/}}}|data enabled={{{data enabled|}}}}}<noinclude>{{doc start}} |
− | | | ||
− | | | ||
− | }}<noinclude>{{doc start}} | ||
{{tlx|if lang}} is a template that can output specified values based on whether a particular page is a language subpage or not. | {{tlx|if lang}} is a template that can output specified values based on whether a particular page is a language subpage or not. | ||
Line 29: | Line 26: | ||
{{Parameter Table|name=both|parameters= | {{Parameter Table|name=both|parameters= | ||
− | {{ | + | {{Parameter Row|1|name2=en|If the language code isn't recognized returns this parameter.|Not set}} |
− | {{ | + | {{Parameter Row|2|name2=non-en|name3=lang|If the language code is recognized returns this parameter.|{{{prefix}}} and the language code}} |
− | {{ | + | {{Parameter Row|3|name2=data|If the suffix is recognized as a data suffix returns this parameter.|{{{prefix}}} and the data suffix}} |
+ | {{Parameter Row|prefix|The prefix before the language code.|<tt>/</tt>}} | ||
+ | {{Parameter Row|data enabled|If set enables the data suffix detection.|Not set/Disabled}} | ||
}} | }} | ||
Line 39: | Line 38: | ||
! Available languages | ! Available languages | ||
| ar, cs, da, de, es, fi, fr, he, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, tr, zh-cn, zh-tw | | ar, cs, da, de, es, fi, fr, he, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, tr, zh-cn, zh-tw | ||
+ | |- | ||
+ | ! Available data suffixes | ||
+ | | Data, Box, RefFrame | ||
|} | |} | ||
− | [[Category:Language templates | + | [[Category:Language templates]] |
− | [[Category:Templates from the Team Fortress 2 Wiki | + | [[Category:Templates from the Team Fortress 2 Wiki]] |
</noinclude> | </noinclude> |
Revision as of 09:55, 16 July 2013
Documentation for If lang
{{if lang}}
is a template that can output specified values based on whether a particular page is a language subpage or not.
Usage
Code | English page result | Language page result (de) |
---|---|---|
[[Kerbin{{if lang}}]]
|
Kerbin | Kerbin/de |
[[Kerbin {{if lang}}]]
|
Kerbin | Kerbin /de |
Advanced
{{if lang}}
can be used in more advanced ways by specifying the English and non-English outputs.
-
{{if lang|non-en=_{{SUBPAGENAME}}}}
will generate_de
when used on Gilly/de.- This example is used in infobox templates to display item name images in the correct language.
Languages supported
{{if lang}}
recognizes only the below language subpages (the same as {{lang}}
):
Available languages | ar, cs, da, de, es, fi, fr, he, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, tr, zh-cn, zh-tw |
---|---|
Available data suffixes | Data, Box, RefFrame |