Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Other date/examples: Difference between revisions

Template page
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{LanguageSelector|ca|cs|da|de|en|es|fi|fr|he|hu}}<br>
{{LanguageSelector|ca|cs|da|de|en|es|fi|fr|he|hu|hi|it|nds|nl|pl|ru|sv|th|vec|ro|zh-hans|zh-hant}}
{{LanguageSelector|hi|it|nds|nl|pl|ru|sv|th|vec|ro|zh-hans|zh-hant}}


=== date notations with two dates ===
=== date notations with two dates ===
{|border="1" style="right"
{| class="wikitable"
|-
|-
! <nowiki>{{{1}}}</nowiki> parameter
! <nowiki>{{{1}}}</nowiki> parameter
! Example Code  
! Example Code
! Output  
! Output
|-
|-
| <tt>-</tt>
| <code>-<br />from-until</code>
| <nowiki> {{other date|-|1999|2000}}</nowiki><br>  <nowiki> {{other date|-|1999-01|2000-02}}</nowiki><br>  <nowiki> {{other date|-|1999-01-01|2000-02-01}} </nowiki>
| <nowiki> {{other date|-|1999|2000}}</nowiki><br />  <nowiki> {{other date|-|1999-01|2000-02}}</nowiki><br />  <nowiki> {{other date|-|1999-01-01|2000-02-01}} </nowiki>
|  
|
{{other date|-|1999|2000}}<br>
{{other date|-|1999|2000}}<br />
{{other date|-|1999-01|2000-02}}<br>
{{other date|-|1999-01|2000-02}}<br />
{{other date|-|1999-01-01|2000-02-01}}
{{other date|-|1999-01-01|2000-02-01}}
|-
|-
| <tt>between</tt>
| <code>?</code>
| <nowiki> {{other date|between|1999|2000}} </nowiki><br>  <nowiki> {{other date|between|1999-02|2000-03}} </nowiki><br>  <nowiki> {{other date|between|1999-02-01|2000-03-01}} </nowiki>
| <nowiki> {{other date|?|1800|1825}} </nowiki>
|  
|
{{other date|between|1999|2000}}<br>{{other date|between|1999-02|2000-03}}<br>{{other date|between|1999-02-01|2000-03-01}}
{{other date|?|1800|1825}}<ref name="between">[[Template talk:Other date#between|reported bug]]</ref>
|-
|-
| <tt>~<br>ca<br>circa</tt>
| <code>between</code>
| <nowiki> {{other date|~|1999|2000}} </nowiki><br>  <nowiki> {{other date|ca|1999-05|2000-06}} </nowiki><br>  <nowiki> {{other date|circa|1999-05-01|2000-06-1}} </nowiki>
| <nowiki> {{other date|between|1999|2000}} </nowiki><br />  <nowiki> {{other date|between|1999-02|2000-03}} </nowiki><br />  <nowiki> {{other date|between|1999-02-01|2000-03-01}} </nowiki>
|  
|
{{other date|~|1999|2000}}<br>{{other date|ca|1999-05|2000-06}}<br>{{other date|circa|1999-05-01|2000-06-01}}
{{other date|between|1999|2000}}<br />{{other date|between|1999-02|2000-03}}<br />{{other date|between|1999-02-01|2000-03-01}}
|-
|-
| <tt>or</tt>
| <code>~<br />ca<br />circa</code>
| <nowiki> {{other date|or|1999|2000}} </nowiki><br>  <nowiki> {{other date|or|1999-06|2000-07}} </nowiki><br>  <nowiki> {{other date|or|1999-06-01|2000-07-1}} </nowiki>
| <nowiki> {{other date|~|1999|2000}} </nowiki><br />  <nowiki> {{other date|ca|1999-05|2000-06}} </nowiki><br />  <nowiki> {{other date|circa|1999-05-01|2000-06-1}} </nowiki>
|  
|
{{other date|or|1999|2000}}<br>{{other date|or|1999-06|2000-07}}<br>{{other date|or|1999-06-01|2000-07-01}}
{{other date|~|1999|2000}}<br />{{other date|ca|1999-05|2000-06}}<br />{{other date|circa|1999-05-01|2000-06-01}}
|-
|-
| <tt>and<br>&</tt>
| <code>or</code>
| <nowiki> {{other date|&|1999|2000}} </nowiki><br><nowiki> {{other date|and|1999-06|2000-07}} </nowiki><br> <nowiki> {{other date|and|1999-06-01|2000-07-01}} </nowiki>
| <nowiki> {{other date|or|1999|2000}} </nowiki><br /> <nowiki> {{other date|or|1999-06|2000-07}} </nowiki><br /> <nowiki> {{other date|or|1999-06-01|2000-07-1}} </nowiki>
|  
|
{{other date|&|1999|2000}}<br>{{other date|and|1999-06|2000-07}}<br>{{other date|&|1999-06-01|2000-07-01}}
{{other date|or|1999|2000}}<br />{{other date|or|1999-06|2000-07}}<br />{{other date|or|1999-06-01|2000-07-01}}
|-
|-
| <tt>Julian</tt>
| <code>and<br />&</code>
| <nowiki> {{other date|&|1999|2000}} </nowiki><br /><nowiki> {{other date|and|1999-06|2000-07}} </nowiki><br /> <nowiki> {{other date|and|1999-06-01|2000-07-01}} </nowiki>
|
{{other date|&|1999|2000}}<br />{{other date|and|1999-06|2000-07}}<br />{{other date|&|1999-06-01|2000-07-01}}
|-
| <code>Julian</code>
| <nowiki> {{other date|Julian|1865-01-19|1865-01-07}} </nowiki>
| <nowiki> {{other date|Julian|1865-01-19|1865-01-07}} </nowiki>
|  
|
{{other date|Julian|1865-01-19|1865-01-07}}
{{other date|Julian|1865-01-19|1865-01-07}}
|-
|-
| <tt>Islamic</tt>
| <code>Islamic</code>
| <nowiki> {{other date|islamic|1486|892}} </nowiki><br><nowiki> {{other date|islamic|1486}} </nowiki>
| <nowiki> {{other date|islamic|1486|892}} </nowiki><br /><nowiki> {{other date|islamic|1486}} </nowiki>
| {{other date|islamic|1486|892}}<br>{{other date|islamic|1486}}
| {{other date|islamic|1486|892}}<br />{{other date|islamic|1486}}
|-
|-
| <tt>era parameter</tt>
| <code>era parameter</code>
| <nowiki> {{other date|or|985|986|era=BC}} </nowiki>
| <nowiki> {{other date|or|985|986|era=BC}} </nowiki>
|  
|
{{other date|or|985|986|era=BC}}
{{other date|or|985|986|era=BC}}
|-
|-
Line 54: Line 58:
=== date notations with single date ===
=== date notations with single date ===
Date notations with single date can use the second date for era, like BC or AD.
Date notations with single date can use the second date for era, like BC or AD.
{|border="1" style="right"
{| class="wikitable"
|-
|-
! <nowiki>{{{1}}}</nowiki> parameter
! <nowiki>{{{1}}}</nowiki> parameter
! Example Code  
! Example Code
! Output  
! Output
! Example Code with era
! Example Code with era
! Output with era
! Output with era
|-
|-
| <tt><<br>b<br>before</tt>
| <code><<br />b<br />before</code>
| <nowiki> {{other date|<|2000}} </nowiki><br>  <nowiki> {{other date|b|2000-03}} </nowiki><br>  <nowiki> {{other date|before|2000-03-01}} </nowiki>
| <nowiki> {{other date|<|2000}} </nowiki><br />  <nowiki> {{other date|b|2000-03}} </nowiki><br />  <nowiki> {{other date|before|2000-03-01}} </nowiki>
| {{other date|<|2000}}<br>{{other date|b|2000-03}}<br>{{other date|before|2000-03-01}}
| {{other date|<|2000}}<br />{{other date|b|2000-03}}<br />{{other date|before|2000-03-01}}
| <nowiki> {{other date|<|99|era=BC}} </nowiki>
| <nowiki> {{other date|<|99|era=BC}} </nowiki>
| {{other date|<|99|era=BC}}
| {{other date|<|99|era=BC}}
|-
|-
| <tt>><br>a<br>after</tt>
| <code>><br />a<br />after</code>
| <nowiki> {{other date|>|1999}} </nowiki><br>  <nowiki> {{other date|a|1999-04}} </nowiki><br>  <nowiki> {{other date|after|1999-04-01}} </nowiki>
| <nowiki> {{other date|>|1999}} </nowiki><br />  <nowiki> {{other date|a|1999-04}} </nowiki><br />  <nowiki> {{other date|after|1999-04-01}} </nowiki>
| {{other date|>|1999}}<br>{{other date|a|1999-04}}<br>{{other date|after|1999-04-01}}
| {{other date|>|1999}}<br />{{other date|a|1999-04}}<br />{{other date|after|1999-04-01}}
| <nowiki> {{other date|>|99|era=BC}} </nowiki>
| <nowiki> {{other date|>|99|era=BC}} </nowiki>
| {{other date|>|99|era=BC}}
| {{other date|>|99|era=BC}}
|-
|-
| <tt>by</tt>
| <code>by</code>
| <nowiki> {{other date|by|1999}} </nowiki><br>  <nowiki> {{other date|by|1999-04}} </nowiki><br>  <nowiki> {{other date|by|1999-04-01}} </nowiki>
| <nowiki> {{other date|by|1999}} </nowiki><br />  <nowiki> {{other date|by|1999-04}} </nowiki><br />  <nowiki> {{other date|by|1999-04-01}} </nowiki>
| {{other date|by|1999}}<br>{{other date|by|1999-04}}<br>{{other date|by|1999-04-01}}
| {{other date|by|1999}}<br />{{other date|by|1999-04}}<br />{{other date|by|1999-04-01}}
| <nowiki> {{other date|by|99|era=BC}} </nowiki>
| <nowiki> {{other date|by|99|era=BC}} </nowiki>
| {{other date|by|99|era=BC}}
| {{other date|by|99|era=BC}}
|-
|-
| <tt>from</tt>
| <code>from</code>
| <nowiki> {{other date|from|1999}} </nowiki><br>  <nowiki> {{other date|from|1999-04}} </nowiki><br>  <nowiki> {{other date|from|1999-04-01}} </nowiki>
| <nowiki> {{other date|from|1999}} </nowiki><br />  <nowiki> {{other date|from|1999-04}} </nowiki><br />  <nowiki> {{other date|from|1999-04-01}} </nowiki>
| {{other date|from|1999}}<br>{{other date|from|1999-04}}<br>{{other date|from|1999-04-01}}
| {{other date|from|1999}}<br />{{other date|from|1999-04}}<br />{{other date|from|1999-04-01}}
| <nowiki> {{other date|from|99|era=BC}} </nowiki>
| <nowiki> {{other date|from|99|era=BC}} </nowiki>
| {{other date|from|99|era=BC}}
| {{other date|from|99|era=BC}}
|-
|-
| <tt>~<br>ca<br>circa</tt>
| <code>until</code>
| <nowiki> {{other date|~|1999}} </nowiki><br>  <nowiki> {{other date|ca|1999-05}} </nowiki><br>  <nowiki> {{other date|circa|1999-05-01}} </nowiki>
| <nowiki> {{other date|until|1999}} </nowiki><br />  <nowiki> {{other date|until|1999-04}} </nowiki><br />  <nowiki> {{other date|until|1999-04-01}} </nowiki>
| {{other date|~|1999}}<br>{{other date|ca|1999-05}}<br>{{other date|circa|1999-05-01}}
| {{other date|until|1999}}<br />{{other date|until|1999-04}}<br />{{other date|until|1999-04-01}}
| <nowiki> {{other date|until|99|era=BC}} </nowiki>
| {{other date|until|99|era=BC}}
|-
| <code>~<br />ca<br />circa</code>
| <nowiki> {{other date|~|1999}} </nowiki><br />  <nowiki> {{other date|ca|1999-05}} </nowiki><br />  <nowiki> {{other date|circa|1999-05-01}} </nowiki>
| {{other date|~|1999}}<br />{{other date|ca|1999-05}}<br />{{other date|circa|1999-05-01}}
| <nowiki> {{other date|~|99|era=BC}} </nowiki>
| <nowiki> {{other date|~|99|era=BC}} </nowiki>
| {{other date|~|99|era=BC}}
| {{other date|~|99|era=BC}}
|-
|-
| <tt>s<br>decade</tt>
| <code>s<br />decade</code>
| <nowiki> {{other date|s|1960}} </nowiki><br><nowiki> {{other date|decade|1800}} </nowiki>
| <nowiki> {{other date|s|1960}} </nowiki><br /><nowiki> {{other date|decade|1800}} </nowiki>
| <!-- {{other date|s|1960}}<br>{{other date|decade|1800}} --> 1960s<br>1800s
| {{other date|s|1960}}<br />{{other date|decade|1800}}
| <nowiki> {{other date|s|960|era=BCE}} </nowiki>
| <nowiki> {{other date|s|960|era=BCE}} </nowiki>
| <!-- {{other date|s|960|era=BCE}} --> 960s BCE
| {{other date|s|960|era=BCE}}
|-
|-
| <tt>century</tt>
| <code>century</code>
| <nowiki> {{other date|century|1}} </nowiki><br><nowiki> {{other date|century|20}} </nowiki>
| <nowiki> {{other date|century|1}} </nowiki><br /><nowiki> {{other date|century|20}} </nowiki>
| {{other date|century|1}}<br>{{other date|century|20}}
| {{other date|century|1}}<br />{{other date|century|20}}
| <nowiki> {{other date|century|1|era=BC}} </nowiki>
| <nowiki> {{other date|century|1|era=BC}} </nowiki>
| {{other date|century|1|era=BC}}
| {{other date|century|1|era=BC}}
|-
|-
| <tt> millennium </tt>
| <code> millennium </code>
| <nowiki> {{other date|millennium|1}} </nowiki>
| <nowiki> {{other date|millennium|1}} </nowiki>
| {{other date|millennium|1}}
| {{other date|millennium|1}}
Line 110: Line 120:
| {{other date|millennium|2|era=BC}}
| {{other date|millennium|2|era=BC}}
|-
|-
| <tt>turn of the decade</tt>
| <code>turn of the decade</code>
| <nowiki> {{other date|turn of the decade|1920}} </nowiki><br><nowiki> {{other date|turn of the decade|1800}} </nowiki>
| <nowiki> {{other date|turn of the decade|1920}} </nowiki><br /><nowiki> {{other date|turn of the decade|1800}} </nowiki>
| {{other date|turn of the decade|1920}} <br> {{other date|turn of the decade|1800}}
| {{other date|turn of the decade|1920}}<br /> {{other date|turn of the decade|1800}}
| <nowiki> {{other date|turn of the decade|920|era=BC}} </nowiki>
| <nowiki> {{other date|turn of the decade|920|era=BC}} </nowiki>
| {{other date|turn of the decade|920|era=BC}}
| {{other date|turn of the decade|920|era=BC}}
|-
|-
| <tt>turn of the century</tt>
| <code>turn of the century</code>
| <nowiki> {{other date|turn of the century|2}} </nowiki><br><nowiki> {{other date|turn of the century|20}} </nowiki>
| <nowiki> {{other date|turn of the century|2}} </nowiki><br /><nowiki> {{other date|turn of the century|20}} </nowiki>
| {{other date|turn of the century|2}} <br> {{other date|turn of the century|20}}
| {{other date|turn of the century|2}}<br /> {{other date|turn of the century|20}}
| <nowiki> {{other date|turn of the century|2|era=BC}} </nowiki>
| <nowiki> {{other date|turn of the century|2|era=BC}} </nowiki>
| {{other date|turn of the century|2|era=BC}}
| {{other date|turn of the century|2|era=BC}}
|-
|-
| <tt>turn of the year</tt>
| <code>turn of the year</code>
| <nowiki> {{other date|turn of the year|1992}}  </nowiki>
| <nowiki> {{other date|turn of the year|1992}}  </nowiki>
| {{other date|turn of the year|1992}}  
| {{other date|turn of the year|1992}}
| <nowiki> {{other date|turn of the year|922|era=BC}} </nowiki>
| <nowiki> {{other date|turn of the year|922|era=BC}} </nowiki>
| {{other date|turn of the year|922|era=BC}}
| {{other date|turn of the year|922|era=BC}}
|-
|-
| <tt>spring</tt>
| <code>spring</code>
| <nowiki> {{other date|spring|1999}} </nowiki>
| <nowiki> {{other date|spring|1999}} </nowiki>
| {{other date|spring|1999}}
| {{other date|spring|1999}}
Line 134: Line 144:
| {{other date|spring|99|era=AD}}
| {{other date|spring|99|era=AD}}
|-
|-
| <tt>summer</tt>
| <code>summer</code>
| <nowiki> {{other date|summer|1999}} </nowiki>
| <nowiki> {{other date|summer|1999}} </nowiki>
| {{other date|summer|1999}}
| {{other date|summer|1999}}
Line 140: Line 150:
| {{other date|summer|99|era=BC}}
| {{other date|summer|99|era=BC}}
|-
|-
| <tt>fall<br>autumn</tt>
| <code>fall<br />autumn</code>
| <nowiki> {{other date|fall|1999}} </nowiki> <br><nowiki> {{other date|autumn|1999}} </nowiki>
| <nowiki> {{other date|fall|1999}} </nowiki><br /><nowiki> {{other date|autumn|1999}} </nowiki>
| {{other date|fall|1999}} <br>{{other date|autumn|1999}}
| {{other date|fall|1999}}<br />{{other date|autumn|1999}}
| <nowiki> {{other date|fall|99|era=AD}} </nowiki>  
| <nowiki> {{other date|fall|99|era=AD}} </nowiki>
| {{other date|fall|99|era=AD}}
| {{other date|fall|99|era=AD}}
|-
|-
| <tt>winter</tt>
| <code>winter</code>
| <nowiki> {{other date|winter|1999}} </nowiki>
| <nowiki> {{other date|winter|1999}} </nowiki>
| {{other date|winter|1999}}
| {{other date|winter|1999}}
Line 152: Line 162:
| {{other date|winter|99|era=BC}}
| {{other date|winter|99|era=BC}}
|-
|-
| <tt>beginning<br>early</tt>
| <code>beginning<br />early</code>
| <nowiki> {{other date|early|1999-08}}</nowiki><br>  <nowiki>{{other date|beginning|1999}} </nowiki>
| <nowiki> {{other date|early|1999-08}}</nowiki><br />  <nowiki>{{other date|beginning|1999}} </nowiki>
| {{other date|early|1999-08}}<br>{{other date|beginning|1999}}
| {{other date|early|1999-08}}<br />{{other date|beginning|1999}}
| <nowiki> {{other date|early|99|era=BC}}</nowiki>
| <nowiki> {{other date|early|99|era=BC}}</nowiki>
| {{other date|early|99|era=BC}}
| {{other date|early|99|era=BC}}
|-
|-
| <tt>mid<br>middle</tt>
| <code>mid<br />middle</code>
| <nowiki> {{other date|mid|1999-10}}</nowiki><br>  <nowiki>{{other date|middle|1999}} </nowiki>
| <nowiki> {{other date|mid|1999-10}}</nowiki><br />  <nowiki>{{other date|middle|1999}} </nowiki>
| {{other date|mid|1999-10}}<br>{{other date|middle|1999}}
| {{other date|mid|1999-10}}<br />{{other date|middle|1999}}
| <nowiki> {{other date|mid|99|era=BC}}</nowiki>
| <nowiki> {{other date|mid|99|era=BC}}</nowiki>
| {{other date|mid|99|era=BC}}
| {{other date|mid|99|era=BC}}
|-
|-
| <tt>end<br>late</tt>
| <code>end<br />late</code>
| <nowiki> {{other date|end|1999-11}}</nowiki><br>  <nowiki>{{other date|late|1999}} </nowiki>
| <nowiki> {{other date|end|1999-11}}</nowiki><br />  <nowiki>{{other date|late|1999}} </nowiki>
| {{other date|end|1999-11}}<br>{{other date|late|1999}}
| {{other date|end|1999-11}}<br />{{other date|late|1999}}
| <nowiki> {{other date|end|99|era=BCE}}</nowiki>
| <nowiki> {{other date|end|99|era=BCE}}</nowiki>
| {{other date|end|99|era=BCE}}
| {{other date|end|99|era=BCE}}
|-
|-
| <tt>firsthalf<br>1half<br>1sthalf<br>first half<br>1st half</tt>
| <code>firsthalf<br />1half<br />1sthalf<br />first half<br />1st half</code>
| <nowiki> {{other date|firsthalf|1999-11}}</nowiki><br>  <nowiki>{{other date|1half|1999}} </nowiki>
| <nowiki> {{other date|firsthalf|1999-11}}</nowiki><br />  <nowiki>{{other date|1half|1999}} </nowiki>
| {{other date|firsthalf|1999-11}}<br>{{other date|1half|1999}}
| {{other date|firsthalf|1999-11}}<br />{{other date|1half|1999}}
| <nowiki> {{other date|firsthalf|99|era=BC}}</nowiki>
| <nowiki> {{other date|firsthalf|99|era=BC}}</nowiki>
| {{other date|firsthalf|99|era=BC}}
| {{other date|firsthalf|99|era=BC}}
|-
|-
| <tt>secondhalf<br>2half<br>2ndhalf<br>second half<br>2nd half</tt>
| <code>secondhalf<br />2half<br />2ndhalf<br />second half<br />2nd half</code>
| <nowiki> {{other date|secondhalf|1999-11}}</nowiki><br>  <nowiki>{{other date|2half|1999}} </nowiki>
| <nowiki> {{other date|secondhalf|1999-11}}</nowiki><br />  <nowiki>{{other date|2half|1999}} </nowiki>
| {{other date|secondhalf|1999-11}}<br>{{other date|2half|1999}}
| {{other date|secondhalf|1999-11}}<br />{{other date|2half|1999}}
| <nowiki> {{other date|secondhalf|99|era=BCE}}</nowiki>
| <nowiki> {{other date|secondhalf|99|era=BCE}}</nowiki>
| {{other date|secondhalf|99|era=BCE}}
| {{other date|secondhalf|99|era=BCE}}
|-
|-
| <tt>1quarter<br>quarter1<br>1stquarter<br>1st quarter</tt>
| <code>1quarter<br />quarter1<br />1stquarter<br />1st quarter</code>
| <nowiki> {{other date|1quarter|1815-09}}</nowiki><br>  <nowiki>{{other date|1quarter|1815}} </nowiki>
| <nowiki> {{other date|1quarter|1815-09}}</nowiki><br />  <nowiki>{{other date|1quarter|1815}} </nowiki>
| {{other date|1quarter|1815-09}}<br>{{other date|1quarter|1815}}
| {{other date|1quarter|1815-09}}<br />{{other date|1quarter|1815}}
| <nowiki> {{other date|1quarter|99|era=BC}}</nowiki>
| <nowiki> {{other date|1quarter|99|era=BC}}</nowiki>
| {{other date|1quarter|99|era=BC}}
| {{other date|1quarter|99|era=BC}}
|-
|-
| <tt>2quarter<br>quarter2<br>2ndquarter<br>2nd quarter</tt>
| <code>2quarter<br />quarter2<br />2ndquarter<br />2nd quarter</code>
| <nowiki> {{other date|2quarter|1815-09}}</nowiki><br>  <nowiki>{{other date|2quarter|1815}} </nowiki>
| <nowiki> {{other date|2quarter|1815-09}}</nowiki><br />  <nowiki>{{other date|2quarter|1815}} </nowiki>
| {{other date|2quarter|1815-09}}<br>{{other date|2quarter|1815}}
| {{other date|2quarter|1815-09}}<br />{{other date|2quarter|1815}}
| <nowiki> {{other date|2quarter|99|era=BC}}</nowiki>
| <nowiki> {{other date|2quarter|99|era=BC}}</nowiki>
| {{other date|2quarter|99|era=BC}}
| {{other date|2quarter|99|era=BC}}
|-
|-
| <tt>3quarter<br>quarter3<br>3rdquarter<br>3rd quarter</tt>
| <code>3quarter<br />quarter3<br />3rdquarter<br />3rd quarter</code>
| <nowiki> {{other date|3quarter|1815-09}}</nowiki><br>  <nowiki>{{other date|3quarter|1815}} </nowiki>
| <nowiki> {{other date|3quarter|1815-09}}</nowiki><br />  <nowiki>{{other date|3quarter|1815}} </nowiki>
| {{other date|3quarter|1815-09}}<br>{{other date|3quarter|1815}}
| {{other date|3quarter|1815-09}}<br />{{other date|3quarter|1815}}
| <nowiki> {{other date|3quarter|99|era=BC}}</nowiki>
| <nowiki> {{other date|3quarter|99|era=BC}}</nowiki>
| {{other date|3quarter|99|era=BC}}
| {{other date|3quarter|99|era=BC}}
|-
|-
| <tt>4quarter<br>quarter4<br>4thquarter<br>4th quarter</tt>
| <code>4quarter<br />quarter4<br />4thquarter<br />4th quarter</code>
| <nowiki> {{other date|4quarter|1815-09}}</nowiki><br>  <nowiki>{{other date|4quarter|1815}} </nowiki>
| <nowiki> {{other date|4quarter|1815-09}}</nowiki><br />  <nowiki>{{other date|4quarter|1815}} </nowiki>
| {{other date|4quarter|1815-09}}<br>{{other date|4quarter|1815}}
| {{other date|4quarter|1815-09}}<br />{{other date|4quarter|1815}}
| <nowiki> {{other date|4quarter|99|era=BC}}</nowiki>
| <nowiki> {{other date|4quarter|99|era=BC}}</nowiki>
| {{other date|4quarter|99|era=BC}}
| {{other date|4quarter|99|era=BC}}
|-
|-
| <tt>BC<br>BCE</tt>
| <code>BC<br />BCE</code>
| <nowiki> {{other date|BC|44-03-15}} </nowiki><br><nowiki> {{other date|BCE|44}} </nowiki>
| <nowiki> {{other date|BC|44-03-15}} </nowiki><br /><nowiki> {{other date|BCE|44}} </nowiki>
| {{other date|BC|44-03-15}}<br>{{other date|BCE|44}}
| {{other date|BC|44-03-15}}<br />{{other date|BCE|44}}
|  
|
|  
|
|-
| <code>AD<br />CE</code>
| <nowiki> {{other date|AD|944-03}} </nowiki><br /><nowiki> {{other date|CE|944}} </nowiki>
| {{other date|AD|944-03}}<br />{{other date|CE|944}}
|
|
|-
| <code>?</code>
| <nowiki> {{other date|?|2015}} </nowiki>
| {{other date|?|2015}}<ref name="between" />
| <nowiki> {{other date|?|2015|era=BC}} </nowiki>
| {{other date|?|2015|era=BC}}<ref name="between" />
|-
|-
| <tt>AD<br>CE</tt>
|}
| <nowiki> {{other date|AD|944-03}} </nowiki><br><nowiki> {{other date|CE|944}} </nowiki>
<references />
| {{other date|AD|944-03}}<br>{{other date|CE|944}}
=== date notations without date ===
|
{| class="wikitable"
|  
|-
|-
| <tt>?<br>unknown</tt>
! <nowiki>{{{1}}}</nowiki> parameter
| <nowiki> {{other date|?}} </nowiki><br><nowiki> {{other date|unknown}} </nowiki>
! Example Code
| {{other date|?}}<br>{{other date|unknown}}
! Output
! Example Code with era
! Output with era
|-
| <code>?<br />unknown</code>
| <nowiki> {{other date|?}} </nowiki><br /><nowiki> {{other date|unknown}} </nowiki>
| {{other date|?}}<br />{{other date|unknown}}
| <nowiki> {{other date|?||era=BC}} </nowiki>
| <nowiki> {{other date|?||era=BC}} </nowiki>
| {{other date|?||era=BC}}
| {{other date|?||era=BC}}
|-
|-
| <tt>year unknown</tt>
| <code>year unknown</code>
| <nowiki> {{other date|year unknown}} </nowiki>
| <nowiki> {{other date|year unknown}} </nowiki>
| {{other date|year unknown}}
| {{other date|year unknown}}
| <nowiki> {{other date|year unknown|era=BC}} </nowiki>
| <nowiki> {{other date|year unknown|era=BC}} </nowiki>
| {{other date|year unknown|era=BC}}
| {{other date|year unknown|era=BC}}
|}
=== compound constructions ===
{| class="wikitable"
!Example Code
!Output
!Example Code with era
!Output with era
|-
|<nowiki>{{Other date|2half|{{Other date|century|15}}}}</nowiki>
|{{Other date|2half|{{Other date|century|15}}}}
|<nowiki>{{Other date|2half|{{Other date|century|15}}|era=BC}}</nowiki>
|{{Other date|2half|{{Other date|century|15}}|era=BC}}
|-
|-
|<nowiki>{{otherdate|mid|{{otherdate|decade|1980}}}}</nowiki>
|{{otherdate|mid|{{otherdate|decade|1980}}}}
|<nowiki>{{otherdate|mid|{{otherdate|decade|1980}}|era=BC}}</nowiki>
|{{otherdate|mid|{{otherdate|decade|1980}}|era=BC}}
|}
|}

Latest revision as of 18:47, 24 March 2025

date notations with two dates

{{{1}}} parameter Example Code Output
-
from-until
{{other date|-|1999|2000}}
{{other date|-|1999-01|2000-02}}
{{other date|-|1999-01-01|2000-02-01}}

from 1999 until 2000
from January 1999 until February 2000
from 1 January 1999 until 1 February 2000

? {{other date|?|1800|1825}}

Unknown date[1]

between {{other date|between|1999|2000}}
{{other date|between|1999-02|2000-03}}
{{other date|between|1999-02-01|2000-03-01}}

between 1999 and 2000
between February 1999 and March 2000
between 1 February 1999 and 1 March 2000

~
ca
circa
{{other date|~|1999|2000}}
{{other date|ca|1999-05|2000-06}}
{{other date|circa|1999-05-01|2000-06-1}}

between circa 1999 and circa 2000
between circa May 1999 and circa June 2000
between circa 1 May 1999 and circa 1 June 2000

or {{other date|or|1999|2000}}
{{other date|or|1999-06|2000-07}}
{{other date|or|1999-06-01|2000-07-1}}

1999 or 2000
June 1999 or July 2000
1 June 1999 or 1 July 2000

and
&
{{other date|&|1999|2000}}
{{other date|and|1999-06|2000-07}}
{{other date|and|1999-06-01|2000-07-01}}

1999 and 2000
June 1999 and July 2000
1 June 1999 and 1 July 2000

Julian {{other date|Julian|1865-01-19|1865-01-07}}

19 January 1865 (7 January 1865 in Julian calendar)

Islamic {{other date|islamic|1486|892}}
{{other date|islamic|1486}}
1486 AD (892 AH)
1486 AD (891 AH)
era parameter {{other date|or|985|986|era=BC}}

985 or 986 BC

date notations with single date

Date notations with single date can use the second date for era, like BC or AD.

{{{1}}} parameter Example Code Output Example Code with era Output with era
<
b
before
{{other date|<|2000}}
{{other date|b|2000-03}}
{{other date|before|2000-03-01}}
before 2000
date QS:P,+2000-00-00T00:00:00Z/7,P1326,+2000-00-00T00:00:00Z/9

before March 2000
date QS:P,+2000-03-00T00:00:00Z/7,P1326,+2000-03-00T00:00:00Z/10

before 1 March 2000
date QS:P,+2000-03-01T00:00:00Z/7,P1326,+2000-03-01T00:00:00Z/11
{{other date|<|99|era=BC}} before 99 BC
>
a
after
{{other date|>|1999}}
{{other date|a|1999-04}}
{{other date|after|1999-04-01}}
after 1999
date QS:P,+1999-00-00T00:00:00Z/7,P1319,+1999-00-00T00:00:00Z/9

after April 1999
date QS:P,+1999-04-00T00:00:00Z/7,P1319,+1999-04-00T00:00:00Z/10

after 1 April 1999
date QS:P,+1999-04-01T00:00:00Z/7,P1319,+1999-04-01T00:00:00Z/11
{{other date|>|99|era=BC}} after 99 BC
by {{other date|by|1999}}
{{other date|by|1999-04}}
{{other date|by|1999-04-01}}
by 1999
date QS:P,+1999-00-00T00:00:00Z/7,P1326,+1999-00-00T00:00:00Z/9

by April 1999
date QS:P,+1999-04-00T00:00:00Z/7,P1326,+1999-04-00T00:00:00Z/10

by 1 April 1999
date QS:P,+1999-04-01T00:00:00Z/7,P1326,+1999-04-01T00:00:00Z/11
{{other date|by|99|era=BC}} by 99 BC
from {{other date|from|1999}}
{{other date|from|1999-04}}
{{other date|from|1999-04-01}}
from 1999
date QS:P,+1999-00-00T00:00:00Z/7,P580,+1999-00-00T00:00:00Z/9

from April 1999
date QS:P,+1999-04-00T00:00:00Z/7,P580,+1999-04-00T00:00:00Z/10

from 1 April 1999
date QS:P,+1999-04-01T00:00:00Z/7,P580,+1999-04-01T00:00:00Z/11
{{other date|from|99|era=BC}} from 99 BC
until {{other date|until|1999}}
{{other date|until|1999-04}}
{{other date|until|1999-04-01}}
until 1999
date QS:P,+1999-00-00T00:00:00Z/7,P582,+1999-00-00T00:00:00Z/9

until April 1999
date QS:P,+1999-04-00T00:00:00Z/7,P582,+1999-04-00T00:00:00Z/10

until 1 April 1999
date QS:P,+1999-04-01T00:00:00Z/7,P582,+1999-04-01T00:00:00Z/11
{{other date|until|99|era=BC}} until 99 BC
~
ca
circa
{{other date|~|1999}}
{{other date|ca|1999-05}}
{{other date|circa|1999-05-01}}
circa 1999
date QS:P,+1999-00-00T00:00:00Z/9,P1480,Q5727902

circa May 1999
date QS:P,+1999-05-00T00:00:00Z/10,P1480,Q5727902

circa 1 May 1999
date QS:P,+1999-05-01T00:00:00Z/11,P1480,Q5727902
{{other date|~|99|era=BC}} circa 99 BC
s
decade
{{other date|s|1960}}
{{other date|decade|1800}}
1960s
date QS:P,+1960-00-00T00:00:00Z/8

1800s
date QS:P,+1800-00-00T00:00:00Z/8
{{other date|s|960|era=BCE}} 960s BC
date QS:P,-960-00-00T00:00:00Z/8
century {{other date|century|1}}
{{other date|century|20}}
1st century
date QS:P,+050-00-00T00:00:00Z/7

20th century
date QS:P,+1950-00-00T00:00:00Z/7
{{other date|century|1|era=BC}} 1st century BC
date QS:P,-050-00-00T00:00:00Z/7
millennium {{other date|millennium|1}} 1st millennium
date QS:P,+0500-00-00T00:00:00Z/6
{{other date|millennium|2|era=BC}} 2nd millennium BC
date QS:P,-1500-00-00T00:00:00Z/6
turn of the decade {{other date|turn of the decade|1920}}
{{other date|turn of the decade|1800}}
late 1910s and early 1920s
late 1790s and early 1800s
{{other date|turn of the decade|920|era=BC}} late 920s and early 910s BC
turn of the century {{other date|turn of the century|2}}
{{other date|turn of the century|20}}
turn of the 1/2nd century
turn of the 19/20th century
{{other date|turn of the century|2|era=BC}} turn of the 2/1st century BC
turn of the year {{other date|turn of the year|1992}} late 1991 and early 1992 {{other date|turn of the year|922|era=BC}} late 922 and early 921 BC
spring {{other date|spring|1999}} Spring 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40720559
{{other date|spring|99|era=AD}} Spring 99 AD
summer {{other date|summer|1999}} Summer 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40720564
{{other date|summer|99|era=BC}} Summer 99 BC
fall
autumn
{{other date|fall|1999}}
{{other date|autumn|1999}}
Autumn 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40720568

Autumn 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40720568
{{other date|fall|99|era=AD}} Autumn 99 AD
winter {{other date|winter|1999}} Winter 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40720553
{{other date|winter|99|era=BC}} Winter 99 BC
beginning
early
{{other date|early|1999-08}}
{{other date|beginning|1999}}
early August 1999
date QS:P,+1999-08-00T00:00:00Z/10,P4241,Q40719727

early 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40719727
{{other date|early|99|era=BC}} early 99 BC
mid
middle
{{other date|mid|1999-10}}
{{other date|middle|1999}}
mid October 1999
date QS:P,+1999-10-00T00:00:00Z/10,P4241,Q40719748

mid 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40719748
{{other date|mid|99|era=BC}} mid 99 BC
end
late
{{other date|end|1999-11}}
{{other date|late|1999}}
late November 1999
date QS:P,+1999-11-00T00:00:00Z/10,P4241,Q40719766

late 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40719766
{{other date|end|99|era=BCE}} late 99 BC
firsthalf
1half
1sthalf
first half
1st half
{{other date|firsthalf|1999-11}}
{{other date|1half|1999}}
first half of November 1999
date QS:P,+1999-11-00T00:00:00Z/10,P4241,Q40719687

first half of 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40719687
{{other date|firsthalf|99|era=BC}} first half of 99 BC
secondhalf
2half
2ndhalf
second half
2nd half
{{other date|secondhalf|1999-11}}
{{other date|2half|1999}}
second half of November 1999
date QS:P,+1999-11-00T00:00:00Z/10,P4241,Q40719707

second half of 1999
date QS:P,+1999-00-00T00:00:00Z/9,P4241,Q40719707
{{other date|secondhalf|99|era=BCE}} second half of 99 BC
1quarter
quarter1
1stquarter
1st quarter
{{other date|1quarter|1815-09}}
{{other date|1quarter|1815}}
first quarter of September 1815
date QS:P,+1815-09-00T00:00:00Z/10,P4241,Q40690303

first quarter of 1815
date QS:P,+1815-00-00T00:00:00Z/9,P4241,Q40690303
{{other date|1quarter|99|era=BC}} first quarter of 99 BC
2quarter
quarter2
2ndquarter
2nd quarter
{{other date|2quarter|1815-09}}
{{other date|2quarter|1815}}
second quarter of September 1815
date QS:P,+1815-09-00T00:00:00Z/10,P4241,Q40719649

second quarter of 1815
date QS:P,+1815-00-00T00:00:00Z/9,P4241,Q40719649
{{other date|2quarter|99|era=BC}} second quarter of 99 BC
3quarter
quarter3
3rdquarter
3rd quarter
{{other date|3quarter|1815-09}}
{{other date|3quarter|1815}}
third quarter of September 1815
date QS:P,+1815-09-00T00:00:00Z/10,P4241,Q40719662

third quarter of 1815
date QS:P,+1815-00-00T00:00:00Z/9,P4241,Q40719662
{{other date|3quarter|99|era=BC}} third quarter of 99 BC
4quarter
quarter4
4thquarter
4th quarter
{{other date|4quarter|1815-09}}
{{other date|4quarter|1815}}
fourth quarter of September 1815
date QS:P,+1815-09-00T00:00:00Z/10,P4241,Q40719674

fourth quarter of 1815
date QS:P,+1815-00-00T00:00:00Z/9,P4241,Q40719674
{{other date|4quarter|99|era=BC}} fourth quarter of 99 BC
BC
BCE
{{other date|BC|44-03-15}}
{{other date|BCE|44}}
15 March 44 BC
44 BC
AD
CE
{{other date|AD|944-03}}
{{other date|CE|944}}
March 944 AD
944 AD
? {{other date|?|2015}} Unknown date[1] {{other date|?|2015|era=BC}} Unknown date BC[1]

date notations without date

{{{1}}} parameter Example Code Output Example Code with era Output with era
?
unknown
{{other date|?}}
{{other date|unknown}}
Unknown date
Unknown date
{{other date|?||era=BC}} Unknown date BC
year unknown {{other date|year unknown}} year unknown {{other date|year unknown|era=BC}} year unknown BC

compound constructions

Example Code Output Example Code with era Output with era
{{Other date|2half|{{Other date|century|15}}}} second half of 15th century
date QS:P,+1450-00-00T00:00:00Z/7
{{Other date|2half|{{Other date|century|15}}|era=BC}} second half of 15th century
date QS:P,+1450-00-00T00:00:00Z/7
BC
{{otherdate|mid|{{otherdate|decade|1980}}}} mid 1980s
date QS:P,+1980-00-00T00:00:00Z/8
{{otherdate|mid|{{otherdate|decade|1980}}|era=BC}} mid 1980s
date QS:P,+1980-00-00T00:00:00Z/8
BC
Cookies help us deliver our services. By using our services, you agree to our use of cookies.