You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Template:Archive: Difference between revisions
Jump to navigation
Jump to search
imported>Quiddity m (header) |
imported>Krinkle No edit summary |
||
Line 12: | Line 12: | ||
<pre>{{Archive|year=1950}}</pre> | <pre>{{Archive|year=1950}}</pre> | ||
{{Archive|year=1950|nocat=yes}} | {{Archive|year=1950|nocat=yes}} | ||
<pre>{{Archive|reason=Foo}}</pre> | |||
{{Archive|reason=Foo|nocat=yes}} | |||
<pre>{{Archive|note=Foo}}</pre> | |||
{{Archive|note=Foo|nocat=yes}} | |||
== Parameters == | == Parameters == | ||
<templatedata> | <templatedata> |
Latest revision as of 19:35, 4 February 2022
![]() | 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=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
- {{Old-doc}}
- {{Outdated-inline}}