Template:PageStatus: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | |||
<!--Template Documentation--> | |||
This template is used to describe the status of an article. | |||
Possible article states include: | |||
* Old | |||
** Old pages are not relevant to the project anymore, but are kept around for reference or posterity. | |||
To mark a page with a specific status, add this to the start: | |||
<code><nowiki>{{PageStatus|[tag]}}</nowiki></code> | |||
Examples follow below. | |||
== <nowiki>{{PageStatus|old}}</nowiki> == | |||
{{PageStatus|old}} | |||
== <nowiki>{{PageStatus|stub}}</nowiki> == | |||
{{PageStatus|stub}} | |||
== <nowiki>{{PageStatus|concept}}</nowiki> == | |||
{{PageStatus|concept}} | |||
</noinclude><!--Actual template code--><includeonly> | |||
{{#switch:{{lc:{{{1|}}}}} | {{#switch:{{lc:{{{1|}}}}} | ||
| old = | |||
{{StatusBox | |||
|color=#740 | |||
|title=Out of Date | |||
|text=This page is no longer relevant and is only here for archival purposes. | |||
}} | |||
| stub = | | stub = | ||
| Line 5: | Line 37: | ||
|color=#dd3333 | |color=#dd3333 | ||
|title=Stub | |title=Stub | ||
|text=This page is | |text=This page is under construction. Its contents have not been assessed. | ||
}} | }} | ||
| Line 12: | Line 44: | ||
|color=#f28500 | |color=#f28500 | ||
|title=Concept | |title=Concept | ||
|text=This page discusses an experimental prototype | |text=This page discusses an experimental prototype. No decisions have been made as to whether it will be relevant to the final game. | ||
}} | }} | ||
| Line 19: | Line 51: | ||
|color=#42cbf5 | |color=#42cbf5 | ||
|title=Stood-Up | |title=Stood-Up | ||
|text=The documentation on this page is valid at a high level, but details are likely to change. | |text=The documentation on this page is valid at a high level, but specific details are likely to change. | ||
}} | }} | ||
| Line 40: | Line 72: | ||
|color=#777 | |color=#777 | ||
|title=Unknown Status | |title=Unknown Status | ||
|text= | |text=The status of this page has not been specified. | ||
}} | }} | ||
}} | }} | ||
</includeonly> | |||
Latest revision as of 23:49, 12 March 2026
This template is used to describe the status of an article.
Possible article states include:
- Old
- Old pages are not relevant to the project anymore, but are kept around for reference or posterity.
To mark a page with a specific status, add this to the start:
{{PageStatus|[tag]}}
Examples follow below.
{{PageStatus|old}}
|
Out of Date
|
{{PageStatus|stub}}
|
Stub
|
{{PageStatus|concept}}
|
Concept
|