Template:Start date and years ago/doc

From Mises Wiki, the global repository of classical-liberal thought
Jump to: navigation, search

This template shows the date of establishment of an institution, company etc. and its age in years.

This template should not be used for the date of birth or death of people, use {{birth date and age}} or {{death date and age}} instead.

The template requires "YYYY|MM|DD" parameters. Do not use for "YYYY" nor "YYYY|MM" dates.

Usage

{{Start date and years ago|YYYY|MM|DD}} will give Month D, YYYY (XX years ago)

Examples

Using the default American date format

Examples
Syntax Display
{{Start date and years ago|2009|4|11}} April 11, 2009; 15 years ago (2009-04-11)
{{Start date and years ago|2007|4|11}} April 11, 2007; 17 years ago (2007-04-11)
{{Start date and years ago|1812|10|21}} October 21, 1812; 211 years ago (1812-10-21)
{{Start date and years ago|1812|10|1}} October 1, 1812; 211 years ago (1812-10-01)

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 (American format). This default may not be appropriate articles about people from parts of the world where the day precedes the month in a date (British/International format). 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
Syntax Display
{{Start date and years ago|1993|2|24|df=yes}} 24 February 1993; 31 years ago (1993-02-24)
{{Start date and years ago|1993|2|24|df=y}} 24 February 1993; 31 years ago (1993-02-24)
{{Start date and years ago|1993|2|24|mf=yes}} February 24, 1993; 31 years ago (1993-02-24)
{{Start date and years ago|1993|2|24|mf=y}} February 24, 1993; 31 years ago (1993-02-24)

Hard return

When you want the "(# years ago)" to start at the next line rather than letting it soft-return, use the "br=1" parameter to hard-return it.

Example
Syntax Display
{{Start date and years ago|1993|2|24|br=1}} February 24, 1993;
31 years ago
 (1993-02-24)

Use in microformats

Template:UF-date-part

See the microformats project for further details.