Difference between revisions of "Template:Language-Info"

From Custom Mario Kart
Jump to navigation Jump to search
(Is there a reason for float-left?)
(why red bg and nlx once? / forgot to implement spanish ntsc and pal)
Line 3: Line 3:
 
|-
 
|-
 
! Dutch:
 
! Dutch:
| {{{nl|class="bg-red1"{{!}}—}}}
+
| {{{nl|—}}}
 
|-
 
|-
 
! French:
 
! French:
Line 21: Line 21:
 
|-
 
|-
 
! Spanish:
 
! Spanish:
| {{{es|—}}}
+
| {{#ifexist: {{{es}}} | {{{es|—}}}}}
 +
|-
 +
! Spanish (NTSC):
 +
| {{#ifexist: {{{esntsc}}} | {{{esntsc|—}}}}}
 +
|-
 +
! Spanish (PAL):
 +
| {{#ifexist: {{{espal}}} | {{{espal|—}}}}}
 
|-
 
|-
 
! Greek:
 
! Greek:
Line 44: Line 50:
 
| {{{sq|—}}}
 
| {{{sq|—}}}
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
 +
==Usage Notes==
 +
* If a language is different per region (example: Spanish (NTSC) and Spanish (PAL)), then use the existing variants of the language instead.
 
<div class="float-right">
 
<div class="float-right">
 
{{Language-Info
 
{{Language-Info
 
|name=Test Table
 
|name=Test Table
|nlx=Lorem Ipsum
+
|nl=Lorem Ipsum
 
|fr=Lorem Ipsum
 
|fr=Lorem Ipsum
 
|de=Lorem Ipsum
 
|de=Lorem Ipsum
Line 54: Line 62:
 
|ko=Lorem Ipsum
 
|ko=Lorem Ipsum
 
|es=Lorem Ipsum
 
|es=Lorem Ipsum
 +
|esntsc=Lorem Ipsum
 +
|espal=Lorem Ipsum
 
|el=Lorem Ipsum
 
|el=Lorem Ipsum
 
|pt=Lorem Ipsum
 
|pt=Lorem Ipsum
Line 63: Line 73:
 
}}</div>
 
}}</div>
  
usage:
+
Usage:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Language-Info
 
{{Language-Info
Line 74: Line 84:
 
|ko=Lorem Ipsum
 
|ko=Lorem Ipsum
 
|es=Lorem Ipsum
 
|es=Lorem Ipsum
 +
|esntsc=Lorem Ipsum
 +
|espal=Lorem Ipsum
 
|el=Lorem Ipsum
 
|el=Lorem Ipsum
 
|pt=Lorem Ipsum
 
|pt=Lorem Ipsum

Revision as of 23:28, 19 October 2013

Usage Notes

  • If a language is different per region (example: Spanish (NTSC) and Spanish (PAL)), then use the existing variants of the language instead.
Test Table
Dutch: Lorem Ipsum
French: Lorem Ipsum
German: Lorem Ipsum
Italian: Lorem Ipsum
Japanese: Lorem Ipsum
Korean: Lorem Ipsum
Spanish:
Spanish (NTSC):
Spanish (PAL):
Greek: Lorem Ipsum
Portuguese: Lorem Ipsum
Polish: Lorem Ipsum
Finnish: Lorem Ipsum
Swedish: Lorem Ipsum
Czech: Lorem Ipsum
Albanian: Lorem Ipsum

Usage:

{{Language-Info
|name=Test Table
|nl=Lorem Ipsum
|fr=Lorem Ipsum
|de=Lorem Ipsum
|it=Lorem Ipsum
|ja=Lorem Ipsum
|ko=Lorem Ipsum
|es=Lorem Ipsum
|esntsc=Lorem Ipsum
|espal=Lorem Ipsum
|el=Lorem Ipsum
|pt=Lorem Ipsum
|pl=Lorem Ipsum
|fi=Lorem Ipsum
|sv=Lorem Ipsum
|cs=Lorem Ipsum
|sq=Lorem Ipsum
}}