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

From ParadoxWiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>{{{description}}}
+
<includeonly><center>[[Image:{{{imagename}}}]]</center>
 +
 
 +
{{{description}}}
  
 
<b>Type:</b> [[lotions and/or potions]]<br>
 
<b>Type:</b> [[lotions and/or potions]]<br>
Line 14: Line 16:
 
==Usage==
 
==Usage==
 
  <nowiki>{</nowiki>{Summary/Items/LotionsAndOrPotions
 
  <nowiki>{</nowiki>{Summary/Items/LotionsAndOrPotions
 +
|imagename=''filename''
 
  |description=''text''
 
  |description=''text''
 
  |autosell=''value''
 
  |autosell=''value''
Line 27: Line 30:
  
 
:<code><nowiki>{{Summary/Items/LotionsAndOrPotions
 
:<code><nowiki>{{Summary/Items/LotionsAndOrPotions
 +
|imagename=Snotblob.png
 
|description=This is some kind of nice item description
 
|description=This is some kind of nice item description
 
|autosell=20
 
|autosell=20
Line 37: Line 41:
  
 
{{Summary/Items/LotionsAndOrPotions
 
{{Summary/Items/LotionsAndOrPotions
 +
|imagename=Snotblob.png
 
|description=This is some kind of nice item description
 
|description=This is some kind of nice item description
 
|autosell=20
 
|autosell=20

Revision as of 08:28, 20 April 2008

This template is to be used at the top of a lotions and/or potions item article.

Usage

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

This is some kind of nice item description

Type: lotions and/or potions
Autosell value: 20

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

Plural: itemnames

Further Examples