Template:Consumables: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
<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>   
<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>   
<div style="padding: 0em 1em;">  
<div style="padding: 0em 1em;">  
<center>[[Image:{{{image}}}|120px]] <br>
<center>[[Image:{{{image}}}|120px]]
<small>
<small>
{{#ifexpr:{{{hunger|0}}}<>0|'''Hunger:''' {{{hunger}}}|}}
{{#ifexpr:{{{hunger|0}}}<>0|'''Hunger:''' {{{hunger}}}|}}
Line 26: Line 26:
Hunger
Hunger


boredom<BR>
boredom
stress<BR>
 
happiness<BR>
stress
 
happiness


Example usage in a page:
Example usage in a page:
{{Consumables2
|name = Test
|image = Template-info.png
|hunger = -20
|weight = 0.2
|happiness = -10
}}


  <nowiki>{{</nowiki>Consumables2
  <nowiki>{{</nowiki>Consumables2

Revision as of 04:28, 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
}}