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

From ParadoxWiki
Jump to navigation Jump to search
Line 14: Line 14:
 
This template is to be used in the description section of a [[food]] item.
 
This template is to be used in the description section of a [[food]] item.
  
To see how to use the template on a page, edit the Description section of the page [[Artery Hardener]].
+
==Usage==
 +
<nowiki>{</nowiki>{Summary/Items/Food
 +
|description=''text''
 +
|autosell=''value''
 +
|turnsonuse=''value''
 +
|fullness=''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.
 +
 
 +
:<code><nowiki>{{Summary/Items/Food
 +
|description=This is some kind of nice item description
 +
|autosell=20
 +
|turnsonuse=2
 +
|fullness=1
 +
|discarded=Cannot
 +
|autosold=Can
 +
|traded=Can
 +
|stored=Can
 +
|plural=itemnames
 +
}}</nowiki></code> yields:
 +
 
 +
{{Summary/Items/Food
 +
|description=This is some kind of nice item description
 +
|autosell=20
 +
|turnsonuse=2
 +
|fullness=1
 +
|discarded=Cannot
 +
|autosold=Can
 +
|traded=Can
 +
|stored=Can
 +
|plural=itemnames
 +
}}
 +
 
 +
[[Category: Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 04:19, 20 April 2008

This template is to be used in the description section of a food item.

Usage

{{Summary/Items/Food
|description=text
|autosell=value
|turnsonuse=value
|fullness=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/Food |description=This is some kind of nice item description |autosell=20 |turnsonuse=2 |fullness=1 |discarded=Cannot |autosold=Can |traded=Can |stored=Can |plural=itemnames }} yields:

This is some kind of nice item description

Type: food
Autosell value: 20
Turns on use: 2
Fullness: 1

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

Plural: itemnames