Difference between revisions of "Template:Lang date"

From Team Fortress Wiki
Jump to: navigation, search
(Added Norwegian)
Line 129: Line 129:
 
  | 11 = November
 
  | 11 = November
 
  | 12 = December
 
  | 12 = December
 +
}}
 +
| no = {{#switch:{{{1|}}}
 +
| 1 = Januar
 +
| 2 = Februar
 +
| 3 = Mars
 +
| 4 = April
 +
| 5 = Mai
 +
| 6 = Juni
 +
| 7 = Juli
 +
| 8 = August
 +
| 9 = September
 +
| 10 = Oktober
 +
| 11 = November
 +
| 12 = Desember
 
  }}
 
  }}
 
| pl = {{#switch:{{{1|}}}
 
| pl = {{#switch:{{{1|}}}
Line 236: Line 250:
 
  }}
 
  }}
 
}}<noinclude>
 
}}<noinclude>
{{translation switching|cs, de, es, fi, fr, hu, it, ja, nl, pl, ro, ru, sv, zh-hans, zh-hant}}{{doc begin}}
+
{{translation switching|cs, de, es, fi, fr, hu, it, ja, nl, no, pl, ro, ru, sv, zh-hans, zh-hant}}{{doc begin}}
  
 
== Usage ==
 
== Usage ==

Revision as of 12:23, 16 October 2010

Documentation for Lang date


Usage

  • Add the following code to the template (in alphabetical order)
    • Replace xx with your language's code
    • Replace the month names with translations
| xx = {{#switch:{{{1|}}}
 | 1 = January
 | 2 = February
 | 3 = March
 | 4 = April
 | 5 = May
 | 6 = June
 | 7 = July
 | 8 = August
 | 9 = September
 | 10 = October
 | 11 = November
 | 12 = December
 }}