Difference between revisions of "Template:Lang date"

From Team Fortress Wiki
Jump to: navigation, search
(spacing, proper doc)
Line 73: Line 73:
 
  | 11 =  listopada
 
  | 11 =  listopada
 
  | 12 =  grudnia
 
  | 12 =  grudnia
 +
}}
 +
| ro = {{#switch:{{{1|}}}
 +
| 1 = Ianuarie
 +
| 2 = Februarie
 +
| 3 = Martie
 +
| 4 = Aprilie
 +
| 5 = Mai
 +
| 6 = Iunie
 +
| 7 = Iulie
 +
| 8 = August
 +
| 9 = Septembrie
 +
| 10 = Octombrie
 +
| 11 = Noiembrie
 +
| 12 = Decembrie
 
  }}
 
  }}
 
| ru = {{#switch:{{{1|}}}
 
| ru = {{#switch:{{{1|}}}

Revision as of 10:18, 31 August 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
 }}