Template:Age

From MansunWiki
Revision as of 15:18, 6 February 2016 by DarkMavis (Talk | contribs) (Protected "Template:Age": Read-only Template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
[view] [edit] [history] [purge] Template-info.svg Template Documentation

This template returns the number of full years between two specified dates. If the second set of parameters is not included, it will return the number of full years between a specified date and today's date.

Syntax:
{{age|year1|month1|day1|year2|month2|day2}} or
{{age|year1|month1|day1}}
Examples:
{{age|1989|7|23|2003|7|14}} returns "13"
{{age|1989|7|23}} returns "34"
When using this template to calculate a person's age at death or a person's age on a specified date (rather than the person's current age), please substitute it into the page.
Example: {{subst:age|1989|7|23|2003|7|14}}
When entering dates before the Common Era, use astronomical year numbering: 1 BCE is represented by 0, 2 BCE by -1, 3 BCE by -2 etc. For example, the following expression returns the number of full years elapsed since the battle of Cannae, which took place on August 2, 216 BCE:
{{age|-215|8|2}} returns "2238"

(BCE is exactly the same as BC, so August 2, 216 BCE is also August 2, 216 BC)

Note:
This template does not check for incorrect input:
{{age|1980|7|14|1993|6|233}} returns "12" (surplus days do not count as extra months)
{{age|1980|7|14|1993|88|14}} returns "13" (surplus months do not count as extra years)

TemplateData

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

Age

<templatedata>{ "description": "This template returns the number of full years between two specified dates. If the second set of parameters is not included, it will return the number of full years between a specified date and today's date.", "params": {

 "year1": {
   "label": "Year ('from' date)",
   "description": "The year of the (first) date",
   "type": "number",
   "required": true,
   "aliases": ["1"]
 },
 "month1": {
   "label": "Month ('from' date)",
   "description": "The month of the (first) date",
   "type": "number",
   "required": true,
   "aliases": ["2"]
 },
 "day1": {
   "label": "Day of month ('from' date)",
   "description": "The day of the month of the (first) date",
   "type": "number",
   "required": true,
   "aliases": ["3"]
 },
 "year2": {
   "label": "Year ('to' date)",
   "description": "The year of the 'to' date, if required",
   "type": "number",
   "required": false,
   "aliases": ["4"]
 },
 "month2": {
   "label": "Month ('to' date)",
   "description": "The month of the 'to' date, if required",
   "type": "number",
   "required": false,
   "aliases": ["5"]
 },
 "day2": {
   "label": "Day of month ('to' date)",
   "description": "The day of the month of the 'to' date, if required",
   "type": "number",
   "required": false,
   "aliases": ["6"]
 }

}} </templatedata>


{{#invoke:navbox|navbox |name = Birth, death and age templates |navbar = |state = expanded |border =

|title = Birth, death and age templates |above = |image = |imageleft =

|bodyclass = |titleclass = |aboveclass = |belowclass = hlist |groupclass = |listclass = hlist |imageclass =

|style = |basestyle = |titlestyle = |abovestyle = |belowstyle = font-weight:bold; |imagestyle = |imageleftstyle =

|list1 = {{#invoke:navbox|navbox|child

   |navbar = plain
   |state = collapsed
   |titlestyle = ;
   |liststyle  = 
   |title = Birth, death, age
   |list1 = {{#invoke:aligned table|table}}

{{#invoke:aligned table|table}}

   |image = 
   |imageleft = 
   |void = 
  }}

|list2 = {{#invoke:navbox|navbox|child

   |navbar = plain
   |state = collapsed
   |titlestyle = ;
   |liststyle  = 
   |title = Age only
   |list1 = {{#invoke:aligned table|table}}

{{#invoke:aligned table|table}}

   |image = 
   |imageleft = 
   |void = 
  }}

|list3 = {{#invoke:navbox|navbox|child

   |navbar = plain
   |state = collapsed
   |titlestyle = ;
   |liststyle  = 
   |title = Start / end dates
   |list1 = {{#invoke:aligned table|table}}
   |image = 
   |imageleft = 
   |void = 
  }}

|list4 =


|list5 =


|list6 =


|list7 =


|list8 =


|list9 =


|list10 =


|list11 =


|list12 =


|list13 =


|list14 =


|list15 =


|list16 =


|list17 =


|list18 =


|list19 =


|list20 =


|below = * About age calculation templates

}}