Difference between revisions of "Template:ItemInfo"

From OBEY wiki
Jump to: navigation, search
m (doc edit)
(added weight parameter)
 
Line 12: Line 12:
 
<span style="border-bottom:1px dotted" title="If item is explosive">'''Volatile:'''</span> {{{volatile}}}<br/>
 
<span style="border-bottom:1px dotted" title="If item is explosive">'''Volatile:'''</span> {{{volatile}}}<br/>
 
<span style="border-bottom:1px dotted" title="Score change when placed in Feed Box">'''Score:'''</span> {{{score}}}¢<br/>
 
<span style="border-bottom:1px dotted" title="Score change when placed in Feed Box">'''Score:'''</span> {{{score}}}¢<br/>
 +
<span style="border-bottom:1px dotted" title="Effect on Dropship imbalance">'''Weight:'''</span> {{{weight}}}<br/>
 
|}
 
|}
 
|}</includeonly>
 
|}</includeonly>
Line 32: Line 33:
 
| volatile = No
 
| volatile = No
 
| score = +300
 
| score = +300
 +
| weight = 130
 
}}
 
}}
 
Example:
 
Example:
Line 42: Line 44:
 
| volatile =
 
| volatile =
 
| score =  
 
| score =  
 +
| weight =
 
}}</nowiki>
 
}}</nowiki>
 
</noinclude>
 
</noinclude>

Latest revision as of 10:03, 2 May 2015


Item Name
Item Item Name dropped.jpg

Price: 100¢
Autopay: Yes
Placeable: No
Volatile: No
Score: +300¢
Weight: 130


Example:

{{ItemInfo
| name =
| price = 
| autopay = 
| placeable = 
| volatile =
| score = 
| weight =
}}