Jump to content

Template:PageStatus: Difference between revisions

From Shrimp Squad
No edit summary
No edit summary
 
(2 intermediate revisions 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 an early stub and should not yet be considered useful.
|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 which may not be relevant to the final project.
|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=This page discusses features which are intended to ship but are not yet presentable.
|text=The documentation on this page is valid at a high level, but specific details are likely to change.
}}
}}


Line 26: Line 58:
|color=#6c42f5
|color=#6c42f5
|title=Presentable
|title=Presentable
|text=This page discusses systems that are feature-complete and could be shown off in a demo, but are not yet shippable.
|text=The documentation on this page is near complete, but may undergo changes as we approach the ship date.
}}
}}


Line 40: Line 72:
|color=#777
|color=#777
|title=Unknown Status
|title=Unknown Status
|text=No status specified.
|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
This page is no longer relevant and is only here for archival purposes.


{{PageStatus|stub}}

Stub
This page is under construction. Its contents have not been assessed.


{{PageStatus|concept}}

Concept
This page discusses an experimental prototype. No decisions have been made as to whether it will be relevant to the final game.