Template:Birth date and age/doc: Difference between revisions
updates due to creation of Template:Birth date/doc for Template:Birth date
(add note that {{birth date and age}} uses Module:Age, update rounded transclusion counts) |
(updates due to creation of Template:Birth date/doc for Template:Birth date) |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}}<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> | ||
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> | {{Warning|''Do '''NOT''' use this template when the exact date of birth is disputed or unknown; consider {{tlp|Birth year and age}} instead.''}}<includeonly> | ||
{{Warning|''Do '''NOT''' use this template when the | {{High-risk|520,000+}}</includeonly> | ||
<includeonly> | {{Template shortcut|bda}} | ||
{{Lua|Module:Age}} | |||
}} | |||
'''{{NAMESPACE}}:{{BASEPAGENAME}}''' 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. | |||
This template is intended for use in an article about a living person. For an article about a dead person, use {{tlp|Birth date}} with {{tlp|Death date and age}}. | |||
== | == Usage == | ||
; Unnamed parameters for year, month, day | |||
: <code><nowiki>{{Birth date|year of birth|month of birth|day of birth|additional parameters}}</nowiki></code> | : <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 | ||
: <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> | |||
=== | === 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'''. | ||
Line 53: | Line 27: | ||
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 === | |||
Some kinds of invalid input are tracked in [[:Category:Pages using age template with invalid date]]. | |||
: | |||
===hCard microformat=== | === hCard microformat === | ||
This template also returns the date, hidden by CSS, in the [[WP:ISO 8601|ISO 8601]] standard.<ref>{{cite web | date = April 7, 2013 | url = http://microformats.org/wiki/date-pattern | title = Date Design Pattern | website = Microformats Wiki}}</ref> | |||
<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]]. | ||
===Notes=== | === Notes === | ||
* The template will appear broken when the parameters are left blank | * '''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 | * 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 {{tlp|Birth year}} or {{tl|Birth year and age}} instead. | ||
== | == Examples == | ||
; Unnamed parameters for year, month, day | |||
: <code><nowiki>{{Birth date and age|1993|2|4|df=yes}}</nowiki></code> returns "{{Birth date and age|1993|2|4|df=yes}}" | |||
: <code><nowiki>{{Birth date and age|1993|2|4|mf=yes}}</nowiki></code> returns "{{Birth date and age|1993|2|4|mf=yes}}" | |||
: <code><nowiki>{{Birth date and age|1993|2|4}}</nowiki></code> returns "{{Birth date and age|1993|2|4}}" | |||
=== | ; Named parameters for year, month, day | ||
{{ | : <code><nowiki>{{Birth date and age|year=1993|month=2|day=4|df=yes}}</nowiki></code> returns "{{Birth date and age|year=1993|month=2|day=4|df=yes}}" | ||
: <code><nowiki>{{Birth date and age|year=1993|month=2|day=4|mf=yes}}</nowiki></code> returns "{{Birth date and age|year=1993|month=2|day=4|mf=yes}}" | |||
: <code><nowiki>{{Birth date and age|year=1993|month=2|day=4}}</nowiki></code> returns "{{Birth date and age|year=1993|month=2|day=4}}" | |||
===TemplateData=== | ===TemplateData=== | ||
Line 144: | Line 115: | ||
</templatedata> | </templatedata> | ||
== References == | |||
{{reflist}} | |||
== See also == | |||
* {{tl|Birth year and age}} for year of birth, with optional parameter for month | |||
* {{tl|Birth-date and age}} which accepts formats like "1 April 1990" or "April 1, 1990" | |||
* {{tl|Birth date}} or {{tl|Birth-date}} for a deceased person | |||
* {{tl|Recent birth}} | |||
{{Birth, death and age templates}} | {{Birth, death and age templates}} | ||
<includeonly>{{ | <includeonly>{{sandbox other|| | ||
<!----- CATEGORIES BELOW THIS LINE, PLEASE: -----> | <!----- CATEGORIES BELOW THIS LINE, PLEASE: -----> | ||
[[Category:Date mathematics templates]] | [[Category:Date mathematics templates]] | ||
[[Category:Templates generating microformat date and age]] | |||
[[ | |||
}}</includeonly> | }}</includeonly> |