Template:Block: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
(Added dimensions)
m (Updated indentation)
Line 1: Line 1:
<h2>Block Information</h2>
<h2>Block Information</h2>
;Size
;Size
: {{{size|<Information Missing>}}}
<p style="margin-left: 1.6em;">{{{size|<Information Missing>}}}</p>
;Dimensions
;Dimensions
: {{{dims|1 x 1 x 1}}}
<p style="margin-left: 1.6em;">{{{dims|1 x 1 x 1}}}</p>
;Material
;Material
: {{{material|<Information Missing>}}}
<p style="margin-left: 1.6em;">{{{material|<Information Missing>}}}</p>
;Research Required to Build
;Research Required to Build
: {{{researchtobuild|None}}}
<p style="margin-left: 1.6em;">{{{researchtobuild|None}}}</p>
;Items Required to Build
;Items Required to Build
: {{{itemsrequired|<Information Missing>}}}<noinclude>
<p style="margin-left: 1.6em;">{{{itemsrequired|<Information Missing>}}}</p><noinclude>


==Usage==
==Usage==
The Block template is meant to be used for any block.
The Block template is meant to be used for any block.
<pre>{{Block|size=<Large or Small?>|dims=<X x Y x Z>|material=<Material Block is made from?>|researchtobuild=<Links to research>|itemsrequired=<links to items?>}}</pre>
<pre>{{Block
|size=<Large or Small?>
|dims=<X x Y x Z>
|material=<Material Block is made from?>
|researchtobuild=<Links to research>
|itemsrequired=<links to items?>}}</pre>
*The code above can be pasted into your page and edited.
*The code above can be pasted into your page and edited.
*Any of the attributes can be left out entirely and they will use their default value. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
*Any of the attributes can be left out entirely and they will use their default value. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 23:27, 4 March 2017

Block Information

Size

<Information Missing>

Dimensions

1 x 1 x 1

Material

<Information Missing>

Research Required to Build

None

Items Required to Build

<Information Missing>

Usage

The Block template is meant to be used for any block.

{{Block
|size=<Large or Small?>
|dims=<X x Y x Z>
|material=<Material Block is made from?>
|researchtobuild=<Links to research>
|itemsrequired=<links to items?>}}
  • The code above can be pasted into your page and edited.
  • Any of the attributes can be left out entirely and they will use their default value. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.