Template:Crafting Blueprint: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
m (Updated indentation and usage)
mNo edit summary
Line 4: Line 4:
;Research Required to Craft
;Research Required to Craft
<p style="margin-left: 1.6em;">{{{researchrequired|None}}}</p>
<p style="margin-left: 1.6em;">{{{researchrequired|None}}}</p>
;Amount of Item Produced
<p style="margin-left: 1.6em;">{{{amount|1}}}</p>
;Items Required to Craft
;Items Required to Craft
<p style="margin-left: 1.6em;">{{{itemsrequired|<Information Missing>}}}</p><noinclude>
<p style="margin-left: 1.6em;">{{{itemsrequired|<Information Missing>}}}</p><noinclude>
Line 12: Line 14:
|craftedby=<Player or name of block>
|craftedby=<Player or name of block>
|researchrequired=<List of schematics>
|researchrequired=<List of schematics>
|amount=<Number>
|itemsrequired=<List of items?>}}</pre>
|itemsrequired=<List of 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 13:38, 3 April 2017

Craftable Item

Crafted by Block or Player

Player

Research Required to Craft

None

Amount of Item Produced

1

Items Required to Craft

<Information Missing>

Usage

The Crafting Blueprint is meant to be used by the items in the crafting menus. This includes items in player crafting, the crafting table, and the research table.

{{Crafting_Blueprint
|craftedby=<Player or name of block>
|researchrequired=<List of schematics>
|amount=<Number>
|itemsrequired=<List of 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.