Template:Birth based on age as of date/doc

From Red Letter Media Wiki
Revision as of 18:09, 13 June 2024 by Orangestar (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

For a person whose date of birth is unknown, this template estimates the person's birth year and current age based on a given age at a certain date. This is useful when a reliable source states only their age at the time of publication.

Syntax

Typical use

<syntaxhighlight lang="wikitext"> Expression error: Unrecognized word "year". or Expression error: Unrecognized word "year". (age Expression error: Unexpected < operator.Expression error: Unexpected < operator.) </syntaxhighlight>

Code:
{{birth based on age as of date|50|2023|7|7}}
Result:
1972 or 1973 (age 51–52)

The age, year, and day must be supplied as natural numbers; month can be specified as a natural number as well as by name or abbreviation (e.g. "August" or "Aug"). The Gregorian calendar is assumed, with no special support provided for dual dating or the difference between Old Style and New Style dates.

If only the publication year for a source is known, the "day" and "month" fields can be omitted.

No age

In some contexts—like the lead sentence of a biography—it may be desirable to show only the birth year, and not a person’s age. To suppress the age field, set |noage=yes:

Code:
{{birth based on age as of date|50|2023|7|7|noage=1|slash=y}}
Result:
1972/1973

Separator

In general, the two possible birth years should be written out as: 1950 or 1951. In contexts which are tight for space, the separator between the two possible years should be a slash: 1950/1951.

To use the / separator, add |slash=yes.

Code:
{{birth based on age as of date|50|2023|7|7|slash=yes}}
Result:
1972/1973 (age 51–52)

Examples

If, for example, a reference dated July 4, 2023 mentions that someone is 50 years old, that person's birth year and age can be rendered using:

{{birth based on age as of date|50|2023|July|4}}

The following examples are for a person reported as being 50 years old in 2024

Template code Result
{{birth based on age as of date|50|2024|06|7}} 1973 or 1974 (age 50–51)
{{birth based on age as of date|50|2024|June|7}} 1973 or 1974 (age 50–51)
{{birth based on age as of date|50|2024|12|31}} 1973 or 1974 (age 50–51)
{{birth based on age as of date|50|2024|Jan|1}} 1973 or 1974 (age 51–52)
{{birth based on age as of date|50|2024|12|31|noage=1}} 1973 or 1974
{{birth based on age as of date|50|2024|Jan|1|noage=1}} 1973 or 1974
{{birth based on age as of date|50|2024|June}} 1973 or 1974 (age 50–51)
{{birth based on age as of date|50|2024|Jan}} 1973 or 1974 (age 51–52)
{{birth based on age as of date|50|2024|12}} 1973 or 1974 (age 50–51)
{{birth based on age as of date|50|2024}} 1973 or 1974 (age 50–51)

Template:Birth, death and age templates


This template calculates the birth year and current age based on the age as of a date.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Age1

Age of subject at date of reference's publication.

Example
55
Numberrequired
Year2

Year of publication of reference.

Example
1950
Numberrequired
Month3

Month of publication of reference.

Example
8 or August
Stringsuggested
Day4

Day of publication of reference.

Example
21
Numbersuggested
Hide agenoage

Set to a value of 'yes' to display year of birth without the age

Default
no (i.e., the default is to show the age)
Example
1
Booleanoptional
Slash separatorslash

Set to 'yes' to separate years with a '/' for tight spaces (e.g., table cells)

Suggested values
yes
Default
no
Booleanoptional

Redirects