Template:Crafting Ingredient/0.5: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h2>Ingredient</h2>
<h2>Ingredient</h2>
;Used to Cook
;Used to Cook
<p style="margin-left: 1.6em;">{{{usedtocook|<Information Missing>}}}{{#if:{{{usedtocook|}}}||[[Category:Missing_information]]}}</p>
<p style="margin-left: 1.6em;">{{{usedtocook|<Information Missing>}}}{{#if:{{{usedtocook|}}}||<includeonly>[[Category:Missing_information]]</includeonly>}}</p><!--
;Used in Research
-->{{#if:{{{usedinresearch|}}}|'''Used in Research'''
<p style="margin-left: 1.6em;">{{{usedinresearch|None}}}[[Category:Food]]</p>{{#if:{{{usedtocreate|}}}|;Used to Create
<p style="margin-left: 1.6em;">{{{usedinresearch}}}</p>|}}<!--
-->{{#if:{{{usedtocreate|}}}|'''Used to Create'''
<p style="margin-left: 1.6em;">{{{usedtocreate}}}</p>|}}<noinclude>
<p style="margin-left: 1.6em;">{{{usedtocreate}}}</p>|}}<noinclude>


Line 9: Line 10:
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>
<pre>
{{Crafting_Ingredient
{{Crafting_Ingredient/0.5
|usedtocook=<Links to foods?>
|usedtocook=<Links to foods?>
|usedinresearch=<Links to schematics>
|usedinresearch=<Links to schematics>
Line 15: Line 16:
}}</pre>
}}</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 with a ? will show that information is missing.
*Any of the attributes can be left out entirely and they will not be displayed. Items with a ? will show that information is missing.
[[Category:Templates]]</noinclude>
*Templates adds [[:Category:Missing_information]] conditionally.
[[Category:Templates/0.5]]</noinclude>

Latest revision as of 14:56, 27 January 2018

Ingredient

Used to Cook

<Information Missing>

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.

{{Crafting_Ingredient/0.5
|usedtocook=<Links to foods?>
|usedinresearch=<Links to schematics>
|usedtocreate=<Links to items>
}}
  • The code above can be pasted into your page and edited.
  • Any of the attributes can be left out entirely and they will not be displayed. Items with a ? will show that information is missing.
  • Templates adds Category:Missing_information conditionally.