Template:Birth date

Revision as of 18:13, 24 March 2019 by Mitchell316 (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

({{{year}}}-Expression error: Unrecognized punctuation character "{".-{{{day}}})January 1, 1900

Template documentation[view] [edit] [history] [purge]

Template:Birth date will return a person's date of birth. Using this template rather than simply inserting the date into articles allows for the inclusion of hidden metadata about the date. This metadata can be used by web browsers and other software tools to extract the details, and display them using some other website or mapping tool, index, or search them.

For an article about a living person, consider using {{Birth date and age}} instead.

Usage

Unnamed parameters for year, month, day
{{Birth date|year of birth|month of birth|day of birth|additional parameters}}
Named parameters for year, month, day
{{Birth date|year=year of birth|month=month of birth|day=day of birth|additional parameters}}

Additional parameters

The df (day first) and mf (month first) parameters indicate the intended date format to display. The appropriate parameter should be set to "y" or "yes", e.g. |df=y or |df=yes.

The default output of this template is to display the month before the day. This default may not be appropriate for articles about people from parts of the world where the day precedes the month in a date. In such articles the parameter, "df", should be set to display the day before the month.

The parameter "mf", while not actually used by the template, will indicate that month first format is intended. Using these parameters can assist bots or other automated processing to detect which date format is intended; leaving the format as default may lead an editor or bot to change the format to an unintended value.

Do not specify both "df" and "mf" parameters in the same use of the template, as these formats are mutually exclusive.

hCard microformat

This template also returns the date, hidden by CSS, in the ISO 8601 standard.<ref>"Date Design Pattern". Microformats Wiki. April 7, 2013.Page Module:Citation/CS1/styles.css has no content.</ref> <ref>"hCalendar closed issues". Microformats Wiki. August 28, 2009.Page Module:Citation/CS1/styles.css has no content. Specifically rejects supporting the Julian calendar.</ref> For example:

(<span class="bday">1993-02-24</span>)

Note: For the "foundation", "built" and similar set-up dates of companies, buildings etc., use {{start date}} (this will work for year-only or month-year dates). Because the ISO 8601 standard requires the Gregorian calendar, this template should not be used if the date is given in the Julian calendar.

For further information, visit the microformats project.

References

<references group="" responsive="1"></references>

Notes

  • Do not use with non-Gregorian dates because the resulting hCard hidden date will be false.
  • The template will appear broken when the parameters are left blank.
  • When only the month or year of a person's birth and/or death are known, or if it is desired not to state a person's full dates of birth for privacy reasons, consider using the templates {{Birth year}} or {{Birth year and age}} instead.

Examples

Unnamed parameters for year, month, day: Script error: No such module "Template test case". Script error: No such module "Template test case". Script error: No such module "Template test case".

Named parameters for year, month, day: Script error: No such module "Template test case". Script error: No such module "Template test case". Script error: No such module "Template test case".

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly error report for this template.

TemplateData for Birth date

<templatedata> { "description": "This template will return a person's date of birth. Using this template rather than simply inserting the date into articles allows for the inclusion of hidden metadata about the date. This metadata can be used by web browsers and other software tools to extract the details, and display them using some other website or mapping tool, index, or search them.", "params": { "1": { "label": "Year of birth", "description": "The year in which the person was born.", "type": "number", "example": "1993", "required": true, "aliases": [ "year" ] }, "2": { "label": "Month of birth", "description": "The month (number) in which the person was born.", "type": "number", "example": "2", "required": true, "aliases": [ "month" ] }, "3": { "label": "Day of birth", "description": "The day (number) in which the person was born.", "type": "number", "example": "24", "required": true, "aliases": [ "day" ] }, "df": { "label": "Day first", "description": "When set to 'y' or 'yes', the date of birth is output in a DMY format.", "type": "string", "example": "y", "required": false }, "mf": { "label": "Month first", "description": "When set to 'y' or 'yes', stresses that the default MDY date format is intended for the date of birth.", "type": "string", "example": "y", "required": false } } } </templatedata>

Tracking categories

See also

Script error: No such module "Navbox with collapsible groups".