Template:Archived page: Difference between revisions
Jump to navigation
Jump to search
Ian Oliver (talk | contribs) (created template) |
(Redesigned template and updated/corrected examples) |
||
Line 1: | Line 1: | ||
<includeonly>{ | <includeonly> | ||
{| style="background-color: sandybrown; border: solid 2px black; border-radius: 10px; padding: 10px;" | |||
| <span class="fa fa-archive fa-4x"><span> | |||
| style="padding-left: 10px" | '''This page is archived as its information is no longer current.'''<br /><small>Last update: {{{lastupdate|a long time ago}}}.<br />Current information on this subject can be found at {{{newpagelink|some other page}}}.</small> | |||
|} | |||
[[Category:Archived pages]] | |||
</includeonly> | |||
<noinclude> | |||
Use this template on archived pages. It automatically adds the page to [[:Category:Archived pages]]. | |||
Please supply <code>lastupdate</code> and <code>newpagelink</code> arguments. (The date of the last edit to the page can be found in the page's footer, but this is not always a content update, so check the page history.) | Please supply <code>lastupdate</code> and <code>newpagelink</code> arguments. (The date of the last edit to the page can be found in the page's footer, but this is not always a content update, so check the page history.) | ||
Line 10: | Line 16: | ||
! Code !! Result | ! Code !! Result | ||
|- | |- | ||
| <pre>{{ | | <pre>{{Archived page}}</pre> | ||
| | |||
{| style="background-color: sandybrown; border: solid 2px black; border-radius: 10px; padding: 10px;" | |||
| <span class="fa fa-archive fa-4x"><span> | |||
| style="padding-left: 10px" | '''This page is archived as its information is no longer current.'''<br /><small>Last update: a long time ago.<br />Current information on this subject can be found at some other page.</small> | |||
|} | |||
|- | |- | ||
| <pre>{{ | | <pre>{{Archived page|lastupdate=January 2004|newpagelink=[[Welcome to Protospace]]}}</pre> | ||
| | |||
{| style="background-color: sandybrown; border: solid 2px black; border-radius: 10px; padding: 10px;" | |||
| <span class="fa fa-archive fa-4x"><span> | |||
| style="padding-left: 10px" | '''This page is archived as its information is no longer current.'''<br /><small>Last update: January 2004.<br />Current information on this subject can be found at [[Welcome to Protospace]].</small> | |||
|} | |||
|} | |} | ||
</noinclude> |
Latest revision as of 11:55, 10 November 2016
Use this template on archived pages. It automatically adds the page to Category:Archived pages.
Please supply lastupdate
and newpagelink
arguments. (The date of the last edit to the page can be found in the page's footer, but this is not always a content update, so check the page history.)
Examples
Code | Result | ||
---|---|---|---|
{{Archived page}} |
| ||
{{Archived page|lastupdate=January 2004|newpagelink=[[Welcome to Protospace]]}} |
|