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...")
 
Line 7: Line 7:
 
== 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
+
<!-- Build cost -->
  |        version = 2025.04.25.0
+
|  buildingtools =
  |
+
|    energyblock =
}}</nowiki>
+
|      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]]

Revision as of 12:35, 3 May 2025

Styleguide

Changing the template

Parameter

Template

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

{{Infobox_Facility
<!-- 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 = 
}}