Template:SystemStatus: Difference between revisions
Appearance
create status template |
cool statuses are now cool |
||
| Line 3: | Line 3: | ||
| stub = | | stub = | ||
{{StatusBox | {{StatusBox | ||
|color=# | |color=#dd3333 | ||
|title=Stub | |title=Stub | ||
|text=This page is an early stub and should not yet be considered useful. | |text=This page is an early stub and should not yet be considered useful. | ||
}} | }} | ||
| | | concept = | ||
{{StatusBox | {{StatusBox | ||
|color=#f28500 | |color=#f28500 | ||
|title= | |title=Concept | ||
|text=This system | |text=This system is undergoing prototyping and may or may not exist in the final project. | ||
}} | }} | ||
| | | functional = | ||
{{StatusBox | {{StatusBox | ||
|color=# | |color=#42cbf5 | ||
|title= | |title=Functional | ||
|text=This system is | |text=This system is implemented but requires iteration. | ||
}} | |||
| presentable = | |||
{{StatusBox | |||
|color=#6c42f5 | |||
|title=Presentable | |||
|text=This system is feature-complete and could be shown off in a demo, but is not yet shippable. | |||
}} | }} | ||
| Line 26: | Line 33: | ||
|color=#2ecc71 | |color=#2ecc71 | ||
|title=Shippable | |title=Shippable | ||
|text=This feature is | |text=This feature is complete and ready to ship. | ||
}} | }} | ||