Difference between revisions of "Template:Age/doc"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:
=== Examples ===
=== Examples ===
;Input
;Input
:<pre>{{age|1975|10|8}}</pre>
:<pre>{{age}}</pre>
;Output
;Output
:{{age|1975|10|8}}
:{{age}}
;Input
:<pre>{{age|2998|2|4}}</pre>
;Output
:{{age|2998|2|4}}
;Input
;Input
:<pre>{{age|2990}}</pre>
:<pre>{{age|2990}}</pre>
Line 23: Line 19:
;Output
;Output
:{{age|2995|5}}
:{{age|2995|5}}
;Input
:<pre>{{age|2998|2|4}}</pre>
;Output
:{{age|2998|2|4}}
;Input
:<pre>{{age|1975|10|8}}</pre>
;Output
:{{age|1975|10|8}}

Latest revision as of 13:19, 16 April 2009

Use

This template calculates the current age of a person, if date of birth is known. It depends on {{curfutyear}} to get the current Futurama year.

Usage

Each parameter is optional, if day is not supplied, null will be assumed, if month is not supplied, null will be assumed, if year is not supplied, the current year (not Futurama year) is assumed.

{{age[|<year>[|<month>[|<day>]]]}}

Examples

Input
{{age}}
Output
1000
Input
{{age|2990}}
Output
34
Input
{{age|2995|5}}
Output
28
Input
{{age|2998|2|4}}
Output
26
Input
{{age|1975|10|8}}
Output
1048