441
edits
No edit summary |
|||
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. | 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. | ||
This template is intended for use in an article about a living person. For an article about a dead person, use {{ | 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}}. | ||
{{notice| | {{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.}} | ||
== Usage == | == Usage == | ||
Line 25: | Line 25: | ||
=== Error tracking === | === Error tracking === | ||
Some kinds of invalid input are tracked in [[:Category:Pages using age template with invalid date]]. | Some kinds of invalid input are tracked in [[:Category:Pages using age template with invalid date]]. | ||
=== Notes === | === Notes === | ||
* '''Do not use with non-Gregorian dates''' because the resulting hCard hidden date will be false. | * '''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. | * 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 {{ | * 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 == | == Examples == | ||
Line 53: | Line 43: | ||
=== Using month name instead of number === | === Using month name instead of number === | ||
The following examples use a parameter value that will not work in the {{ | The following examples use a parameter value that will not work in the {{tl|Birth date}}, {{tl|Death date}}, or {{tl|Death date and age}} templates. | ||
; Unnamed parameters for year, month name, day | ; Unnamed parameters for year, month name, day | ||
Line 66: | Line 56: | ||
=== Using full date in one parameter === | === Using full date in one parameter === | ||
The following examples use a parameter value that will not work in the {{ | The following examples use a parameter value that will not work in the {{tl|Birth date}}, {{tl|Death date}}, or {{tl|Death date and age}} templates. | ||
The date format entered does not change the date format displayed, which is MDY by default or DMY if | The date format entered does not change the date format displayed, which is MDY by default or DMY if <code><nowiki>|df=y</nowiki></code> (to display the date in the same format it was entered, use {{tlp|Birth-date and age}}). | ||
; Unnamed parameter for full date (output in MDY format) | ; Unnamed parameter for full date (output in MDY format) | ||
Line 79: | Line 69: | ||
: <code><nowiki>{{Birth date and age|24 Feb 1993|df=y}}</nowiki></code> returns "{{Birth date and age|24 Feb 1993|df=y}}" | : <code><nowiki>{{Birth date and age|24 Feb 1993|df=y}}</nowiki></code> returns "{{Birth date and age|24 Feb 1993|df=y}}" | ||
: <code><nowiki>{{Birth date and age|Feb 24, 1993|df=y}}</nowiki></code> returns "{{Birth date and age|Feb 24, 1993|df=y}}" | : <code><nowiki>{{Birth date and age|Feb 24, 1993|df=y}}</nowiki></code> returns "{{Birth date and age|Feb 24, 1993|df=y}}" | ||