Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

Template:Languages: Difference between revisions

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search
(let’s try this)
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit
m (Protected "Template:Languages": Mainspace template used on multiple pages. Any major changes should be discussed first ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite)))
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<small>{{#if:{{{jp|}}}|Japanese{{{jp_note|}}}<br>}}
<small>{{Comma separated entries
{{#if:{{{en_us|}}}|English (United States)<br>{{{en_us_note|}}}}}
|{{#if:{{{jp|}}}|Japanese{{{jp_note|}}}}}
{{#if:{{{en_gb|}}}|English (United Kingdom)<br>{{{en_gb_note|}}}}}
|{{#if:{{{en_us|}}}|American English{{{en_us_note|}}}}}
{{#if:{{{fr_fr|}}}|French (France)<br>{{{fr_fr_note|}}}}}
|{{#if:{{{en_gb|}}}|British English{{{en_gb_note|}}}}}
{{#if:{{{fr_ca|}}}|French (Canada)<br>{{{fr_ca_note|}}}}}
|{{#if:{{{fr_fr|}}}|European French{{{fr_fr_note|}}}}}
{{#if:{{{it|}}}|Italian<br>{{{it_note|}}}}}
|{{#if:{{{fr_ca|}}}|Canadian French{{{fr_ca_note|}}}}}
{{#if:{{{de|}}}|German<br>{{{de_note|}}}}}
|{{#if:{{{it|}}}|Italian{{{it_note|}}}}}
{{#if:{{{nl|}}}|Dutch<br>{{{nl_note|}}}}}
|{{#if:{{{de|}}}|German{{{de_note|}}}}}
{{#if:{{{es_latam|}}}|Spanish (Latin America)<br>{{{es_latam_note|}}}}}
|{{#if:{{{nl|}}}|Dutch{{{nl_note|}}}}}
{{#if:{{{es_es|}}}|Spanish (Spain)<br>{{{es_es_note|}}}}}
|{{#if:{{{es_latam|}}}|Latin American Spanish{{{es_latam_note|}}}}}
{{#if:{{{pt_br|}}}|Portuguese (Brazil)<br>{{{pt_br_note|}}}}}
|{{#if:{{{es_es|}}}|Castilian Spanish{{{es_es_note|}}}}}
{{#if:{{{pt_pt|}}}|Portuguese (Portugal)<br>{{{pt_pt_note|}}}}}
|{{#if:{{{pt_br|}}}|Brazilian Portuguese{{{pt_br_note|}}}}}
{{#if:{{{ru|}}}|Russian<br>{{{ru_note|}}}}}
|{{#if:{{{pt_pt|}}}|European Portuguese{{{pt_pt_note|}}}}}
{{#if:{{{zh_trad|}}}|Chinese (Traditional)<br>{{{zh_trad_note|}}}}}
|{{#if:{{{ru|}}}|Russian{{{ru_note|}}}}}
{{#if:{{{zh_simp|}}}|Chinese (Simplified)<br>{{{zh_simp_note|}}}}}
|{{#if:{{{zh_trad|}}}|Traditional Chinese{{{zh_trad_note|}}}}}
{{#if:{{{kr|}}}|Korean<br>{{{kr_note|}}}}}</small><noinclude>
|{{#if:{{{zh_simp|}}}|Simplified Chinese{{{zh_simp_note|}}}}}
|{{#if:{{{kr|}}}|Korean{{{kr_note|}}}}}
}}</small><noinclude>
{{doc}}[[Category:Formatting templates]]</noinclude>
{{doc}}[[Category:Formatting templates]]</noinclude>

Latest revision as of 03:24, 26 December 2023

Usage

This template is intended to be used within game infoboxes in the "language" parameter to determine which languages the given game can be played in. Paste the code from the Skeleton section below into any article's game infobox and it will appear in the finished edit. All fields are optional, and will only appear if given a "y" identifier next to one. Please omit the code for any languages that are not or will not be used.

The following languages are currently supported:

  • Japanese (jp)
  • American English (en_us)
  • British English (en_gb)
  • European French (fr_fr)
  • Canadian French (fr_ca)
  • Italian (it)
  • German (de)
  • Dutch (nl)
  • Latin American Spanish (es_latam)
  • Castilian Spanish (es_es)
  • Brazilian Portuguese (pt_br)
  • European Portuguese (pt_pt)
  • Russian (ru)
  • Traditional Chinese (zh_trad)
  • Simplified Chinese (zh_simp)
  • Korean (kr)

Skeleton

{{languages|jp=y|en_us=y|en_gb=y|fr_fr=y|fr_ca=y|it=y|de=y|nl=y|es_latam=y|es_es=y|pt_br=y|pt_pt=y|ru=y|zh_trad=y|zh_simp=y|kr=y}}