Editing Template:Birth date and age/doc

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. Read the Privacy Policy to learn what information we collect about you and how we use it.

If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
This template will return a living person's date of birth and age. 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.
{{Documentation subpage}}
<includeonly>{{high-use}}</includeonly>
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->


This template is intended for use in an article about a living person. For an article about a dead person, use {{tl|Birth date}} with {{tl|Death date and age}}.
These templates ('''{{tl|Birth date}}''' and '''{{tl|Birth date and age}}''') return a person’s date of birth and optionally his/her age. The latter also has the shortcuts '''{{tl|bda}}''' and '''{{tl|dob}}'''.


{{notice|text='''Is the displayed age incorrect?'''<br>The age displayed was calculated when the page was last purged. If a particular article is showing the wrong age, edit the whole page and publish the edit without making any change and with no edit summary. That will update the age. The page can also be purged by appending <code>&action=purge</code> to the URL.}}
<big style="color:#CC0000;">Do NOT use this template when the person's exact date of birth is disputed or unknown.</big>


== Usage ==
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.
; Unnamed parameters for year, month, day
: <code><nowiki>{{</nowiki>Birth date and age|''year of birth''|''month of birth''|''day of birth''|''additional parameters''<nowiki>}}</nowiki></code>
: <code><nowiki>{{</nowiki>bda|''year of birth''|''month of birth''|''day of birth''|''additional parameters''<nowiki>}}</nowiki></code>


; Named parameters for year, month, day
=== Syntax ===
: <code><nowiki>{{</nowiki>Birth date and age|year=''year of birth''|month=''month of birth''|day=''day of birth''|''additional parameters''<nowiki>}}</nowiki></code>
 
: <code><nowiki>{{</nowiki>bda|year=''year of birth''|month=''month of birth''|day=''day of birth''|''additional parameters''<nowiki>}}</nowiki></code>
==== To display the birth date only ====
 
:<nowiki>{{Birth date|year of birth|month of birth|day of birth|additional parameters}}</nowiki>
 
==== To display a birth date with calculated age ====
 
:<nowiki>{{Birth date and age|year of birth|month of birth|day of birth|additional parameters}}</nowiki>
 
The parameter names 'year', 'month', and 'day' can be used instead of the first, second, and third parameters for 'Birth date and age' only. These parameter names are not available for the 'Birth date' template.
 
==== {{tl|Bda}} is a redirect to {{tl|Birth date and age}} ====
 
:<nowiki>{{Bda|year of birth|month of birth|day of birth|additional parameters}}</nowiki>
 
Examples:
 
:<nowiki>{{Birth date|1993|2|4|df=yes}}</nowiki> returns "{{Birth date|1993|2|4|df=yes}}"
:<nowiki>{{Birth date|1993|2|4|mf=yes}}</nowiki> returns "{{Birth date|1993|2|4|mf=yes}}"
:<nowiki>{{Birth date|1993|2|04|df=yes}}</nowiki> returns "{{Birth date|1993|2|04|df=yes}}"
:<nowiki>{{Birth date|1993|2|04|mf=yes}}</nowiki> returns "{{Birth date|1993|2|04|mf=yes}}"
:<nowiki>{{Birth date|1993|2|24|df=yes}}</nowiki> returns "{{Birth date|1993|2|24|df=yes}}"
:<nowiki>{{Birth date|1993|2|24|mf=yes}}</nowiki> returns "{{Birth date|1993|2|24|mf=yes}}"
 
:<nowiki>{{Birth date and age|1993|2|4|mf=yes}}</nowiki> returns {{Birth date and age|1993|2|4|mf=yes}}
:<nowiki>{{Birth date and age|1993|2|4|df=yes}}</nowiki> returns {{Birth date and age|1993|2|4|df=yes}}
:<nowiki>{{Birth date and age|1993|2|04|mf=yes}}</nowiki> returns {{Birth date and age|1993|2|04|mf=yes}}
:<nowiki>{{Birth date and age|1993|2|04|df=yes}}</nowiki> returns {{Birth date and age|1993|2|04|df=yes}}
:<nowiki>{{Birth date and age|1993|2|24|mf=yes}}</nowiki> returns {{Birth date and age|1993|2|24|mf=yes}}
:<nowiki>{{Birth date and age|1993|2|24|df=yes}}</nowiki> returns {{Birth date and age|1993|2|24|df=yes}}
 
=== Month First (mf) and Day First (df) options ===


=== 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=yes''' or '''mf=y'''.
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=yes''' or '''mf=y'''.


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 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 [[WP:BOT|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.
The parameter "mf", while not actually used by the template, will indicate that month first format is intended. Using these parameters can assist [[WP:BOT|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.
Line 23: Line 51:
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.


=== Error tracking ===
Examples:
Some kinds of invalid input are tracked in [[:Category:Pages using age template with invalid date]].
 
:<nowiki>{{Birth date | 1993 | 2 | 24 | df=yes }}</nowiki> displays "24 February 1993".
 
:<nowiki>{{Birth date and age | 1993 | 2 | 24 | df=yes }}</nowiki> displays "24 February 1993 (age {{Age|1993|2|24}})".
 
:<nowiki>{{Birth date | 1993 | 2 | 24 | mf=yes }}</nowiki> displays "February 24, 1993".
 
:<nowiki>{{Birth date and age | 1993 | 2 | 24 | mf=yes }}</nowiki> displays "February 24, 1993 (age {{Age|1993|2|24}})".
 
=== hCard microformat ===
 
The templates also returns the date, hidden by CSS, in the [[ISO 8601]] format needed by [[HCard|hCard microformat]]s. for example:
 
:<nowiki>(<span class="bday">1993-02-24</span>)</nowiki>
 
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).
 
See [[WP:UF|the microformats project]] for details.


=== Notes ===
=== 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 {{tl|Birth year}} or {{tl|Birth year and age}} instead.


== Examples ==
When only the 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 and death for privacy reasons, use the templates {{tl|Birth year and age}} and {{tl|Death year and age}} instead.
; Unnamed parameters for year, month, day
 
: <code><nowiki>{{Birth date and age|1993|2|24}}</nowiki></code> returns "{{Birth date and age|1993|2|24}}"
'''Note:''' The template will appear broken when the parameters are left blank (as seen above).
: <code><nowiki>{{Birth date and age|1993|2|24|df=yes}}</nowiki></code> returns "{{Birth date and age|1993|2|24|df=yes}}"
 
: <code><nowiki>{{Birth date and age|1993|2|24|mf=yes}}</nowiki></code> returns "{{Birth date and age|1993|2|24|mf=yes}}"
'''Note:''' Do not use this template inside of the [[WP:PERSONDATA|Persondata]] template as it can interfere with data extraction.
 
=== See also ===
 
*[[Wikipedia:Age calculation templates]]
*{{tl|BirthDeathAge}} &ndash; carries out the functions of this template and all the following ones
*{{tl|Birth date and age}} &ndash; same as {{tl|Birth date}}, except that "(age ##)" appears after the birth date
*{{tl|Birth date and age2}} &ndash; To be used to display an individual's birth date, plus his or her age '''''as of a specified date'''''. In this template, "(aged ##)" appears after the birth date.
*{{tl|Birth year and age}} &ndash; year of birth and approximate age
*{{tl|Death date}}
*{{tl|Death date and age}} &ndash; same as {{tl|Death date}}, except that "(aged ##)" appears after the death date
*{{tl|Death year and age}} &ndash; year of death and approximate age at death
 
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Date mathematics templates|{{PAGENAME}}]]


; Named parameters for year, month, day
[[bg:Шаблон:Дата на раждане и години]]
: <code><nowiki>{{Birth date and age|year=1993|month=2|day=24}}</nowiki></code> returns "{{Birth date and age|year=1993|month=2|day=24}}"
[[ca:Plantilla:Data naixement i edat]]
: <code><nowiki>{{Birth date and age|year=1993|month=2|day=24|df=yes}}</nowiki></code> returns "{{Birth date and age|year=1993|month=2|day=24|df=yes}}"
[[cs:Šablona:Datum narození a věk]]
: <code><nowiki>{{Birth date and age|year=1993|month=2|day=24|mf=yes}}</nowiki></code> returns "{{Birth date and age|year=1993|month=2|day=24|mf=yes}}"
[[da:Skabelon:Dato og alder]]
[[dsb:Pśedłoga:Narodniny a starstwo]]
[[eo:Ŝablono:Naskiĝtago kaj aĝo]]
[[fi:Malline:Syntymäaika ja ikä]]
[[fr:Modèle:Date de naissance et âge]]
[[he:תבנית:תאריך לידה]]
[[hsb:Předłoha:Narodniny a staroba]]
[[ko:틀:출생일과 만나이]]
[[mk:Шаблон:Роден на и возраст]]
[[ja:Template:生年月日と年齢]]
[[lv:Veidne:Dzimšanas datums un vecums]]
[[no:Mal:Fødselsdato og alder]]
[[pt:Predefinição:Dni]]
[[ro:Format:Birth date and age]]
[[uk:Шаблон:Дата з віком]]
[[vi:Tiêu bản:Ngày sinh và tuổi]]
[[zh:Template:Birth date and age]]
[[fa:الگو:تاریخ تولد]]
</includeonly>
Please note that all contributions to Nonbinary Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see Nonbinary Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)