Template:Consumables: Difference between revisions

From PZwiki
(Undo revision 15583 by ZombieLawnGnome (talk))
(Undo revision 15582 by ZombieLawnGnome (talk))
Line 1: Line 1:
<table border=0 cellspacing=10 style="float:right; clear:right; valign=top;">
<table border=0 cellspacing=10 style="float:right; clear:right; valign=top;"> <tr> <td style="background: #f7f7f7; border: 1px solid #ccc; vertical-align: top; width:180px;"> <div style="margin: 5px; background: #3E3E3E; padding: 5px; font-weight: bold; text-align: center; font-size: 120%; color:#ffffff;"><div style="float: right;"></div> {{#ifeq:{{{name|x}}}|x|{{PAGENAME}}|{{{name}}} }} </div>   
  <tr>
<div style="padding: 0em 1em;">  
    <td style="background: #f7f7f7; border: 1px solid #ccc; vertical-align: top; width:180px;">
<center>[[Image:{{{image}}}|120px]]
      <div style="margin: 5px; background: #3E3E3E; padding: 5px; font-weight: bold; text-align: center; font-size: 120%; color:#ffffff;"> {{#ifeq:{{{name|x}}}|x|{{PAGENAME}}|{{{name}}} }}
<small>
      </div>   
{{#ifexpr:{{{hunger|0}}}<>0|'''Hunger:''' {{{hunger}}}|}}
      <div style="padding: 0em 1em;">  
'''Weight:''' {{{weight}}}
        <center>[[Image:{{{image}}}|120px]]
{{#ifexpr:{{{boredom|0}}}<>0|'''Boredom Change:''' {{{boredom}}}|}}
        <small>
{{#ifexpr:{{{stress|0}}}<>0|'''Stress Change:''' {{{stress}}}|}}
        {{#ifexpr:{{{hunger|0}}}<>0|'''Hunger:''' {{{hunger}}}|}}
{{#ifexpr:{{{happiness|0}}}<>0|'''Happiness Change:''' {{{happiness}}}|}}
        '''Weight:''' {{{weight}}}
</small>
        {{#ifexpr:{{{boredom|0}}}<>0|'''Boredom Change:''' {{{boredom}}}|}}
 
        {{#ifexpr:{{{stress|0}}}<>0|'''Stress Change:''' {{{stress}}}|}}
</center>
        {{#ifexpr:{{{happiness|0}}}<>0|'''Happiness Change:''' {{{happiness}}}|}}
</div>   
        </small>
</td></tr></table>
      </div>   
    </td>
  </tr>
</table>





Revision as of 04:37, 3 December 2013

Consumables
[[Image:{{{image}}}|120px]]

Weight: {{{weight}}}




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

Weight [required]

Image [required]

Hunger

boredom

stress

happiness

Example usage in a page:

{{Consumables2
|name = Test 
|image = Template-info.png
|hunger = -20 
|weight = 0.2
}}