Template:Block: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<h2>Block Information</h2>
<h2>Block Information</h2>
;Size
;Size
<p style="margin-left: 1.6em;">{{{size|<Information Missing>[[Category:Missing_information]]}}}</p>
<p style="margin-left: 1.6em;">{{{size|<Information Missing>}}}{{#if:{{{size|}}}||[[Category:Missing_information]]}}</p>
;Dimensions
;Dimensions
<p style="margin-left: 1.6em;">{{{dims|1 x 1 x 1}}}</p>
<p style="margin-left: 1.6em;">{{{dims|1 x 1 x 1}}}</p>
;Material
;Material
<p style="margin-left: 1.6em;">{{{material|<Information Missing>[[Category:Missing_information]]}}}</p>
<p style="margin-left: 1.6em;">{{{material|<Information Missing>}}}{{#if:{{{material|}}}||[[Category:Missing_information]]}}</p>
;Research Required to Build
;Research Required to Build
<p style="margin-left: 1.6em;">{{{researchtobuild|None}}}</p>
<p style="margin-left: 1.6em;">{{{researchtobuild|None}}}</p>
;Items Required to Build
;Items Required to Build
<p style="margin-left: 1.6em;">{{{itemsrequired|<Information Missing>[[Category:Missing_information]]}}}</p><noinclude>
<p style="margin-left: 1.6em;">{{{itemsrequired|<Information Missing>}}}{{#if:{{{itemsrequired|}}}||[[Category:Missing_information]]}}</p><noinclude>


==Usage==
==Usage==

Revision as of 14:27, 19 July 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.