Template:Construction stage/doc
Template page
More actions
| This is a documentation subpage for Template:Construction stage. It contains usage information, categories and other content that is not part of the original template page. |
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Stage number | number | The stage number
| Number | required |
| Image | image | Image of this stage | File | optional |
| Tool | const_with_tool | Stage constructed with this tool
| Page name | optional |
| Item | const_with_item | Item required for this stage
| Page name | optional |
| Deconstruction tool | decon_with_tool | Tool to deconstruct this stage
| Page name | optional |
| Deconstruction item | item_rec | Item received when deconstructing this stage
| Page name | optional |
Example
Stage 1
Next Stage ConstructionConstructed with tool
Welding TorchConstructed with item
2x Iron Sheets
DeconstructionDeconstructed with
Angle GrinderItem received
2x Iron Sheets
{{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 =
}}