Template:Year article header/doc
This is a documentation subpage for Template:Year article header. It contains usage information, categories and other content that is not part of the original template page. |
This template adds an automatically generated short description. If the automatic short description is not optimal, replace it by adding {{Short description}} at the top of article. |
These notes and instructions only appear to people reading the template directly; when it is used, you do not see this.
Instructions
The purpose of this template is to create a standard, uniform calendar description as the first sentence for all years from 1582 on with links to the appropriate terms. It's designed to say the year as either being "was" the year if it is before this year, "is" this year if it's the current year, and "will be" the year if it's after this year, e.g. in 2012, years 2011 and before would say "2011 was a common year starting on..." "2012 is the current year, and is a leap year starting on..." "2013 will be a common year starting on..."
Yes, it does know that only century years which are divisible by 400 are leap years.
Suppose that y is the current year. Then for year y+1, it will say "will be a", then in year y+1, it will say "is the current year, and is a", and finally in year y+2, it will say "was a".
The nice thing about this is that because it's all generated programmatically, when the current year changes it makes the change automatically without requiring human intervention.
Usage
{{Year article header|year it covers}} as the first item in the text of a year, e.g. {{Year article header|2092}} for the article for that year. Note that inserting the year directly as opposed to using {{PAGENAME}} was intentional; I needed to make calculations on the value passed and I wanted to make sure I could do that, plus I couldn't test the template if I used the PAGENAME parameter.
If not supplied an argument, {{Year article header}} defaults its first parameter to {{CURRENTYEAR}}
.
Note to editors
It currently does work perfectly for years after 1582. Years before 1582 show Julian and prospective Gregorian. 1582 shows Julian plus warning and prospective Gregorian, 1583 and later, Gregorian with Julian and number of days off for years below 1924, Gregorian only after 1923.
Template data
TemplateData for Year article header
This template creates an introduction to an article about a year.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Year | 1 | The year to create an introduction for.
| Number | required |