Template:Crafting Blueprint: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) mNo edit summary |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<h2>Craftable Item</h2> | <h2>Craftable Item</h2> | ||
{{#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|}}} second(s)</p>|<!--false-->}}<!--EoL-->{{#if:{{{itemsrequired|}}}|<!--true-->'''Items Required to Craft'''<br/><p style="margin-left: 1.6em;">{{{itemsrequired|}}}</p>|<!--false-->}}<includeonly>[[Category:Crafting/Products]]</includeonly><noinclude> | |||
<p style="margin-left: 1.6em;">{{{craftedby| | |||
<p style="margin-left: 1.6em;">{{{researchrequired| | |||
<p style="margin-left: 1.6em;">{{{amount| | |||
<p style="margin-left: 1.6em;">{{{craftingtime|< | |||
<p style="margin-left: 1.6em;"> | |||
==Usage== | ==Usage== | ||
Line 17: | Line 8: | ||
|researchrequired=<List of schematics> | |researchrequired=<List of schematics> | ||
|amount=<Number> | |amount=<Number> | ||
|craftingtime=<Number | |craftingtime=<Number> | ||
|itemsrequired=<List of items | |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 | *Any of the attributes can be left out entirely and they will not be displayed. | ||
*Templates adds [[:Category:Crafting/Products]] | *Templates adds [[:Category:Crafting/Products]]. | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 13:02, 7 September 2017
Craftable Item
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.