Template:Crafting Blueprint: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
m (Added description)
m (Updated indentation and usage)
Line 1: Line 1:
<h2>Craftable Item</h2>
<h2>Craftable Item</h2>
;Crafted by Block or Player
;Crafted by Block or Player
: {{{craftedby|Player}}}
<p style="margin-left: 1.6em;">{{{craftedby|Player}}}</p>
;Research Required to Craft
;Research Required to Craft
: {{{researchrequired|None}}}
<p style="margin-left: 1.6em;">{{{researchrequired|None}}}</p>
;Items Required to Craft
;Items Required to Craft
: {{{itemsrequired|<Information Missing>}}}<noinclude>
<p style="margin-left: 1.6em;">{{{itemsrequired|<Information Missing>}}}</p><noinclude>


==Usage==
==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.
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.
<pre>{{Crafting_Blueprint|craftedby=<Player or name of block>|researchrequired=<List of schematics>|itemsrequired=<List of items?>}}</pre>
<pre>{{Crafting_Blueprint
|craftedby=<Player or name of block>
|researchrequired=<List of schematics>
|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 23:31, 4 March 2017

Craftable Item

Crafted by Block or Player

Player

Research Required to Craft

None

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>
|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.