Difference between revisions of "Template:Lang date"

From Team Fortress Wiki
Jump to: navigation, search
m (Corrected typo)
m (hu month names fixed)
Line 75: Line 75:
 
  }}
 
  }}
 
| hu = {{#switch:{{{1|}}}
 
| hu = {{#switch:{{{1|}}}
  | 1 = Január
+
  | 1 = január
  | 2 = Február
+
  | 2 = február
  | 3 = Március
+
  | 3 = március
 
  | 4 = április
 
  | 4 = április
  | 5 = Május
+
  | 5 = május
  | 6 = Június
+
  | 6 = június
  | 7 = Július
+
  | 7 = július
  | 8 = Augusztus
+
  | 8 = augusztus
  | 9 = Szeptember
+
  | 9 = szeptember
  | 10 = Október
+
  | 10 = október
  | 11 = November
+
  | 11 = november
  | 12 = December
+
  | 12 = december
 
  }}
 
  }}
 
| it = {{#switch:{{{1|}}}
 
| it = {{#switch:{{{1|}}}

Revision as of 13:01, 21 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
 }}