Template:Start date and number of years: Difference between revisions

From The Freestyle Knowledge Base
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 9: Line 9:
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{documentation}}
{{documentation}}
[[Category:Template]]
</noinclude>
</noinclude>
[[Category:Template]]

Latest revision as of 03:37, 6 May 2016

Documentation icon Template documentation[view] [edit] [history] [purge]

Syntax

To display the Start date only

{{Start date and number of years|year of birth|month of birth|day of birth|additional parameters}}

Do not use with non-Gregorian dates because the resulting hCard hidden date will be false.

To display a Start date with calculated number of years

{{Start date and number of years|YearOfStart|Month|Day|additional parameters}}

This form is only intended for living persons. For dead persons, use {{birth date}}. 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. However, as per WP:DOB, a full birth date for a living person should only be displayed when it can be cited as being widely published, or published with the clear approval of the person involved. Otherwise, use {{birth year and age}} instead.

{{Bda}} is a redirect to {{Birth date and age}}

{{Bda|year of birth|month of birth|day of birth|additional parameters}}

Examples

{{Start date and number of years|1993|2|4|df=yes}} returns (1993-02-04) 4 Template:MONTHNAME 1993 (31 years)
{{Start date and number of years|1993|2|4|mf=yes}} returns (1993-02-04) Template:MONTHNAME 4, 1993 (31 years)
{{Start date and number of years|1993|2|4}} returns (1993-02-04) Template:MONTHNAME 4, 1993 (31 years)
{{Start date and number of years|1993|2|24|df=yes}} returns (1993-02-24) 24 Template:MONTHNAME 1993 (31 years)
{{Start date and number of years|1993|2|24|mf=yes}} returns (1993-02-24) Template:MONTHNAME 24, 1993 (31 years)
{{Start date and number of years|1993|2|24}} returns (1993-02-24) Template:MONTHNAME 24, 1993 (31 years)

"month first" (mf) and "day first" (df) options

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 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.

Examples

{{Start date and number of years|1993|2|24|df=yes}} displays " (1993-02-24) 24 Template:MONTHNAME 1993 (31 years)".
{{Start date and number of years|1993|2|24|mf=yes}} displays " (1993-02-24) Template:MONTHNAME 24, 1993 (31 years)".

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

TemplateData for Start date and number of years

This template returns a start date and number of years since the start.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Year of Start1

The year in which the person was born

Numberrequired
Month of Start2

The month (number) in which the event started

Numberrequired
Day of Start3

The day (number) in which the event started

Numberrequired
Day firstdf

When set to 'y' or 'yes', the date of the start is output in a DMY format

Stringoptional
Month firstmf

When set to 'y' or 'yes', stresses that the default MDY date format is intended for the start date

Stringoptional