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

From Space Haven Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<nowiki>
+
== Explanation Template ==
  |  status = <!-- finished/under construction/outdated -->
+
This template shall be used on every page. This helps transparency for every kind of user of this wiki.
  | buildid = <!-- Steam build version -->
+
== Explanation Parameter ==
</nowiki>
+
{| 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 = 
}}