 | This page contains historical information. It is probably no longer true. |
Usage
- This template categorizes the host page in Category:Archive.
{{Archive}}
Example
{{Archive|year=2021}}
 | This page contains historical information. It is probably no longer true. 2021 |
{{Archive|year=2020}}
 | This page contains historical information. It is probably no longer true. 2020 |
{{Archive|year=2015}}
 | This page contains historical information. It is probably no longer true. 2015 |
{{Archive|year=1950}}
 | This page contains historical information. It is probably no longer true. 1950 |
{{Archive|reason=Foo}}
 | This page contains historical information. Foo |
{{Archive|note=Foo}}
 | This page contains historical information. It is probably no longer true. Foo |
Parameters
<templatedata>
{
"params": {
"reason": {
"label": "Reason",
"description": "Optional reason why it is archived (default: Historical)",
"type": "string"
},
"note": {
"label": "Note",
"description": "Extra content to display on the second line",
"type": "content"
},
"year": {
"aliases": [
"date"
],
"label": "Year",
"description": "Optional estimated year for the reader's context. (e.g. 2012, 2010, 1980, etc.)",
"type": "string"
}
},
"paramOrder": [
"reason",
"note",
"year"
],
"format": "inline"
}
</templatedata>
See also