Difference between revisions of "Template:Lang date"

From Team Fortress Wiki
Jump to: navigation, search
(re-add force)
(added /ar lines to temp)
Line 4: Line 4:
 
// New languages should go below this line. -->
 
// New languages should go below this line. -->
  
 +
| ar = {{#switch:{{{1|}}}
 +
| 1 = يناير
 +
| 2 = فبراير
 +
| 3 = مارس
 +
| 4 = ابريل
 +
| 5 = مايو
 +
| 6 = يونيو
 +
| 7 = يوليو
 +
| 8 = اغسطس
 +
| 9 = سبتمبر
 +
| 10 = أكتوبر
 +
| 11 = نوفمبر
 +
| 12 = ديسمبر
 +
}}
 
| cs = {{#switch:{{{1|}}}
 
| cs = {{#switch:{{{1|}}}
 
  | 1 = Ledna
 
  | 1 = Ledna
Line 285: Line 299:
 
  }}
 
  }}
 
}}<noinclude>
 
}}<noinclude>
{{translation switching|all languages except: ar}}{{doc begin}}
+
{{translation switching|all languages}}{{doc begin}}
  
 
== Usage ==
 
== Usage ==

Revision as of 13:43, 10 February 2011

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
 }}