Template:Resource/0.5: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) m (Added description) |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 15: | Line 15: | ||
==Usage== | ==Usage== | ||
The Resource template is meant to be used by any item that is gathered from the world or used only to create other items/blocks with. This includes logs, stones, and possibly also derived items like ingots and metal parts. | The Resource template is meant to be used by any item that is gathered from the world or used only to create other items/blocks with. This includes logs, stones, and possibly also derived items like ingots and metal parts. | ||
<pre>{{Resource|usedtocreate=<Links to blocks>|usedtocraft=<Links to items>|usedinresearch=<Links to schematics>|researchrequired=<Links to schematics>|itemsrequired=<Links to items>|requiredtools=<Links to tools>}}</pre> | <pre> | ||
{{Resource | |||
|usedtocreate=<Links to blocks> | |||
|usedtocraft=<Links to items> | |||
|usedinresearch=<Links to schematics> | |||
|researchrequired=<Links to schematics> | |||
|itemsrequired=<Links to items> | |||
|requiredtools=<Links to tools>}}</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. | *Any of the attributes can be left out entirely and they will use their default value. | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 23:10, 4 March 2017
Resource
- Used to Create
- None
- Used to Craft or Cook
- None
- Used in Research
- None
- Research Required to Create
- None
- Items required to Create
- None
- Gathered by Tools
- None
Usage
The Resource template is meant to be used by any item that is gathered from the world or used only to create other items/blocks with. This includes logs, stones, and possibly also derived items like ingots and metal parts.
{{Resource |usedtocreate=<Links to blocks> |usedtocraft=<Links to items> |usedinresearch=<Links to schematics> |researchrequired=<Links to schematics> |itemsrequired=<Links to items> |requiredtools=<Links to tools>}}
- 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.