Actions

Template

Construction stage/doc

From Unofficial Stationeers Wiki

< Template:Construction stage
Revision as of 10:42, 26 November 2025 by Mallaco (talk | contribs) (Add example section for autolathe build stage 1)

Summary

This template is meant to be used as a child template in the Template:Structurebox.

One instance can be used to represent a build stage of a Structure.

Parameters

Parameter regarding a construction stage of a structure.

Template parameters

ParameterDescriptionTypeStatus
Stage numbernumber

The stage number

Default
empty
Example
1, 2, ...
Auto value
empty
Numberrequired
Imageimage

Image of this stage

Default
empty
Example
empty
Auto value
empty
Fileoptional
Toolconst_with_tool

Stage constructed with this tool

Default
empty
Example
[[Wrench]]
Auto value
empty
Pageoptional
Itemconst_with_item

Item required for this stage

Default
empty
Example
2x [[Cable Coil]]
Auto value
empty
Pageoptional
Deconstruction tooldecon_with_tool

Tool to deconstruct this stage

Default
empty
Example
[[Hand Drill]]
Auto value
empty
Pageoptional
Deconstruction itemitem_rec

Item received when deconstructing this stage

Default
empty
Example
2x [[Plastic Sheet]]
Auto value
empty
Pageoptional

Example

Stage 1<tr><td colspan="2" style="text-align:center"> Autolathe build state 1</td></tr><tr><td colspan="2" style="text-align:center"> Next Stage Construction</td></tr><tr><th scope="row">Constructed with tool</th><td> Welding Torch</td></tr><tr><th scope="row">Constructed with item</th><td> 2x Iron Sheets</td></tr><tr><td colspan="2" style="text-align:center"> Deconstruction</td></tr><tr><th scope="row">Deconstructed with</th><td> Angle Grinder</td></tr><tr><th scope="row">Item received</th><td> 2x Iron Sheets</td></tr>

{{Construction stage
| number          = 1
| image           = [[File:StructureAutolathe BuildState1.png|Autolathe build state 1]]
| const_with_tool = [[Welding Torch]]
| const_with_item = 2x [[Iron Sheets]]
| decon_with_tool = [[Angle Grinder]]
| item_rec        = 2x [[Iron Sheets]]
}}

Blank

This is the blank template code, that can be copy-pasted into a page to use it there.

{{Construction stage
| number          = 
| image           = 
| const_with_tool = 
| const_with_item = 
| decon_with_tool = 
| item_rec        = 
}}