Difference between revisions of "Template:Summary/Items/Drink"

From ParadoxWiki
Jump to navigation Jump to search
(added intoxication to the template)
 
Line 6: Line 6:
 
<b>Autosell value:</b> {{{autosell}}}<br>
 
<b>Autosell value:</b> {{{autosell}}}<br>
 
<b>Turns on use:</b> {{{turnsonuse}}}<br>
 
<b>Turns on use:</b> {{{turnsonuse}}}<br>
 +
<b>Intoxication on use:</b> {{{intoxication}}}<br>
 
<b>Bladder:</b> {{{bladder}}}<br>
 
<b>Bladder:</b> {{{bladder}}}<br>
  
Line 22: Line 23:
 
  |autosell=''value''
 
  |autosell=''value''
 
  |turnsonuse=''value''
 
  |turnsonuse=''value''
 +
|intoxication=''value''
 
  |bladder=''value''
 
  |bladder=''value''
 
  |discarded=''Can|Cannot''
 
  |discarded=''Can|Cannot''
Line 38: Line 40:
 
|autosell=20
 
|autosell=20
 
|turnsonuse=2
 
|turnsonuse=2
 +
|intoxication=0
 
|bladder=1
 
|bladder=1
 
|discarded=Cannot
 
|discarded=Cannot
Line 51: Line 54:
 
|autosell=20
 
|autosell=20
 
|turnsonuse=2
 
|turnsonuse=2
 +
|intoxication=0
 
|bladder=1
 
|bladder=1
 
|discarded=Cannot
 
|discarded=Cannot

Latest revision as of 02:34, 27 March 2011

This template is to be used at the top of a drink item article.

Usage

{{Summary/Items/Drink
|imagename=filename
|description=text
|autosell=value
|turnsonuse=value
|intoxication=value
|bladder=value
|discarded=Can|Cannot
|autosold=Can|Cannot
|traded=Can|Cannot
|stored=Can|Cannot
|plural=text
}}

Examples

Sorry about the format of this, still an issue to work out. Paramaters are easier to read if listed on separate lines as shown above.

{{Summary/Items/Drink |imagename=Canpfeff.png |description=This is some kind of nice item description |autosell=20 |turnsonuse=2 |intoxication=0 |bladder=1 |discarded=Cannot |autosold=Can |traded=Can |stored=Can |plural=bottles of whateverthisitemis }} yields:
Canpfeff.png

This is some kind of nice item description

Type: drink
Autosell value: 20
Turns on use: 2
Intoxication on use: 0
Bladder: 1

Cannot be discarded
Can be autosold
Can be traded
Can be stored

Plural: bottles of whateverthisitemis

Further Examples