Template:Structurebox/doc
More actions
| This is a documentation subpage for Template:Structurebox. It contains usage information, categories and other content that is not part of the original template page. |
Summary
This template should be used for placed structures.
It will create an Infobox on the right hand side, at the top of the article. It has some parameters, that are useful for documenting the most important features of a Structure.
When included, it will also add the page, it is included in, to Category:Structures.
Template data
Data valid for the Structurebox template
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the structure
| String | optional |
| Image | image | An image of the completely built structure. | File | optional |
| Other | other | Any other remarks, that can be placed before the subsections. | String | optional |
| Paintable | paintable | Whether the structure is paitable.
| Boolean | optional |
| Constructable in rockets | constructable_in_rockets | Whether the structure can be constructed inside a rocket.
| Boolean | optional |
| Power usage | power_usage | The power required to operate the structure. | String | optional |
| Burst pressure | burst_pressure | The maximum pressure the structure can withstand before breaking. | String | optional |
| Prefab Hash | prefab_hash | The prefab hash for the structure | String | optional |
| Prefab name | prefab_name | The prefab name for the structure | String | optional |
| Place with item | placed_with_item | The item that is used to place the initial stage of the structure. | Page name | optional |
| Place on grid | placed_on_grid | The grid size, the structure is placed on. This should be either "Small Grid", "Large Grid" or "Dynamic".
| String | optional |
| slot_1 | slot_1 | no description | Unknown | optional |
| slot_2 | slot_2 | no description | Unknown | optional |
| slot_0 | slot_0 | no description | Unknown | optional |
| slot_3 | slot_3 | no description | Unknown | optional |
| Stage 1 image | stage_image1 | The image for the construction stage. | File | optional |
| Stage 1 tool | const_with_tool1 | The tool which the stage is constructed with. | Page name | optional |
| Stage 1 item | const_with_item1 | The item required to construct this stage. | Page name | optional |
| Stage 1 deconstruction tool | decon_with_tool1 | The tool which this stage is deconstructed with. | Page name | optional |
| Stage 1 deconstruction item | item_rec1 | The item that the player receives when deconstructing this stage. | Page name | optional |
| Stage 2 image | stage_image2 | The image for the construction stage. | File | optional |
| Stage 2 tool | const_with_tool2 | The tool which the stage is constructed with. | Page name | optional |
| Stage 2 item | const_with_item2 | The item required to construct this stage. | Page name | optional |
| Stage 2 deconstruction tool | decon_with_tool2 | The tool which this stage is deconstructed with. | Page name | optional |
| Stage 2 deconstruction item | item_rec2 | The item that the player receives when deconstructing this stage. | Page name | optional |
| Stage 3 image | stage_image3 | The image for the construction stage. | File | optional |
| Stage 3 tool | const_with_tool3 | The tool which the stage is constructed with. | Page name | optional |
| Stage 3 item | const_with_item3 | The item required to construct this stage. | Page name | optional |
| Stage 3 deconstruction tool | decon_with_tool3 | The tool which this stage is deconstructed with. | Page name | optional |
| Stage 3 deconstruction item | item_rec3 | The item that the player receives when deconstructing this stage. | Page name | optional |
| Stage 4 image | stage_image4 | The image for the construction stage. | File | optional |
| Stage 4 tool | const_with_tool4 | The tool which the stage is constructed with. | Page name | optional |
| Stage 4 item | const_with_item4 | The item required to construct this stage. | Page name | optional |
| Stage 4 deconstruction tool | decon_with_tool4 | The tool which this stage is deconstructed with. | Page name | optional |
| Stage 4 deconstruction item | item_rec4 | The item that the player receives when deconstructing this stage. | Page name | optional |
| Stage 5 image | stage_image5 | The image for the construction stage. | File | optional |
| Stage 5 tool | const_with_tool5 | The tool which the stage is constructed with. | Page name | optional |
| Stage 5 item | const_with_item5 | The item required to construct this stage. | Page name | optional |
| Stage 5 deconstruction tool | decon_with_tool5 | The tool which this stage is deconstructed with. | Page name | optional |
| Stage 5 deconstruction item | item_rec5 | The item that the player receives when deconstructing this stage. | Page name | optional |
| Stage 6 image | stage_image6 | The image for the construction stage. | File | optional |
| Stage 6 tool | const_with_tool6 | The tool which the stage is constructed with. | Page name | optional |
| Stage 6 item | const_with_item6 | The item required to construct this stage. | Page name | optional |
| Stage 6 deconstruction tool | decon_with_tool6 | The tool which this stage is deconstructed with. | Page name | optional |
| Stage 6 deconstruction item | item_rec6 | The item that the player receives when deconstructing this stage. | Page name | optional |
Editing
Most of the template can be edited on the Template:Structurebox page.
The stage sections need to be edited on the Template:Construction stage page.
Blank
This is the blank template code, that can be copy-pasted into a page to use it there.
{{Structurebox
| name =
| image =
| other =
| power_usage =
| burst_pressure =
| prefab_hash =
| prefab_name =
| placed_with_item =
| placed_on_grid =
| paintable =
| constructable_in_rockets =
| stage_image1 =
| const_with_tool1 =
| const_with_item1 =
| decon_with_tool1 =
| item_rec1 =
| stage_image2 =
| const_with_tool2 =
| const_with_item2 =
| decon_with_tool2 =
| item_rec2 =
| stage_image3 =
| const_with_tool3 =
| const_with_item3 =
| decon_with_tool3 =
| item_rec4 =
| stage_image4 =
| const_with_tool4 =
| const_with_item4 =
| decon_with_tool4 =
| item_rec4 =
| stage_image5 =
| const_with_tool5 =
| const_with_item5 =
| decon_with_tool5 =
| item_rec5 =
| stage_image6 =
| const_with_tool6 =
| const_with_item6 =
| decon_with_tool6 =
| item_rec6 =
}}