Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Construction stage/doc: Difference between revisions

Template page
Create the Construction stage template documentation
 
Add the blank template code
Line 26: Line 26:
|}
|}


<!-- The below does not work, unless we install the "Parameters" Mediawiki module -->
== Blank ==
<!-- == 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.
{{subst:#tag:pre|{{subst:Parameters|code|base={{subst:BASEPAGENAME}}}}|style=overflow: auto;|pad=yes}} -->
<pre style="overflow: auto;" pad="yes">{{Construction stage
| number =
| image =
| const_with_tool =
| const_with_item =  
| decon_with_tool =  
| item_rec =  
}}</pre>


<noinclude>[[Category:Template Documentation]]</noinclude><includeonly>{{sandbox other||
<noinclude>[[Category:Template Documentation]]</noinclude><includeonly>{{sandbox other||

Revision as of 17:18, 16 July 2018

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

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

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