{{End date and age}} displays the date that an event or entity ended. It also includes a duplicate, machine-readable date in the ISO 8601 format (which is hidden by CSS), for use inside other templates which emit microformats. The hidden date degrades gracefully when CSS is not available.
A number between 1 and 12 indicating the month (leading zeros in the number are ignored).
|3=
optional
A number between 1 and 31 indicating the day of the month (leading zeros in the number are ignored).
|df=
optional
When set to |df=yes or |df=y displays the day before the month (e.g. "7 November 2004" instead of the default "November 7, 2004").
|p= |paren=
optional
When set to |p=yes or |p=y the age will be displayed within parentheses. When this parameter is not included, the date and age are separated by a semicolon and a breaking space.
|br=
optional
When set to |br=yes or |br=y a line break will be inserted between the date and the age. When this parameter is not included, a breaking space will be inserted between the date and the age. This does not change the separating characters between the date and age which are either a semicolon (default setting) or parentheses (if |p=yes).
A number between 1 and 31 indicating the day of the month
Example
31
Number
suggested
Display date first
df
If the parameter df equals yes, y, or 1, the date will be displayed in DMY format: 4 March 2010. When this parameter is not included or set to some other value, the date will be displayed in MDY format: March 4, 2010.
Default
no
Example
no
Boolean
optional
Display with parentheses
parenp
Set to 'yes' to display the age within parentheses. When this parameter is not included, the date and age are separated by a semicolon and a breaking space.
Suggested values
yesy
Line
optional
Line break between date and age
br
Set to 'yes' to add a line break between the date and the age. When this parameter is not included, a breaking space will be inserted between the date and the age. This does not change the separating characters between the date and age which are either a semicolon (default setting) or parentheses (if paren=yes).
Suggested values
yesy
Line
optional
Use in microformats
The template returns the date as hCalendar's (class="dtend"). For example:
(<span class="dtend">1993-02-24T08:30</span>)
(disable CSS or view source to see the hidden ISO-formatted output).
To display approximate birth year and current age given a particular date (e.g. when a dated reference mentions the age of a person), only works for living people.
To display approximate birth year and current age given several particular dates (e.g. when a dated reference mentions the age of a person), only works for living people.