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

From Space Haven Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<nowiki>
+
== Styleguide ==
  |  status = <!-- finished/under construction/outdated -->
+
 
  | buildid = <!-- Steam build version -->
+
== Changing the template ==
</nowiki>
+
 
 +
== Parameter ==
 +
 
 +
== Template ==
 +
Use this template to copy and paste it onto the page of your liking.
 +
<nowiki>
 +
{{In-Game_Desciption
 +
  |         version = 2025.04.25.0
 +
  |
 +
}}</nowiki>
 +
 
 +
__NOTOC__
 +
__NOEDITSECTION__
 +
[[Category:Templates]]
 +
 
 +
== 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
 +
| {{Checkbox_Yes}}
 +
| "finished", "under construction" or "outdated"
 +
|-
 +
! update
 +
| {{Checkbox_No}}
 +
| e.g. "Update 19", "Update 20"
 +
|-
 +
! buildid
 +
| {{Checkbox_No}}
 +
| Steam Build-ID the page was last revised
 +
|}
 +
== Template ==
 +
<nowiki>
 +
{{Page_Status
 +
|  status =
 +
|  update =
 +
  | buildid =  
 +
}}</nowiki>

Latest revision as of 12:21, 3 May 2025

Styleguide

Changing the template

Parameter

Template

Use this template to copy and paste it onto the page of your liking.

{{In-Game_Desciption
 |         version = 2025.04.25.0
 |
}}

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 "finished", "under construction" or "outdated"
update e.g. "Update 19", "Update 20"
buildid Steam Build-ID the page was last revised

Template

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