Template:Languages: Difference between revisions

(Replacing line breaks with commas and spaces.)
m (Minor adjustments. In the end credits for a few Nintendo games, European Spanish is often used in regards to stuff like voice acting credits instead of Castilian Spanish.)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude><small>{{#ifeq:{{{jp}}}|y|Japanese{{{jp_note|}}}}}{{#ifeq:{{{en_us}}}|y|, American English{{{en_us_note|}}}}}{{#ifeq:{{{en_gb}}}|y|, British English{{{en_gb_note|}}}}}{{#ifeq:{{{fr_fr}}}|y|, European French{{{fr_fr_note|}}}}}{{#ifeq:{{{fr_ca}}}|y|, Canadian French{{{fr_ca_note|}}}}}{{#ifeq:{{{nl}}}|y|, Dutch{{{nl_note|}}}}}{{#ifeq:{{{it}}}|y|, Italian{{{it_note|}}}}}{{#ifeq:{{{de}}}|y|, German{{{de_note|}}}}}{{#ifeq:{{{es_latam}}}|y|, Latin American Spanish{{{es_latam_note|}}}}}{{#ifeq:{{{es_es}}}|y|, Castilian Spanish{{{es_es_note|}}}}}{{#ifeq:{{{pt_br}}}|y|, Brazilian Portuguese{{{pt_br_note|}}}}}{{#ifeq:{{{pt_pt}}}|y|, European Portuguese{{{pt_pt_note|}}}}}{{#ifeq:{{{ru}}}|y|, Russian{{{ru_note|}}}}}{{#ifeq:{{{zh_trad}}}|y|, Traditional Chinese{{{zh_trad_note|}}}}}{{#ifeq:{{{kr}}}|y|, Korean{{{kr_note|}}}}}{{#ifeq:{{{zh_simp}}}|y|, Simplified Chinese{{{zh_simp_note|}}}}}</small></onlyinclude><noinclude>
<small>{{Comma separated entries
|{{#if:{{{jp|}}}|Japanese{{{jp_note|}}}}}
|{{#if:{{{en_us|}}}|American English{{{en_us_note|}}}}}
|{{#if:{{{en_gb|}}}|British English{{{en_gb_note|}}}}}
|{{#if:{{{fr_ca|}}}|Canadian French{{{fr_fr_note|}}}}}
|{{#if:{{{fr_fr|}}}|European French{{{fr_ca_note|}}}}}
|{{#if:{{{it|}}}|Italian{{{it_note|}}}}}
|{{#if:{{{de|}}}|German{{{de_note|}}}}}
|{{#if:{{{es_latam|}}}|Latin American Spanish{{{es_latam_note|}}}}}
|{{#if:{{{es_es|}}}|European Spanish{{{es_es_note|}}}}}
|{{#if:{{{nl|}}}|Dutch{{{nl_note|}}}}}
|{{#if:{{{pt_br|}}}|Brazilian Portuguese{{{pt_br_note|}}}}}
|{{#if:{{{pt_pt|}}}|European Portuguese{{{pt_pt_note|}}}}}
|{{#if:{{{ru|}}}|Russian{{{ru_note|}}}}}
|{{#if:{{{kr|}}}|Korean{{{kr_note|}}}}}
|{{#if:{{{zh_trad|}}}|Traditional Chinese{{{zh_trad_note|}}}}}
|{{#if:{{{zh_simp|}}}|Simplified Chinese{{{zh_simp_note|}}}}}
}}</small><noinclude>
{{doc}}[[Category:Formatting templates]]</noinclude>
{{doc}}[[Category:Formatting templates]]</noinclude>

Latest revision as of 00:04, 2 June 2024

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 an 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)
  • Canadian French (fr_ca)
  • European French (fr_fr)
  • Italian (it)
  • German (de)
  • Latin American Spanish (es_latam)
  • European Spanish (es_es)
  • Dutch (nl)
  • Brazilian Portuguese (pt_br)
  • European Portuguese (pt_pt)
  • Russian (ru)
  • Korean (kr)
  • Traditional Chinese (zh_trad)
  • Simplified Chinese (zh_simp)

Skeleton

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