Changes

no edit summary
Line 15: Line 15:     
To see how to use the template on a page, edit the Description section of the page [[Doctor Pfeffer]].
 
To see how to use the template on a page, edit the Description section of the page [[Doctor Pfeffer]].
 +
 +
==Usage==
 +
<nowiki>{</nowiki>{Summary/Items/Drink
 +
|description=''text''
 +
|autosell=''value''
 +
|turnsonuse=''value''
 +
|bladder=''value''
 +
|discarded=''Can|Cannot''
 +
|autosold=''Can|Cannot''
 +
|traded=''Can|Cannot''
 +
|stored=''Can|Cannot''
 +
|plural=''text''
 +
}}
 +
 +
==Examples==
 +
:<code><nowiki>{{Summary/Items/Drink
 +
|description=This is some kind of nice item description
 +
|autosell=20
 +
|turnsonuse=2
 +
|bladder=1
 +
|discarded=Cannot
 +
|autosold=Can
 +
|traded=Can
 +
|stored=Can
 +
|plural=bottles of whateverthisitemis
 +
}}</nowiki></code> yields:
 +
 +
{{Summary/Items/Drink
 +
|description=This is some kind of nice item description
 +
|autosell=20
 +
|turnsonuse=2
 +
|bladder=1
 +
|discarded=Cannot
 +
|autosold=Can
 +
|traded=Can
 +
|stored=Can
 +
|plural=bottles of whateverthisitemis
 +
}}
 +
 +
[[Category: Templates]]
 
</noinclude>
 
</noinclude>