Template:Resource/0.5: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) (Create Page Blank) |
CptTwinkie (talk | contribs) mNo edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<h2>Resource</h2> | |||
;Used to Build | |||
<p style="margin-left: 1.6em;">{{{usedtobuild|None}}}</p> | |||
;Used to Craft | |||
<p style="margin-left: 1.6em;">{{{usedtocraft|None}}}</p> | |||
;Used in Research | |||
<p style="margin-left: 1.6em;">{{{usedinresearch|None}}}</p>{{#if:{{{requiredtools|}}}|;Gathered by Tools<br/> | |||
<p style="margin-left: 1.6em;">{{{requiredtools}}}</p>|}}<includeonly>[[Category:Resources]]</includeonly><noinclude> | |||
==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. | |||
<pre> | |||
{{Resource | |||
|usedtobuild=<Links to blocks> | |||
|usedtocraft=<Links to items> | |||
|usedinresearch=<Links to schematics> | |||
|requiredtools=<Links to tools> | |||
}}</pre> | |||
*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. | |||
[[Category:Templates/0.5]]</noinclude> |
Latest revision as of 15:24, 19 January 2018
Resource
- Used to Build
None
- Used to Craft
None
- Used in Research
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 |usedtobuild=<Links to blocks> |usedtocraft=<Links to items> |usedinresearch=<Links to schematics> |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.