<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://www.mansun.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AAge%2Fdoc</id>
		<title>Template:Age/doc - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.mansun.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AAge%2Fdoc"/>
		<link rel="alternate" type="text/html" href="http://www.mansun.wiki/index.php?title=Template:Age/doc&amp;action=history"/>
		<updated>2026-05-03T07:27:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://www.mansun.wiki/index.php?title=Template:Age/doc&amp;diff=2298&amp;oldid=prev</id>
		<title>DarkMavis: Created page with &quot;{{Documentation subpage}} &lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&gt;  This template returns the number of full years between two specified dates.  If the second set...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.mansun.wiki/index.php?title=Template:Age/doc&amp;diff=2298&amp;oldid=prev"/>
				<updated>2015-07-16T00:31:51Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}} &amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;  This template returns the number of full years between two specified dates.  If the second set...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
;Syntax&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;{{age|year1|month1|day1|year2|month2|day2}}&amp;lt;/nowiki&amp;gt;  or &lt;br /&gt;
:&amp;lt;nowiki&amp;gt;{{age|year1|month1|day1}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Examples&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;{{age|1989|7|23|2003|7|14}}&amp;lt;/nowiki&amp;gt; returns &amp;quot;{{age|1989|7|23|2003|7|14}}&amp;quot;&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;{{age|1989|7|23}}&amp;lt;/nowiki&amp;gt; returns &amp;quot;{{age|1989|7|23}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
: 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.&lt;br /&gt;
:: Example: &amp;lt;nowiki&amp;gt;{{subst:age|1989|7|23|2003|7|14}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: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:&lt;br /&gt;
:: &amp;lt;nowiki&amp;gt;{{age|-215|8|2}}&amp;lt;/nowiki&amp;gt; returns &amp;quot;{{age|-215|8|2}}&amp;quot;&lt;br /&gt;
(BCE is exactly the same as BC, so August 2, 216 BCE is also August 2, 216 BC)&lt;br /&gt;
; Note&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:This template does not check for incorrect input:&lt;br /&gt;
:: &amp;lt;nowiki&amp;gt;{{age|1980|7|14|1993|6|233}}&amp;lt;/nowiki&amp;gt; returns &amp;quot;{{age|1980|7|14|1993|6|233}}&amp;quot; (surplus days do not count as extra months)&lt;br /&gt;
:: &amp;lt;nowiki&amp;gt;{{age|1980|7|14|1993|88|14}}&amp;lt;/nowiki&amp;gt; returns &amp;quot;{{age|1980|7|14|1993|88|14}}&amp;quot; (surplus months do not count as extra years)&lt;br /&gt;
&lt;br /&gt;
===TemplateData===&lt;br /&gt;
{{TemplateDataHeader}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;{&lt;br /&gt;
&amp;quot;description&amp;quot;: &amp;quot;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.&amp;quot;,&lt;br /&gt;
&amp;quot;params&amp;quot;: {&lt;br /&gt;
  &amp;quot;year1&amp;quot;: {&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;Year ('from' date)&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;The year of the (first) date&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
    &amp;quot;required&amp;quot;: true,&lt;br /&gt;
    &amp;quot;aliases&amp;quot;: [&amp;quot;1&amp;quot;]&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;month1&amp;quot;: {&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;Month ('from' date)&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;The month of the (first) date&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
    &amp;quot;required&amp;quot;: true,&lt;br /&gt;
    &amp;quot;aliases&amp;quot;: [&amp;quot;2&amp;quot;]&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;day1&amp;quot;: {&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;Day of month ('from' date)&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;The day of the month of the (first) date&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
    &amp;quot;required&amp;quot;: true,&lt;br /&gt;
    &amp;quot;aliases&amp;quot;: [&amp;quot;3&amp;quot;]&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;year2&amp;quot;: {&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;Year ('to' date)&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;The year of the 'to' date, if required&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
    &amp;quot;required&amp;quot;: false,&lt;br /&gt;
    &amp;quot;aliases&amp;quot;: [&amp;quot;4&amp;quot;]&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;month2&amp;quot;: {&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;Month ('to' date)&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;The month of the 'to' date, if required&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
    &amp;quot;required&amp;quot;: false,&lt;br /&gt;
    &amp;quot;aliases&amp;quot;: [&amp;quot;5&amp;quot;]&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;day2&amp;quot;: {&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;Day of month ('to' date)&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;The day of the month of the 'to' date, if required&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
    &amp;quot;required&amp;quot;: false,&lt;br /&gt;
    &amp;quot;aliases&amp;quot;: [&amp;quot;6&amp;quot;]&lt;br /&gt;
  }&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Birth, death and age templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox |&lt;br /&gt;
| &amp;lt;!-- ADD CATEGORIES BELOW THIS LINE, PLEASE: --&amp;gt;&lt;br /&gt;
[[Category:Date mathematics templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>DarkMavis</name></author>	</entry>

	</feed>