Template:YearCal: Difference between revisions

From FeyworldWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 6: Line 6:


NOTES:  
NOTES:  
If year < 1, a = “Age of the Gods”
If year < -5874, a = “Age of the Gods”
If year > 1 and < 2501, a = “First Age of Man”
If year > -5875 and < -3375, a = “First Age of Man”
If year > 2500 and < 4416 a = “First Interannum”
If year > -3376 - and < -1458 a = “First Interannum”
If year > 4415 and < 4829 a = “Second Age of Man”
If year > -1459 and < -1048 a = “Second Age of Man”
If year > 4828 and < 5595 a = “Second Interannum”
If year > -1047 and < 120 a = “Second Interannum”
If year > 5594 and < 7626 a = “Third Age of Man”
If year > 119 and < 2012 a = “Third Age of Man”
If year > 7627 and < 7891 a = “Third Age of Man”
If year > 2011 and < 2062 a = “Third Interannum”
If year > 7890 and < 7939 a = “Third Interannum”
If year > 2061 age = “Fourth Age of Man”</includeonly></noinclude><includeonly>
If year > 7938 age = “Fourth Age of Man”</includeonly></noinclude><includeonly>


{{#ifexpr: {{{1}}} < 1 | The YearCal template has been applied incorrectly!  See [[Age of the Gods]] for information on this date. [[Category:Incorrect Template Use]]|  
{{#ifexpr: {{{1}}} < 1 | The YearCal template has been applied incorrectly!  See [[Age of the Gods]] for information on this date. [[Category:Incorrect Template Use]]|  
Line 21: Line 20:
}}
}}


Decade: {{#expr: floor ({{#sub:{{{1}}}|-2}} / 10) }}
Decade: {{#expr: ({{#sub:{{{1}}}|-2}} / 10) }}

Revision as of 14:39, 16 August 2010

Use the following to cut and paste to the top of timeline articles.

{{YearCal|<year>}}