This template is protected from editing.

Difference between revisions of "Template:If lang"

From Team Fortress Wiki
Jump to: navigation, search
m
(ok I lied, there is no greek.)
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#switch:{{{logic|}}}
+
{{#switch:{{SUBPAGENAME}}
| no
+
| 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 = {{{2|{{{non-en|{{{lang|/{{SUBPAGENAME}}}}}}}}}}}
| n
+
| #default = {{{1|{{{en|}}}}}}
| 0
+
}}<noinclude>{{doc begin}}
| false = {{#ifeq:{{SUBPAGENAME}}|{{BASEPAGENAME}}|{{{1}}}|{{{2|}}}|}}
+
{{tl|if lang}} is a template that can output specified values based on whether a particular page is a language subpage or not.
| yes
+
 
| y
+
== Usage ==
| 1
+
{| class="wikitable grid" width="60%"
| true
+
|-
| #default = {{#ifeq:{{SUBPAGENAME}}|{{BASEPAGENAME}}|{{{2|}}}|{{{1}}}|}}
+
! Code
}}<noinclude>
+
! English page result
* Provides an output if the page in question is a language subpage.
+
! Language page result (de)
* To reverse the logic, use ''logic = false''.
+
|-
* Handy for instances where you need to provide an output ''if'' there is a subpage. If you need to provide an output on a ''specific'' subpage, see {{tl|lang}}.
+
| {{code|[[Soldier<nowiki>{{if lang}}</nowiki>]]}}
 +
| [[Soldier]]
 +
| [[Soldier/de]]
 +
|-
 +
| {{code|[[Soldier <nowiki>{{if lang}}</nowiki>]]}}
 +
| [[Soldier]]
 +
| [[Soldier_/de]]
 +
|-
 +
|}
 +
 
 +
=== Advanced ===
 +
{{tl|if lang}} can be used in more advanced ways by specifying the English and non-English outputs.
 +
 
 +
* {{code|1=<nowiki>{{if lang | non-en = _{{SUBPAGENAME}}&nbsp;}}</nowiki>}} will generate {{code|_de}} when used on [[Equalizer/de]].
 +
** This example is used in [[:Category:Infobox templates|infobox templates]] to display item name images in the correct language.
 +
 
 +
== Languages supported ==
 +
{{tl|if lang}} recognises only the below language subpages (the same as {{tl|lang}}):
 +
{| class="wikitable grid" style="margin: 1em 0;"
 +
! 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
 +
|}
 +
 
 
[[Category:Language templates|If lang]]
 
[[Category:Language templates|If lang]]
 
</noinclude>
 
</noinclude>

Revision as of 21:07, 31 October 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)
[[Soldier{{if lang}}]] Soldier Soldier/de
[[Soldier {{if lang}}]] Soldier Soldier_/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 Equalizer/de.
    • This example is used in infobox templates to display item name images in the correct language.

Languages supported

{{if lang}} recognises only the below language subpages (the same as {{lang}}):

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