Difference between revisions of "Template:Lang date"

From Team Fortress Wiki
Jump to: navigation, search
(capitalizing month names)
m (Corrected typo)
Line 139: Line 139:
 
  | 7 = Lipca
 
  | 7 = Lipca
 
  | 8 = Sierpnia
 
  | 8 = Sierpnia
  | 9 = Arześnia
+
  | 9 = Września
 
  | 10 = Października
 
  | 10 = Października
 
  | 11 = Listopada
 
  | 11 = Listopada

Revision as of 19:40, 15 September 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
 }}