Template:Datetime

From Eco - English Wiki
Revision as of 13:42, 26 February 2022 by Demian (talk | contribs)

Template:Doc/start

Add the "time" HTML element around a date, time, or date & time text for better search engine results and to help people using accessibility technologies.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Datetime1

String with a date, time, or date and time.

Example
2022-12-31, 23:21:59, 2000-01-02T03:04:05.006
Stringrequired
Display text2

Text to display instead of the date or time.

Example
last year, tomorrow, January 1st, in February
Stringoptional

Please refer to the <time>: The (Date) Time element on MDN Web Docs for the exact specification of the datetime string and more examples.

Usage

  • With date only: {{Datetime|datetime}}
  • With date and text: {{Datetime|datetime|display text}}

Examples

Usage examples, including an invalid one.
Code Result
{{Datetime|2022-01-02}} {{#if |

}}

{{Datetime|2022-02-01|On February 1st}} On February 1st|||

}}

{{Datetime|12:30|half past noon}} half past noon|||

}}

{{Datetime|2022-01-01T00:00:01}} {{#if |

}}

{{Datetime}} {{#if |

}}

Template:Doc/end