Template:Birth date/doc: Difference between revisions
(separating documentation for Template:Birth date from Template:Birth date and age, due to differences in parameters used; see TemplateData)) |
No edit summary |
||
(16 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{notice|text=''Do '''NOT''' use this template when the exact date of birth is disputed or unknown; consider {{tlp|Birth year}} instead.''}} | ||
{{Lua|Module:String|Module:Wd}} | |||
{{ | |||
'''{{NAMESPACE}}:{{BASEPAGENAME}}''' 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. | '''{{NAMESPACE}}:{{BASEPAGENAME}}''' 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 {{tlp|Birth date and age}} instead. | |||
== Usage == | == Usage == | ||
; Unnamed parameters for year, month, day | ; Unnamed parameters for year, month, day | ||
: <code><nowiki>{{</nowiki> | : <code><nowiki>{{</nowiki>{{BASEPAGENAME}}|<var>year of birth</var>|<var>month of birth</var>|<var>day of birth</var>|<var>additional parameters</var><nowiki>}}</nowiki></code> | ||
; Named parameters for year, month, day | ; Named parameters for year, month, day | ||
: <code><nowiki>{{</nowiki> | : <code><nowiki>{{</nowiki>{{BASEPAGENAME}}|year=<var>year of birth</var>|month=<var>month of birth</var>|day=<var>day of birth</var>|<var>additional parameters</var><nowiki>}}</nowiki></code> | ||
=== 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. | 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. {{para|df|y}} or {{para|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 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. | ||
Line 23: | Line 21: | ||
Do not specify both "df" and "mf" parameters in the same use of the template, as these formats are mutually exclusive. | Do not specify both "df" and "mf" parameters in the same use of the template, as these formats are mutually exclusive. | ||
=== hCard microformat === | === hCard microformat === | ||
Line 31: | Line 26: | ||
<ref>{{cite web | date = August 28, 2009 | url = http://microformats.org/wiki/hcalendar-issues-closed | title = hCalendar closed issues | website = Microformats Wiki}} Specifically rejects supporting the Julian calendar.</ref> For example: | <ref>{{cite web | date = August 28, 2009 | url = http://microformats.org/wiki/hcalendar-issues-closed | title = hCalendar closed issues | website = Microformats Wiki}} Specifically rejects supporting the Julian calendar.</ref> For example: | ||
: <code><nowiki>(<span class="bday">1993-02-24</span>)</nowiki></code> | : <code><nowiki>(<span class="bday">1993-02-24</span>)</nowiki></code> | ||
Note: For the "foundation", "built" and similar set-up dates of companies, buildings etc., use {{tl|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. | Note: For the "foundation", "built" and similar set-up dates of companies, buildings etc., use {{tl|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 [[Wikipedia:WikiProject Microformats|the microformats project]]. | For further information, visit [[Wikipedia:WikiProject Microformats|the microformats project]]. | ||
{{Section references}} | |||
=== Notes === | === Notes === | ||
Line 41: | Line 38: | ||
== Examples == | == Examples == | ||
Unnamed parameters for year, month, day: | |||
{{nowiki template demo|format=inline|code=<nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|1993|2|24}}</nowiki>}} | |||
{{nowiki template demo|format=inline|code=<nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|1993|2|24|df=yes}}</nowiki>}} | |||
{{nowiki template demo|format=inline|code=<nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|1993|2|24|mf=yes}}</nowiki>}} | |||
Named parameters for year, month, day: | |||
{{nowiki template demo|format=inline|code=<nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|year=1993|month=2|day=24}}</nowiki>}} | |||
{{nowiki template demo|format=inline|code=<nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|year=1993|month=2|day=24|df=yes}}</nowiki>}} | |||
{{nowiki template demo|format=inline|code=<nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|year=1993|month=2|day=24|mf=yes}}</nowiki>}} | |||
== TemplateData == | == TemplateData == | ||
{{ | {{TemplateData header}} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 59: | Line 56: | ||
"1": { | "1": { | ||
"label": "Year of birth", | "label": "Year of birth", | ||
"description": "The year in which the person was born", | "description": "The year in which the person was born.", | ||
"type": "number", | "type": "number", | ||
"example": "1993", | |||
"required": true, | "required": true, | ||
"aliases": [ | "aliases": [ | ||
Line 68: | Line 66: | ||
"2": { | "2": { | ||
"label": "Month of birth", | "label": "Month of birth", | ||
"description": "The month (number) in which the person was born", | "description": "The month (number) in which the person was born.", | ||
"type": "number", | "type": "number", | ||
"example": "2", | |||
"required": true, | "required": true, | ||
"aliases": [ | "aliases": [ | ||
Line 77: | Line 76: | ||
"3": { | "3": { | ||
"label": "Day of birth", | "label": "Day of birth", | ||
"description": "The day (number) in which the person was born", | "description": "The day (number) in which the person was born.", | ||
"type": "number", | "type": "number", | ||
"example": "24", | |||
"required": true, | "required": true, | ||
"aliases": [ | "aliases": [ | ||
Line 86: | Line 86: | ||
"df": { | "df": { | ||
"label": "Day first", | "label": "Day first", | ||
"description": "When set to 'y' or 'yes', the date of birth is output in a DMY format", | "description": "When set to 'y' or 'yes', the date of birth is output in a DMY format.", | ||
"type": "string", | "type": "string", | ||
"example": "y", | |||
"required": false | "required": false | ||
}, | }, | ||
"mf": { | "mf": { | ||
"label": "Month first", | "label": "Month first", | ||
"description": "When set to 'y' or 'yes', stresses that the default MDY date format is intended for the date of birth", | "description": "When set to 'y' or 'yes', stresses that the default MDY date format is intended for the date of birth.", | ||
"type": "string", | "type": "string", | ||
"example": "y", | |||
"required": false | "required": false | ||
} | } | ||
Line 100: | Line 102: | ||
</templatedata> | </templatedata> | ||
== | == Tracking categories == | ||
{{ | * {{Category link with count|Pages using age template with invalid date}} | ||
* {{Category link with count|Date of birth not in Wikidata}} | |||
* {{Category link with count|Articles without Wikidata item}} | |||
== See also == | == See also == | ||
Line 110: | Line 114: | ||
{{Birth, death and age templates}} | {{Birth, death and age templates}} | ||
<includeonly>{{ | <includeonly>{{sandbox other|| | ||
<!----- CATEGORIES BELOW THIS LINE, PLEASE: -----> | <!----- CATEGORIES BELOW THIS LINE, PLEASE: -----> | ||
==References== | |||
{{Reflist}} | |||
[[Category:Date mathematics templates]] | [[Category:Date mathematics templates]] | ||
[[Category:Templates generating microformat dates]] | [[Category:Templates generating microformat dates]] | ||
[[Category:Templates that add a tracking category]] | |||
}}</includeonly> | }}</includeonly> |
Latest revision as of 12:03, 21 May 2021
Do NOT use this template when the exact date of birth is disputed or unknown; consider {{Birth year}} instead. |
This template uses Lua: |
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[edit source]
- 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[edit source]
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[edit source]
This template also returns the date, hidden by CSS, in the ISO 8601 standard.[1] [2] 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
- ↑ "Date Design Pattern". Microformats Wiki. April 7, 2013.
- ↑ "hCalendar closed issues". Microformats Wiki. August 28, 2009. Specifically rejects supporting the Julian calendar.
Notes[edit source]
- 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[edit source]
Unnamed parameters for year, month, day:
{{Birth date|1993|2|24}}
→ February 24, 1993
{{Birth date|1993|2|24|df=yes}}
→ 24 February 1993
{{Birth date|1993|2|24|mf=yes}}
→ February 24, 1993
Named parameters for year, month, day:
{{Birth date|year=1993|month=2|day=24}}
→ February 24, 1993
{{Birth date|year=1993|month=2|day=24|df=yes}}
→ 24 February 1993
{{Birth date|year=1993|month=2|day=24|mf=yes}}
→ February 24, 1993
TemplateData[edit source]
TemplateData for Birth date
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Year of birth | 1 year | The year in which the person was born.
| Number | required |
Month of birth | 2 month | The month (number) in which the person was born.
| Number | required |
Day of birth | 3 day | The day (number) in which the person was born.
| Number | required |
Day first | df | When set to 'y' or 'yes', the date of birth is output in a DMY format.
| String | optional |
Month first | mf | When set to 'y' or 'yes', stresses that the default MDY date format is intended for the date of birth.
| String | optional |
Tracking categories[edit source]
- Category:Pages using age template with invalid date (0)
- Category:Date of birth not in Wikidata (0)
- Category:Articles without Wikidata item (0)
See also[edit source]
- {{Birth-date}} which accepts formats like "1 April 1990" or "April 1, 1990"
- {{Birth date and age}} or {{Birth-date and age}} for living people
- {{Recent birth}}