Template:Consumables: Difference between revisions

From PZwiki
m (Gah! Missed two more.)
m (Attempt to fix spacing issues with parameters that are not defined.)
Line 10: Line 10:
[[Image:{{{image}}}|120px]]
[[Image:{{{image}}}|120px]]
<small>
<small>
{{#if:{{{weight|}}}| '''Weight:''' {{{weight}}}| '''Weight:''' unknown }}
{{#if:{{{weight|}}}| '''Weight:''' {{{weight}}}<BR />| '''Weight:''' unknown<BR />}}
 
{{#ifexpr:{{{hunger|0}}}<>0|'''Hunger:''' {{{hunger}}}<BR />|}}
{{#ifexpr:{{{hunger|0}}}<>0|'''Hunger:''' {{{hunger}}}|}}
{{#ifexpr:{{{boredom|0}}}<>0|'''Boredom Change:''' {{{boredom}}}<BR />|}}
 
{{#ifexpr:{{{stress|0}}}<>0|'''Stress Change:''' {{{stress}}}<BR />|}}
{{#ifexpr:{{{boredom|0}}}<>0|'''Boredom Change:''' {{{boredom}}}|}}
{{#ifexpr:{{{unhappiness|0}}}<>0|'''Unhappiness Change:''' {{{unhappiness}}}<BR />|}}
 
{{#ifexpr:{{{stress|0}}}<>0|'''Stress Change:''' {{{stress}}}|}}
 
{{#ifexpr:{{{unhappiness|0}}}<>0|'''Unhappiness Change:''' {{{unhappiness}}}|}}
</small>
</small>



Revision as of 04:07, 4 December 2013

Consumables

[[Image:{{{image}}}|120px]] Weight: unknown





Usage Example: Use this template to add an infobox to a consumable item's page. If a property is not included or is 0, it will not be displayed. Possible properties to add include:

Image [required]

Weight, Hunger, boredom, stress, unhappiness

perishable [true|false] (use 1 for true, 0 for false)

rotten hunger, rotten boredom, rotten stress, rotten unhappiness

code

Example usage in a page:

{{Consumables2 |name = Grapes |image = Item_Grapes.png |hunger = 0 |weight = 0.0 |perishable = 1 |rotten image = Item_GrapesRotten.png |rotten hunger = 0 }}