Template:Date/doc
This is a documentation subpage for Template:Date. It contains usage information, categories, and other content that is not part of the original template page. |
Gives a date in the language with a specified code (the default for that code is the result of Template:Uselang, which is en
).
Note that this translated date may have a lowercase initial (unless its first term is always capitalized, like month names in English), so that it can be used in the middle of a sentence. At start of a sentence or paragraph (but not at start of an item in an enumerated list that is part of a larger sentence), you may need to embed the template transclusion in a {{UCFIRST: }}
parser call.
Parameters
editParameter name | Description | Default value |
---|---|---|
1 | number of the year | empty |
2 | number of month in the year | empty |
3 | number of day in the month | empty |
lang 4 |
language code | language code of the user language |
form | allows to specify differing syntactic forms to apply to the date (e.g. in some Polish phrases the month must appear in genitive form instead of nominative, so you have to set form to gen) | empty |
Examples
Some results depend on the user language, try: ab · ae · af · ak · am · an · ar · as · ast · av · ay · az · ba · bar · bcl · be · be-tarask · bg · bi · bm · bn · bo · br · bs · ca · ce · ceb · ch · chy · cnr · co · cps · cr · cs · cu · cv · cy · da · de · dv · dz · ee · egl · el · en · eo · es · et · ext · fa · fi · fj · ff · fo · fr · frc · frp · frr · frs · fur · fy · ga · gd · gl · gn · got · gsw · gu · gv · ha · haw · he · hi · hil · ho · hr · ht · hu · hy · hyw · hz · id · ie · ig · ii · ik · io · is · it · ja · jut · jv · ka · kg · ki · kj · kk · kl · km · kn · ko · ks · ksh · ku · kv · kw · ky · la · lb · lg · li · lij · lld · lmo · ln · lo · lt · lu · lv · mg · mh · mi · mk · ml · mn · mr · ms · mt · mwl · my · na · nan · nb · nd · nds · nds-nl · ne · nl · nn · nr · nrf · nv · ny · oc · oj · om · or · os · pa · pcd · pdc · pfl · pi · pl · pms · pt · qu · rar · rej · rgn · rif · rm · rn · ro · ru · rue · ruo · rup · ruq · rw · ryu · sa · sah · sat · sc · scn · sco · sd · sdc · se · sg · sh · si · sk · sl · sm · smj · smn · sms · sn · so · sou · sq · sr · ss · st · su · sv · sw · ta · te · tg · th · ti · tk · tl · to · tr · ts · tt · tw · ty · uk · ur · uz · ve · vec · vep · vi · vo · vls · wa · war · wo · wuu · xh · yi · yo · yue · za · zea · zh-hans · zh-hant · zu
{{date|2009|1|9}}
→ January 9, 2009{{date|1970|2|3}}
→ February 3, 1970{{date|1970|2}}
→ February 1970{{date|1970}}
→ 1970{{date||1|9}}
→ January 9{{date||2|3}}
→ February 3{{date||2}}
→ February{{date}}
→{{date|1970|||zh}}
→ 1970年
Does not check existence, except for the month number:
{{date|2009|12|33}}
→ December 33, 2009{{date|2009|17|33}}
→ Unknown date 33, 2009
Required
Localization
The i18n-method used is branching to translations in the template itself.