Template:Datetime/doc: Difference between revisions

From Eco - English Wiki
[unchecked revision][unchecked revision]
m (Demian moved page Template:Template Sandbox/Demian/Datetime/doc to Template:Datetime/doc: Move template out of sandbox: ready for use.)
m (Remove references to sandbox.)
Line 37: Line 37:
! Code !! Result
! Code !! Result
|-
|-
| {{tlx|Template Sandbox/Demian/Datetime|2022-01-02}} || {{Template Sandbox/Demian/Datetime|2022-01-02}}
| {{tlx|Datetime|2022-01-02}} || {{Datetime|2022-01-02}}
|-
|-
| {{tlx|Template Sandbox/Demian/Datetime|2022-02-01|On February 1st}} || {{Template Sandbox/Demian/Datetime|2022-02-01|On February 1st}}
| {{tlx|Datetime|2022-02-01|On February 1st}} || {{Datetime|2022-02-01|On February 1st}}
|-
|-
| {{tlx|Template Sandbox/Demian/Datetime|12:30|half past noon}} || {{Template Sandbox/Demian/Datetime|12:30|half past noon}}
| {{tlx|Datetime|12:30|half past noon}} || {{Datetime|12:30|half past noon}}
|-
|-
| {{tlx|Template Sandbox/Demian/Datetime|2022-01-01T00:00:01}} || {{Template Sandbox/Demian/Datetime|2022-01-01T00:00:01}}
| {{tlx|Datetime|2022-01-01T00:00:01}} || {{Datetime|2022-01-01T00:00:01}}
|-
|-
| {{tlx|Template Sandbox/Demian/Datetime}} || {{Template Sandbox/Demian/Datetime}}
| {{tlx|Datetime}} || {{Datetime}}
|}
|}
{{doc/end}}
{{doc/end}}
<includeonly>[[Category:Formatting templates]]</includeonly>
<includeonly>[[Category:Formatting templates]]</includeonly>

Revision as of 19:01, 26 February 2022

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

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

Examples

Usage examples, including an invalid one.
Code Result
{{Datetime|2022-01-02}}
{{Datetime|2022-02-01|On February 1st}}
{{Datetime|12:30|half past noon}}
{{Datetime|2022-01-01T00:00:01}}
{{Datetime}} ERROR: No value given to datetime template!

Template:Doc/end