Difference between revisions of "Template:Infobox Facility/doc"

From Space Haven Wiki
Jump to navigation Jump to search
(Created page with "== Styleguide == == Changing the template == == Parameter == == Template == Use this template to copy and paste it onto the page of your liking. <nowiki> {{In-Game_Descipt...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Styleguide ==
+
== Usage ==
 
 
== Changing the template ==
 
  
 
== Parameter ==
 
== Parameter ==
Line 7: Line 5:
 
== Template ==
 
== Template ==
 
Use this template to copy and paste it onto the page of your liking.
 
Use this template to copy and paste it onto the page of your liking.
<nowiki>
+
<pre>{{Infobox_Facility
{{In-Game_Desciption
+
  |       version = 2025.04.25.0
  |         version = 2025.04.25.0
+
<!-- Build cost -->
  |
+
|  buildingtools =
}}</nowiki>
+
|    energyblock =
 +
|      hullblock =
 +
|    infrablock =
 +
|      softblock =
 +
|      techblock =
 +
|    superblock =
 +
<!-- Ship points -->
 +
|      corepoint =
 +
|    systempoint =
 +
<!-- Comfort -->
 +
|          sleep =
 +
|        leisure =
 +
|          work =
 +
|        radius =
 +
|      roomdrop =
 +
<!-- Power -->
 +
|      powerlow =
 +
|      powerhigh =
 +
<!-- Byproducts -->
 +
  |           heat =
 +
|  hazardousgas =
 +
<!-- Condition -->
 +
|      condition =
 +
<!-- Research -->
 +
| neededresearch =
 +
}}</pre>
  
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 
[[Category:Templates]]
 
[[Category:Templates]]

Latest revision as of 12:41, 3 May 2025

Usage

Parameter

Template

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

{{Infobox_Facility
 |        version = 2025.04.25.0
<!-- Build cost -->
 |  buildingtools = 
 |    energyblock = 
 |      hullblock = 
 |     infrablock = 
 |      softblock = 
 |      techblock = 
 |     superblock = 
<!-- Ship points -->
 |      corepoint = 
 |    systempoint = 
<!-- Comfort -->
 |          sleep = 
 |        leisure = 
 |           work = 
 |         radius = 
 |       roomdrop = 
<!-- Power -->
 |       powerlow = 
 |      powerhigh = 
<!-- Byproducts -->
 |           heat = 
 |   hazardousgas = 
<!-- Condition -->
 |      condition = 
<!-- Research -->
 | neededresearch = 
}}