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 6: | Line 6: | ||
;Amount of Item Produced | ;Amount of Item Produced | ||
<p style="margin-left: 1.6em;">{{{amount|1}}}</p> | <p style="margin-left: 1.6em;">{{{amount|1}}}</p> | ||
;Time Required to Craft | |||
<p style="margin-left: 1.6em;">{{{craftingtime|<Information Missing>[[Category:Missing_information]]}}}</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>}}}[[Category:Missing_information]]</p><noinclude> | ||
==Usage== | ==Usage== | ||
Line 15: | Line 17: | ||
|researchrequired=<List of schematics> | |researchrequired=<List of schematics> | ||
|amount=<Number> | |amount=<Number> | ||
|craftingtime=<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, 19 July 2017
Craftable Item
- Crafted by Block or Player
Player
- Research Required to Craft
None
- Amount of Item Produced
1
- Time Required to Craft
<Information Missing>
- 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> |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 use their default value. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.