Template:Stat Effects/0.5: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
m (Updated indentation and usage)
Line 1: Line 1:
<h2>Consumable</h2>
<h2>Consumable</h2>
;Amount of Health Given
;Amount of Health Given
: {{{health|None}}}
<p style="margin-left: 1.6em;">{{{health|None}}}</p>
;Amount of Stamina Given
;Amount of Stamina Given
: {{{stamina|None}}}
<p style="margin-left: 1.6em;">{{{stamina|None}}}</p>
;Amount of Food Given
;Amount of Food Given
: {{{food|None}}}
<p style="margin-left: 1.6em;">{{{food|None}}}</p>
;Research Required to Create
;Research Required to Create
: {{{researchrequired|None}}}
<p style="margin-left: 1.6em;">{{{researchrequired|None}}}</p>
;Resources Required to Create
;Resources Required to Create
: {{{resourcesrequired|None}}}<noinclude>
<p style="margin-left: 1.6em;">{{{resourcesrequired|None}}}</p><noinclude>


==Usage==
==Usage==
The Consumable Food template is meant to be used for any inventory item that can be consumed and will provide a stat modification. This includes all foods as well as bandages.
The Consumable Food template is meant to be used for any inventory item that can be consumed and will provide a stat modification. This includes all foods as well as bandages.
<pre>{{Consumable_Food|health=<Hit points>|stamina=<Stamina Points>|food=<Food points>|researchrequired=<Links to schematics>|resourcesrequired=<Links to resources>}}</pre>
<pre>{{Consumable_Food
|health=<Hit points>
|stamina=<Stamina Points>
|food=<Food points>
|researchrequired=<Links to schematics>
|resourcesrequired=<Links to resources>}}</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:29, 4 March 2017

Consumable

Amount of Health Given

None

Amount of Stamina Given

None

Amount of Food Given

None

Research Required to Create

None

Resources Required to Create

None

Usage

The Consumable Food template is meant to be used for any inventory item that can be consumed and will provide a stat modification. This includes all foods as well as bandages.

{{Consumable_Food
|health=<Hit points>
|stamina=<Stamina Points>
|food=<Food points>
|researchrequired=<Links to schematics>
|resourcesrequired=<Links to resources>}}
  • 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.