Jump to content

Template:End date/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Ryulong (talk | contribs)
m Reverted edits by 89.148.8.172 (talk) to last version by Sasajid
Ryulong (talk | contribs)
m Reverted edits by Ryulong (talk) to last version by 89.148.8.172
Line 44: Line 44:


<!-- ADD INTERWIKIS BELOW THIS LINE -->
<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[ar:قالب:End date]]
[[ur:سانچہ:End date]]
[[ur:سانچہ:End date]]
</includeonly>
</includeonly>

Revision as of 02:56, 9 December 2011

Usage

This template ({{End date}}) returns a date, or date-time. It also include the same date (and time) duplicated in a hidden (by CSS) ISO date format, for use in microformats. This hidden date degrades gracefully when CSS is not available.

Syntax

{{End date|year|month|day}}

Examples:

  • {{End date|1993|2|24}} returns "February 24, 1993 (1993-02-24)"
  • {{End date|1993|2|24|08|30}} returns "08:30, February 24, 1993 (1993-02-24T08:30)"

An optional parameter, df, can be set to "y" or "yes" (or indeed any value) to display the day before the month. This is primarily used in articles about events in parts of the world where the day precedes the month in a date.

Examples:

  • {{End date|1993|2|24|df=yes}} returns "24 February 1993 (1993-02-24)"

Note: The template will appear broken when the parameters are left blank (as seen above).

Use in microformats

The template returns the date as hCalendar's (class="dtend"). For example:

(<span class="dtend">1993-02-24T08:30</span>)

(disable CSS or view source to see the hidden ISO-formatted output).

Note: due to the requirement exclusive "dtend" in hCalendar, and the accessibility problems that presents when a date is rendered (as seen without CSS) as 28 March 1999 (1999-03-29) or even 28 February 1999 (1999-03-01) or 31 December 1999 (2000-01-01), the Date end template should not be used for whole-day dates and should have a time of 23:59:59.

See the microformats project for further details.

See also