Template:PageStatus/doc: Difference between revisions
From Archaelund Wiki
(Created page with "== Description == This template displays a box indicating the status of a page. It is intended to be transcluded near the top of the page so users are made aware of what they...") |
No edit summary |
||
| Line 15: | Line 15: | ||
<tr><td>Outdated</td><td>{{PageStatus|Outdated}}</td></tr> | <tr><td>Outdated</td><td>{{PageStatus|Outdated}}</td></tr> | ||
<tr><td>Test</td><td>{{PageStatus|Test}}</td></tr> | <tr><td>Test</td><td>{{PageStatus|Test}}</td></tr> | ||
<tr><td>Unreleased</td><td>{{PageStatus|Unreleased}}</td></tr> | |||
<tr><td>''default''</td><td>{{PageStatus}}</td></tr> | <tr><td>''default''</td><td>{{PageStatus}}</td></tr> | ||
</table> | </table> | ||
Latest revision as of 13:16, 12 January 2025
Description
This template displays a box indicating the status of a page. It is intended to be transcluded near the top of the page so users are made aware of what they are looking at.
Usage
{{PageStatus|<status>}}
If any other status than the ones listed below is provided (or none at all), a default "unknown status" box is displayed.
Status options
| Status | Output | ||
|---|---|---|---|
| Construction |
| ||
| Deprecated |
| ||
| Outdated |
| ||
| Test |
| ||
| Unreleased |
| ||
| default |
|