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
(Template:Comma separated entries to get rid of stray commas when Japanese not entered. Also removed the need for parameters to be specifically 'y' - can be filled with anything instead.)
m (small reordering to have related languages next to each other)
Line 5: Line 5:
|{{#if:{{{fr_fr|}}}|European French{{{fr_fr_note|}}}}}
|{{#if:{{{fr_fr|}}}|European French{{{fr_fr_note|}}}}}
|{{#if:{{{fr_ca|}}}|Canadian French{{{fr_ca_note|}}}}}
|{{#if:{{{fr_ca|}}}|Canadian French{{{fr_ca_note|}}}}}
|{{#if:{{{nl|}}}|Dutch{{{nl_note|}}}}}
|{{#if:{{{it|}}}|Italian{{{it_note|}}}}}
|{{#if:{{{it|}}}|Italian{{{it_note|}}}}}
|{{#if:{{{de|}}}|German{{{de_note|}}}}}
|{{#if:{{{de|}}}|German{{{de_note|}}}}}
|{{#if:{{{nl|}}}|Dutch{{{nl_note|}}}}}
|{{#if:{{{es_latam|}}}|Latin American Spanish{{{es_latam_note|}}}}}
|{{#if:{{{es_latam|}}}|Latin American Spanish{{{es_latam_note|}}}}}
|{{#if:{{{es_es|}}}|Castilian Spanish{{{es_es_note|}}}}}
|{{#if:{{{es_es|}}}|Castilian Spanish{{{es_es_note|}}}}}
Line 14: Line 14:
|{{#if:{{{ru|}}}|Russian{{{ru_note|}}}}}
|{{#if:{{{ru|}}}|Russian{{{ru_note|}}}}}
|{{#if:{{{zh_trad|}}}|Traditional Chinese{{{zh_trad_note|}}}}}
|{{#if:{{{zh_trad|}}}|Traditional Chinese{{{zh_trad_note|}}}}}
|{{#if:{{{zh_simp|}}}|Simplified Chinese{{{zh_simp_note|}}}}}
|{{#if:{{{kr|}}}|Korean{{{kr_note|}}}}}
|{{#if:{{{kr|}}}|Korean{{{kr_note|}}}}}
|{{#if:{{{zh_simp|}}}|Simplified Chinese{{{zh_simp_note|}}}}}
}}</small><noinclude>
}}</small><noinclude>
{{doc}}[[Category:Formatting templates]]</noinclude>
{{doc}}[[Category:Formatting templates]]</noinclude>

Revision as of 03:27, 4 April 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}}