Actions

Template

Difference between revisions of "Birth date and age/doc"

From DramaWiki

< Template:Birth date and age
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Documentation subpage}}<includeonly>{{#ifeq:{{#titleparts:{{PAGENAME}}|1}}|Birth date and age
+
{{documentation subpage}}
|{{high-risk|265,000+}}
 
|{{high-risk|104,000+}}
 
}}</includeonly>
 
The '''{{tl|Birth date and age}}''' template will return a person’s date of birth and optionally his/her age. It has the shortcuts '''{{tl|bda}}'''.
 
  
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.
+
The '''{{tl|birth date and age}}''' template will return a person's date of birth and his/her calculated age. It has the shortcut '''{{tl|bda}}'''.
  
===Syntax===
+
'''This template is intended for living persons only.''' In the rare case that a living person's birth date is given in a non-Gregorian calendar this template should not be used.
==== To display the birth date only ====
 
:<nowiki>{{Birth date|year of birth|month of birth|day of birth|additional parameters}}</nowiki>
 
  
'''Do not use with non-Gregorian dates''' because the resulting hCard hidden date will be false.
+
==Usage==
 +
To display a birth date with calculated age use:
  
====To display a birth date with calculated age====
+
:<code><nowiki>{{birth date and age|year of birth|month of birth|day of birth}}</nowiki></code>
:<code><nowiki>{{Birth date and age|year of birth|month of birth|day of birth|additional parameters}}</nowiki></code>
 
  
'''This form is only intended for living persons.''' In the rare case that a living person's birth date is given in a non-Gregorian calendar this template should not be used. 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.
+
or the shortcut:
  
===={{tl|Bda}} is a redirect to {{tl|Birth date and age}}====
+
:<code><nowiki>{{bda|year of birth|month of birth|day of birth}}</nowiki></code>
:<code><nowiki>{{Bda|year of birth|month of birth|day of birth|additional parameters}}</nowiki></code>
 
  
Examples:
+
The parameters for year (1) and day (3) are numerical. The second parameter, for the month, can be numerical or passed as a string. The month name is case insensitive and may be abbreviated. The parameter names 'year', 'month', and 'day' can be used instead of the first, second, and third parameters.
  
:<code><nowiki>{{Birth date and age|1993|2|4|mf=yes}}</nowiki></code> returns {{Birth date and age|1993|2|4|mf=yes}}
+
;Examples<nowiki>:</nowiki>
:<code><nowiki>{{Birth date and age|1993|2|4|df=yes}}</nowiki></code> returns {{Birth date and age|1993|2|4|df=yes}}
+
using default parameters for year/month/day
:<code><nowiki>{{Birth date and age|1993|2|24|mf=yes}}</nowiki></code> returns {{Birth date and age|1993|2|24|mf=yes}}
+
:<code><nowiki>{{birth date and age|1983|1|4}}</nowiki></code> returns "{{birth date and age|1983|1|4}}"
:<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|1983|01|04}}</nowiki></code> returns "{{birth date and age|1983|01|04}}"
 +
:<code><nowiki>{{birth date and age|1983|Jan|04}}</nowiki></code> returns "{{birth date and age|1983|Jan|04}}"
 +
:<code><nowiki>{{birth date and age|1983|January|4}}</nowiki></code> returns "{{birth date and age|1983|January|4}}"
  
====Month First (mf) and Day First (df) options====
+
using named 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'''.
+
:<code><nowiki>{{birth date and age|day=4|month=1|year=1983}}</nowiki></code> returns "{{birth date and age|day=4|month=1|year=1983}}"
 +
:<code><nowiki>{{birth date and age|month=January|day=4|year=1983}}</nowiki></code> returns "{{birth date and age|month=January|day=4|year=1983}}"
  
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.
+
==See also==
 +
This template was derived from [[Wikipedia:Template:Birth date and age|Wikipedia]], but this is a less complex version which takes no additional parameters.
  
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.
+
<includeonly>
 
+
[[Category:Date Templates]]
Do not specify both "df" and "mf" parameters in the same use of the template, as these formats are mutually exclusive.
+
</includeonly>
 
 
Examples:
 
 
 
:<code><nowiki>{{Birth date and age|1993|2|24|df=yes}}</nowiki></code> displays "{{Birth date and age|1993|2|24|df=yes}}".
 
 
 
:<code><nowiki>{{Birth date and age|1993|2|24|mf=yes}}</nowiki></code> displays "{{Birth date and age|1993|2|24|mf=yes}}".
 

Latest revision as of 16:25, 6 February 2013

This is a documentation subpage for Template:Birth date and age.

The {{birth date and age}} template will return a person's date of birth and his/her calculated age. It has the shortcut {{bda}}.

This template is intended for living persons only. In the rare case that a living person's birth date is given in a non-Gregorian calendar this template should not be used.

Usage

To display a birth date with calculated age use:

{{birth date and age|year of birth|month of birth|day of birth}}

or the shortcut:

{{bda|year of birth|month of birth|day of birth}}

The parameters for year (1) and day (3) are numerical. The second parameter, for the month, can be numerical or passed as a string. The month name is case insensitive and may be abbreviated. The parameter names 'year', 'month', and 'day' can be used instead of the first, second, and third parameters.

Examples:

using default parameters for year/month/day

{{birth date and age|1983|1|4}} returns "1983-Jan-04 (age 43)"
{{birth date and age|1983|01|04}} returns "1983-Jan-04 (age 43)"
{{birth date and age|1983|Jan|04}} returns "1983-Jan-04 (age 43)"
{{birth date and age|1983|January|4}} returns "1983-Jan-04 (age 43)"

using named parameters

{{birth date and age|day=4|month=1|year=1983}} returns "1983-Jan-04 (age 43)"
{{birth date and age|month=January|day=4|year=1983}} returns "1983-Jan-04 (age 43)"

See also

This template was derived from Wikipedia, but this is a less complex version which takes no additional parameters.