Difference between revisions of "Structurebox/doc"
From Unofficial Stationeers Wiki
< Template:Structurebox
F1r3w4rr10r (talk | contribs) (Document the "other" parameter) |
(prefab_hash and prefab_name in blank template) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 23: | Line 23: | ||
|- | |- | ||
| power_usage || The power required to operate the structure. | | power_usage || The power required to operate the structure. | ||
+ | |- | ||
+ | | burst_pressure || The maximum pressure the structure can withstand before breaking. | ||
+ | |- | ||
+ | | prefab_hash || The prefab hash for the structure | ||
+ | |- | ||
+ | | prefab_name || The prefab name for the structure | ||
|- | |- | ||
| placed_with_item || The item, that is used to place the initial stage of the structure. | | placed_with_item || The item, that is used to place the initial stage of the structure. | ||
Line 65: | Line 71: | ||
The stage sections need to be edited on the [[Template:Construction stage]] 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. | This is the blank template code, that can be copy-pasted into a page to use it there. | ||
− | {{ | + | <pre style="overflow: auto;" pad="yes">{{Structurebox |
+ | | name = | ||
+ | | image = | ||
+ | | other = | ||
+ | | power_usage = | ||
+ | | burst_pressure = | ||
+ | | prefab_hash = | ||
+ | | prefab_name = | ||
+ | | placed_with_item = | ||
+ | | placed_on_grid = | ||
+ | | 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_rec3 = | ||
+ | }}</pre> | ||
<noinclude>[[Category:Template Documentation]]</noinclude><includeonly>{{sandbox other|| | <noinclude>[[Category:Template Documentation]]</noinclude><includeonly>{{sandbox other|| |
Latest revision as of 14:04, 6 September 2023
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. |
Contents
Summary[edit]
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.
Parameters[edit]
The following, optional parameters can be supplied:
Parameter Name | Description |
---|---|
name | The name of the structure. |
image | An image of the completely built structure. |
other | Any other remarks, that can be placed before the subsections. |
power_usage | The power required to operate the structure. |
burst_pressure | The maximum pressure the structure can withstand before breaking. |
prefab_hash | The prefab hash for the structure |
prefab_name | The prefab name for the structure |
placed_with_item | The item, that is used to place the initial stage of the structure. |
placed_on_grid | The grid size, the structure is placed on. This should be either "Small Grid", "Large Grid" or "Dynamic". |
stage_image1 | The image for the first construction stage. |
const_with_tool1 | The tool, that the next stage is constructed with, from the first stage. |
const_with_item1 | The item, that the next stage is constructed with, from the first stage. |
decon_with_tool1 | The tool, that the first stage is deconstructed with. |
item_rec1 | The item, that the player receives, on deconstructing the first stage. |
stage_image2 | The image for the second construction stage. |
const_with_tool2 | The tool, that the next stage is constructed with, from the second stage. |
const_with_item2 | The item, that the next stage is constructed with, from the second stage. |
decon_with_tool2 | The tool, that the second stage is deconstructed with. |
item_rec2 | The item, that the player receives, on deconstructing the second stage. |
stage_image3 | The image for the third construction stage. |
const_with_tool3 | The tool, that the next stage is constructed with, from the third stage. |
const_with_item3 | The item, that the next stage is constructed with, from the third stage. |
decon_with_tool3 | The tool, that the third stage is deconstructed with. |
item_rec3 | The item, that the player receives, on deconstructing the third stage. |
Editing[edit]
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[edit]
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 = | 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_rec3 = }}