Difference between revisions of "Template:Date"

From IntactiWiki
Jump to navigation Jump to search
m
m
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
  |9 |10 = {{#time:j F Y|{{{1}}} }}
 
  |9 |10 = {{#time:j F Y|{{{1}}} }}
 
  |#default = <strong class="error">error</strong>[[Category:Pages with date format errors]]
 
  |#default = <strong class="error">error</strong>[[Category:Pages with date format errors]]
}}</includeonly><noinclude>== Examples ==
+
}}</includeonly><noinclude>== Usage ==
 +
In templates, please use the '''YYYY-MM-DD''' format (e.g. 2001-05-01 or 2018-12-28. In article texts, please use the '''DD MMMM YYYY''' format (e.g. <q>1 May 2001</q> or <q>24 December 2018</q>). You may even use the template in article texts outside templates, like this:
 +
<pre>* John Doe was born on {{Date|1950-07-23}}.</pre>
 +
* John Doe was born on {{Date|1950-07-23}}.
 +
 
 +
== Examples ==
 
<pre>{{Date|}}
 
<pre>{{Date|}}
 
{{Date|999}}
 
{{Date|999}}
Line 30: Line 35:
 
* {{Date|2019-12-999}}
 
* {{Date|2019-12-999}}
 
* {{Date|01-03-2019}}
 
* {{Date|01-03-2019}}
 +
 +
<!--[[en:Template:Date]]-->
 +
[[he:Template:Date]]
 
</noinclude>
 
</noinclude>

Revision as of 09:17, 1 June 2020

Usage

In templates, please use the YYYY-MM-DD format (e.g. 2001-05-01 or 2018-12-28. In article texts, please use the DD MMMM YYYY format (e.g. 1 May 2001 or 24 December 2018). You may even use the template in article texts outside templates, like this:

* John Doe was born on {{Date|1950-07-23}}.
  • John Doe was born on 23 July 1950.

Examples

{{Date|}}
{{Date|999}}
{{Date|2019}}
{{Date|2019-}}
  • Error: Invalid time.
  • 2019
  • Error: Invalid time.
{{Date|2019-3}}
{{Date|2019-03}}
{{Date|2019-03-}}
{{Date|03-2019}}
  • March 2019
  • March 2019
  • Error: Invalid time.
  • Error: Invalid time.
{{Date|2019-12-1}}
{{Date|2019-12-24}}
{{Date|2019-12-999}}
{{Date|01-03-2019}}
  • 1 December 2019
  • 24 December 2019
  • error
  • 1 March 2019