You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org

Template:Archive

From Wikitech-static
(Redirected from Template:Historical)
Jump to navigation Jump to search

Usage

This template categorizes the host page in Category:Archive.
{{Archive}}

Example

{{Archive|year=2021}}
{{Archive|year=2020}}
{{Archive|year=2015}}
{{Archive|year=1950}}
{{Archive|reason=Foo}}
{{Archive|note=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