Template:Resource/0.5: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
m (Added tools)
mNo edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h2>Resource</h2>
<h2>Resource</h2>
;Biome
;Used to Build
: {{{biome|All}}}
<p style="margin-left: 1.6em;">{{{usedtobuild|None}}}</p>
;Used to Create
;Used to Craft
: {{{usedtocreate|None}}}
<p style="margin-left: 1.6em;">{{{usedtocraft|None}}}</p>
;Used to Craft or Cook
: {{{usedtocraft|None}}}
;Used in Research
;Used in Research
: {{{usedinresearch|None}}}
<p style="margin-left: 1.6em;">{{{usedinresearch|None}}}</p>{{#if:{{{requiredtools|}}}|;Gathered by Tools<br/>
;Research Required to Create
<p style="margin-left: 1.6em;">{{{requiredtools}}}</p>|}}<includeonly>[[Category:Resources]]</includeonly><noinclude>
: {{{researchrequired|None}}}
 
;Items required to Create
==Usage==
: {{{itemsrequired|None}}}
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.
;Gathered by Tools
<pre>
: {{{requiredtools|None}}}
{{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.