模板:End date

Chók-cê̤ṳ Wikipedia
[káng] [gāi] [sṳ̄] [purge] Documentation icon 模板其說明文檔

模板:High-use

Usage[Gāi nguòng-mā]

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 inside other templates which emit microformats. It should not be used outside such templates. The hidden date degrades gracefully when CSS is not available.

Syntax[Gāi nguòng-mā]

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

Examples:

  • {{End date|1993|2|24}} -→ "1993 nièng 2 nguŏk 24 hô̤ (1993-02-24)"
  • {{End date|1993|2|24|08|30}} → "1993 nièng 2 nguŏk 24 hô̤ 08:30 (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}} → "1993 nièng 2 nguŏk 24 hô̤ (1993-02-24)"

Parameters[Gāi nguòng-mā]

模板:TemplateDataHeader

Date that an event or entity ended or was dissolved

模板參數[編輯模板資料]

參數描述類型狀態
YYYY1

end year

數值非必填
MM2

end month

數值非必填
DD3

end day of month

數值非必填
HH4

end hours

數值非必填
MM5

end minutes

預設
0
數值非必填
SS6

end seconds

預設
0
數值非必填
TZ7

time zone offset, “+02:00”, “-06:00” or “Z” for UTC

非必填
day firstdf

boolean parameter to put the date before the month name

預設
false
非必填

Use in microformats[Gāi nguòng-mā]

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 24:00:00 or 23:59:59.

See the microformats project for further details.

Example[Gāi nguòng-mā]

模板:Nowiki template demo

See also[Gāi nguòng-mā]

模板:Birth, death and age templates

模板:Sandbox other