Template:Resource/0.5: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h2>Resource</h2>
<h2>Resource</h2>
;Used to Create
;Used to Build
<p style="margin-left: 1.6em;">{{{usedtocreate|None}}}</p>
<p style="margin-left: 1.6em;">{{{usedtobuild|None}}}</p>
;Used to Craft
;Used to Craft
<p style="margin-left: 1.6em;">{{{usedtocraft|None}}}</p>
<p style="margin-left: 1.6em;">{{{usedtocraft|None}}}</p>
Line 12: Line 12:
<pre>
<pre>
{{Resource
{{Resource
|usedtocreate=<Links to blocks>
|usedtobuild=<Links to blocks>
|usedtocraft=<Links to items>
|usedtocraft=<Links to items>
|usedinresearch=<Links to schematics>
|usedinresearch=<Links to schematics>
Line 19: Line 19:
*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/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.