Template:Crafting Blueprint: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
-->{{#if:{{{craftingtime|}}}|<!--TRUE-->'''Crafting Time'''<br/><p style="margin-left: 1.6em;">{{{craftingtime|}}}&nbsp;second(s)</p>}}<!--
-->{{#if:{{{craftingtime|}}}|<!--TRUE-->'''Crafting Time'''<br/><p style="margin-left: 1.6em;">{{{craftingtime|}}}&nbsp;second(s)</p>}}<!--


-->{{#if:{{#pos:{{{craftedby|Player}}}|}}|<!--TRUE-->[[Category:Crafted By Player]]}}<!--
-->{{#if:{{#pos:{{{craftedby}}}|Player}}|<!--TRUE-->[[Category:Crafted By Player]]}}<!--
-->{{#if:{{#pos:{{{craftedby|Campfire}}}|}}|<!--TRUE-->[[Category:Crafted By Campfire]]}}<!--
-->{{#if:{{#pos:{{{craftedby}}}|Campfire}}|<!--TRUE-->[[Category:Crafted By Campfire]]}}<!--
-->{{#if:{{#pos:{{{craftedby|Oven}}}|}}|<!--TRUE-->[[Category:Crafted By Oven]]}}<!--
-->{{#if:{{#pos:{{{craftedby}}}|Oven}}|<!--TRUE-->[[Category:Crafted By Oven]]}}<!--


-->[[Category:Crafting/Products]]</includeonly><noinclude>
-->[[Category:Crafting/Products]]</includeonly><noinclude>

Revision as of 13:35, 16 April 2018

Usage

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

{{Crafting_Blueprint
|hideheading=<True to hide the heading>
|recipenumber=<Number when more than one recipe>
|craftedby=<Player/Block/Toolhead>
|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 be ignored or not displayed at all.
  • Templates adds Category:Crafting/Products.

ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.