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

From ParadoxWiki
Jump to navigation Jump to search
(New page: <includeonly><center>[[Image:{{{imagename}}}]]</center> {{{description}}} <b>Type:</b> food<br> <b>Autosell value:</b> {{{autosell}}}<br> <b>Turns on use:</b> {{{turns...)
 
Line 3: Line 3:
 
{{{description}}}
 
{{{description}}}
  
<b>Type:</b> [[:Category:Food|food]]<br>
+
<b>Type:</b> [[:Category:Special Items|special item]]<br>
 
<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>

Revision as of 23:20, 16 May 2008

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

Usage

{{Summary/Items/Special
|imagename=filename
|description=text
|autosell=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/Special |imagename=Artharden.png |description=This is some kind of nice item description |autosell=20 |discarded=Cannot |autosold=Can |traded=Can |stored=Can |plural=itemnames }} yields:
Artharden.png

This is some kind of nice item description

Type: special item
Autosell value: {{{autosell}}}
Turns on use: {{{turnsonuse}}}
Fullness: 1

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

Plural: itemnames

Further Examples