Difference between revisions of "Construction stage/doc"
From Unofficial Stationeers Wiki
< Template:Construction stage
F1r3w4rr10r (talk | contribs) (Add the blank template code) |
F1r3w4rr10r (talk | contribs) (Reformat blank code) |
||
Line 29: | Line 29: | ||
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">{{Construction stage | <pre style="overflow: auto;" pad="yes">{{Construction stage | ||
− | | number = | + | | number = |
− | | image = | + | | image = |
| const_with_tool = | | const_with_tool = | ||
| const_with_item = | | const_with_item = | ||
| decon_with_tool = | | decon_with_tool = | ||
− | | item_rec = | + | | item_rec = |
}}</pre> | }}</pre> | ||
Latest revision as of 11:23, 16 July 2018
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[edit]
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[edit]
The following, optional parameters can be supplied:
Parameter Name | Description |
---|---|
number | The stage number, that will be used in the title of the box. |
image | An image of the build stage. |
const_with_tool | The tool, that the next stage is constructed with. |
const_with_item | The item, that the next stage is constructed with. |
decon_with_tool | The tool, that the stage is deconstructed with. |
item_rec | The item, that the player receives, on stage deconstruction. |
Blank[edit]
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 = }}