Actions

Template

Difference between revisions of "Construction stage"

From Unofficial Stationeers Wiki

(Move image to index 1, Change subheaders to headers)
(Change the headers to data rows)
 
Line 3: Line 3:
 
  | image1  = {{{image|}}}
 
  | image1  = {{{image|}}}
  
  | header10 = {{ #if: {{{const_with_tool|}}}{{{const_with_item|}}} | Next Stage Construction }}
+
  | data10  = {{ #if: {{{const_with_tool|}}}{{{const_with_item|}}} | Next Stage Construction }}
 
  |  label11 = Constructed with tool
 
  |  label11 = Constructed with tool
 
  |  data11  = {{{const_with_tool|}}}
 
  |  data11  = {{{const_with_tool|}}}
Line 9: Line 9:
 
  |  data12  = {{{const_with_item|}}}
 
  |  data12  = {{{const_with_item|}}}
  
  | header20 = {{ #if: {{{decon_with_tool|}}}{{{item_rec|}}} | Deconstruction }}
+
  | data20  = {{ #if: {{{decon_with_tool|}}}{{{item_rec|}}} | Deconstruction }}
 
  |  label21 = Deconstructed with
 
  |  label21 = Deconstructed with
 
  |  data21  = {{{decon_with_tool|}}}
 
  |  data21  = {{{decon_with_tool|}}}

Latest revision as of 13:20, 1 July 2018

Stage

Template documentation[view] [edit] [history] [purge]

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        = 
}}