Difference between revisions of "Template:Page Status/doc"

From Space Haven Wiki
Jump to navigation Jump to search
(Created page with "Test")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Test
+
== Explanation Template ==
 +
This template shall be used on every page. This helps transparency for every kind of user of this wiki.
 +
== Explanation Parameter ==
 +
{| style="border: #aaa 1px solid; background: #eeeeee;"
 +
! Parameter
 +
! Essential?
 +
! Syntax/Input
 +
|-
 +
! status
 +
| yes
 +
| "finished", "under construction" or "outdated"
 +
|-
 +
! update
 +
| no
 +
| e.g. "Update 19", "Update 20"
 +
|-
 +
! buildid
 +
| no
 +
| Steam Build-ID the page was last revised
 +
|}
 +
== Template ==
 +
<nowiki>
 +
{{Page_Status
 +
|  status =
 +
|  update =
 +
| buildid =
 +
}}</nowiki>

Latest revision as of 16:29, 28 March 2025

Explanation Template

This template shall be used on every page. This helps transparency for every kind of user of this wiki.

Explanation Parameter

Parameter Essential? Syntax/Input
status yes "finished", "under construction" or "outdated"
update no e.g. "Update 19", "Update 20"
buildid no Steam Build-ID the page was last revised

Template

{{Page_Status
 |  status = 
 |  update = 
 | buildid = 
}}