Template:AgeYears

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description[edit]

Compares two dates and returns difference in years. Mainly used for showing ones age.

Parameters[edit]

{{AgeYears
 |year1
 |month1
 |day1

 |year2
 |month2
 |day2
}}
year1 (first parameter)
year to check
month1 (second parameter)
month to check
day1 (third parameter)
day to check
year2 (fourth parameter)
year to compare, current year by default
month2 (fifth parameter)
month to compare, current month by default
day2 (sixth parameter)
day to compare, current day by default

Example[edit]

If you want to show how old are you and you were born on (for example) 01-01-1999 use {{AgeYears|1999|1|1}}: that will show 25.

If you want to compare for example two dates to check how old you were on given day (again, lets say you were born on 01-01-1999) use: {{AgeYears|1999|1|1|2010|10|3}}: that will show 11.