Template:Crafting Blueprint: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
m (Undo revision 6697 by CptTwinkie (talk))
mNo edit summary
Line 1: Line 1:
<includeonly><h2>Craftable Item</h2><br/>{{#if:{{{craftedby|}}}|<!--true-->'''Crafted by Block or Player'''<br/><p style="margin-left: 1.6em;">{{{craftedby|}}}</p>|<!--false-->}}<!--EoL-->{{#if:{{{researchrequired|}}}|<!--true-->'''Research Required to Craft'''<br/><p style="margin-left: 1.6em;">{{{researchrequired|}}}</p>|<!--false-->}}<!--EoL-->{{#if:{{{amount|}}}|<!--true-->'''Amount of Item Produced'''<br/><p style="margin-left: 1.6em;">{{{amount|}}} item(s)</p>|<!--false-->}}<!--EoL-->{{#if:{{{craftingtime|}}}|<!--true-->'''Time Required to Craft'''<br/><p style="margin-left: 1.6em;">{{{craftingtime|}}}&nbsp;second(s)</p>|<!--false-->}}<!--EoL-->{{#if:{{{itemsrequired|}}}|<!--true-->'''Items Required to Craft'''<br/><p style="margin-left: 1.6em;">{{{itemsrequired|}}}</p>|<!--false-->}}[[Category:Crafting/Products]]</includeonly><noinclude>
<includeonly><h2>Craftable Item</h2><br/><!--EoL-->{{#if:{{{craftedby|}}}|<!--TRUE-->'''Crafted by Block or Player'''<br/><p style="margin-left: 1.6em;">{{{craftedby}}}</p>}}<!--EoL-->{{#if:{{{researchrequired|}}}|<!--TRUE-->'''Research Required to Craft'''<br/><p style="margin-left: 1.6em;">{{{researchrequired}}}</p>}}<!--EoL-->{{#if:{{{amount|}}}|<!--TRUE-->'''Amount of Item Produced'''<br/><p style="margin-left: 1.6em;">{{{amount}}}&nbsp;item(s)</p>}}<!--EoL-->{{#if:{{{craftingtime|}}}|<!--TRUE-->'''Time Required to Craft'''<br/><p style="margin-left: 1.6em;">{{{craftingtime|}}}&nbsp;second(s)</p>}}<!--EoL-->{{#if:{{{itemsrequired|}}}|<!--TRUE-->'''Items Required to Craft'''<br/><p style="margin-left: 1.6em;">{{{itemsrequired}}}</p>}}<!--EoL-->[[Category:Crafting/Products]]</includeonly><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.

Revision as of 16:30, 13 September 2017

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>
|craftingtime=<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 not be displayed.
  • Templates adds Category:Crafting/Products.