Template:Stat Effects/0.5: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
(Added usage and category)
mNo edit summary
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h2>Consumable: Food</h2>
===Stat Effects===
;Amount of Health Given
{| style="border: 1px solid rgb(183,143,81); background: rgba(80,60,30,0.4);"
: {{{health|None}}}
|-
;Amount of Stamina Given
| style="padding-left: 0.5em; padding-right: 0.5em;" | Health || style="background: rgba(255,80,80,0.6); padding-right: 8em;"|  ||style="padding-left: 1em; padding-right: 1em; text-align: center;" | {{{health|None}}}
: {{{stamina|None}}}
|-
;Amount of Food Given
| style="padding-left: 0.5em; padding-right: 0.5em;" | Stamina || style="background: rgba(255,255,255,0.8);" | || style="padding-left: 1em; padding-right: 1em; text-align: center;" | {{{stamina|None}}}
: {{{food|None}}}
|-
;Research Required to Create
| style="padding-left: 0.5em; padding-right: 0.5em;" | Food || style="background: rgba(80,255,80,0.6);" | || style="padding-left: 1em; padding-right: 1em; text-align: center;" | {{{food|None}}}
: {{{researchrequired|None}}}
|}<noinclude>
;Resources Required to Create
: {{{resourcesrequired|None}}}<noinclude>


==Usage==
==Usage==
<pre>
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>}}
<pre>{{Stat_Effects
</pre>
|health=<Hit points>
 
|stamina=<Stamina Points>
|food=<Food points>
}}</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.
*Any of the attributes can be left out entirely and they will use their default value.
[[Category:Templates]]</noinclude>
{{:Template Ordering}}
[[Category:Templates/0.5]]</noinclude>

Latest revision as of 19:12, 19 July 2022

Stat Effects

Health None
Stamina None
Food 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.

{{Stat_Effects
|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.

ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.