Template:Stat Effects/0.5: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<h2>Consumable</h2>
<h2>Consumable</h2>
;Amount of Health Given
<div style="display: inline-block; width:90px;">
<p style="margin-left: 1.6em;">{{{health|None}}}</p>
<b>Health:</b><br/>
;Amount of Stamina Given
<b>Stamina:</b><br/>
<p style="margin-left: 1.6em;">{{{stamina|None}}}</p>
<b>Food:</b>
;Amount of Food Given
</div><div style="display: inline-block;">
<p style="margin-left: 1.6em;">{{{food|None}}}</p><noinclude>
{{{health|None}}}<br/>
{{{stamina|None}}}<br/>
{{{food|None}}}
</div>
<noinclude>


==Usage==
==Usage==

Revision as of 11:59, 19 July 2017

Consumable

Health:
Stamina:
Food:

None
None
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>}}
  • 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.