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

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