跳转到内容

模板:Start date/doc:修订间差异

来自代码酷
*>Gonnym
 
Admin留言 | 贡献
导入1个版本
 
(没有差异)

2025年5月1日 (四) 21:36的最新版本

{{Start date}} returns the date (or date and time) that an event or entity started or was created, in a standard format. It also includes a hidden (by CSS) duplicate, machine-readable date (or date and time) in the ISO date format, for use inside templates or table rows that emit microformats. It should be used only once in each such template and never used outside such templates. The hidden date degrades gracefully when CSS is not available.

When not to use this template[编辑源代码]

Do not use this template for:

  • Dates that are uncertain, e.g., "before 4 April 1933", "around 18 November 1939", "19??".
  • Date ranges, e.g. "c. 1690–1712"
  • Dates outside the range given under "Limitation", below.
  • Other, secondary dates
  • Outside microformat-emitting templates or table rows; if in doubt, see the parent template's documentation
  • More than one date
  • Dates displayed using AM/PM format; this template only outputs 24-hour times
  • Dates that are not calendar dates, e.g. "12th century" or "present" or "TBA"

In the above situations, omit the template entirely, using untemplated text.

Usage[编辑源代码]

Parameters[编辑源代码]

  • The unnamed parameters, in order, represent the year (four digits; required parameter), month (one or two digits), day (one or two digits), hour in 24-hour time (one or two digits), minutes (one or two digits), seconds (one or two digits), and the time zone (see below).
  • When specifying time of day, MM (minutes), SS (seconds), and the time zone are optional
  • Time zone may be a numerical value, or Z for UTC (see examples)
  • |df=yes, an optional parameter, when set to |df=yes or |df=y displays the day before the month (e.g. "7 November 2004" instead of the default "November 7, 2004"). The order of parameters does not change (it remains YMD). This is primarily used in articles using DMY format for dates.

Examples[编辑源代码]

  • {{Start date|1993}} → 1993 (1993)
  • {{Start date|1993|02}} → February 1993 (1993-02)
  • {{Start date|1993|02|24}} → February 24, 1993 (1993-02-24)
  • {{Start date|1993|02|24|08|30}} → 08:30, February 24, 1993 (1993-02-24T08:30:00)
  • {{Start date|1993|02|24|08|7=+01:00}} → 08:00, February 24, 1993 (+01:00) (1993-02-24T08:00:00+01:00)
  • {{Start date|1993|02|24|08|7=−07:00}} → 08:00, February 24, 1993 (−07:00) (1993-02-24T08:00:00−07:00)
  • {{Start date|1993|02|24|08|30|23}} → 08:30:23, February 24, 1993 (1993-02-24T08:30:23)
  • {{Start date|1993|02|24|08|30|23|Z}} → 08:30:23, February 24, 1993 (UTC) (1993-02-24T08:30:23Z)
  • {{Start date|1993|02|24|08|30|23|+01:00}} → 08:30:23, February 24, 1993 (+01:00) (1993-02-24T08:30:23+01:00)
  • {{Start date|1993|02|24|08|30|23|−07:00}} → 08:30:23, February 24, 1993 (−07:00) (1993-02-24T08:30:23−07:00)
  • {{Start date|1993|02|24|df=y}} → 24 February 1993 (1993-02-24)
  • {{Start date|1993|02|24|08|30|df=yes}} → 08:30, 24 February 1993 (1993-02-24T08:30:00)

Notes[编辑源代码]

Place any additional non-numeric text outside of the template:

  • c. {{Start date|1900}} → c. 1900 (1900)
  • {{Start date|1993|02|24}}, no later than 15:00 UTC → February 24, 1993 (1993-02-24), no later than 15:00 UTC

TemplateData[编辑源代码]

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Start date in articles based on its TemplateData.

TemplateData for Start date

Date that an event or entity started or was created

模板参数

参数描述类型状态
YYYY1

Start year

数字必需
MM2

Start month

数字推荐
DD3

Start day of month

数字推荐
HH4

Start hours

数字可选
MM5

Start minutes

默认值
0
数字可选
SS6

Start seconds

默认值
0
数字可选
TZ7

Time zone offset, "+02:00", "-06:00" or "Z" for UTC

单行文本可选
Day firstdf

Set to 'yes' to show the day before the month name

推荐值
yes y
单行文本可选

Use in microformats[编辑源代码]

This template also returns the date, hidden by CSS, in the ISO 8601 format needed by one or more of the following microformats:

usually, but not always, within infobox or similar templates, or tables.

Its use in hCard is for organizations, venues and similar; use {{Birth date}} or {{Birth date and age}} for people.

Similarly, {{End date}} returns the date as hCalendar's (class="dtend").

See the microformats project for further details.

Limitation[编辑源代码]

This template has no provision to deal with a date in a non-Gregorian calendar. Also, ISO 8601 requires mutual agreement among those exchanging information before using years outside the range 1583–9999 CE. Therefore, use of this template for non-Gregorian dates or dates outside that range constitutes a false claim of conformance to the ISO 8601 standard.

Any editor encountering such usage should change the date to plain text with no template; or if not confident in doing so, raise the matter on this template's talk page.

Examples with hidden output[编辑源代码]

{{Start date}}

Error: Year value is required (help)

{{Start date/sandbox}}

Error: expandTemplate: template "Start date/sandbox" does not exist

{{Start date}}

Error: Year value is required (help)

{{Start date/sandbox}}

Error: expandTemplate: template "Start date/sandbox" does not exist

Tracking categories[编辑源代码]

See also[编辑源代码]