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

From ParadoxWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
<b>Type:</b> [[:Category:{{{category}}}|{{{type}}}]]<br>
 
<b>Type:</b> [[:Category:{{{category}}}|{{{type}}}]]<br>
 
<b>Defence:</b> {{{defence}}}<br>
 
<b>Defence:</b> {{{defence}}}<br>
<b>Cost of TP on use:</b> {{{costofTPonuse}}}<br>
 
<b>Damage Type:</b> {{{damagetype}}}<br>
 
 
<b>Autosell value:</b> {{{autosell}}}<br>
 
<b>Autosell value:</b> {{{autosell}}}<br>
  
Line 27: Line 25:
 
  |type=''text''
 
  |type=''text''
 
  |defence=''value''
 
  |defence=''value''
|costofTPonuse=''value''
 
|damagetype=''value''
 
 
  |autosell=''value''
 
  |autosell=''value''
 
  |discarded=''Can|Cannot''
 
  |discarded=''Can|Cannot''
Line 48: Line 44:
 
|type=shirt
 
|type=shirt
 
|defence=10
 
|defence=10
|costofTPonuse=?
 
|damagetype=?
 
 
|autosell=20
 
|autosell=20
 
|discarded=Cannot
 
|discarded=Cannot

Revision as of 14:34, 9 December 2008

This template is to be used at the top of an equipment item article.

Usage

{{Summary/Items/Equipment
|imagename=filename
|description=text
|category=text
|type=text
|defence=value
|autosell=value
|discarded=Can|Cannot
|autosold=Can|Cannot
|traded=Can|Cannot
|stored=Can|Cannot
|outfitname=outfitname
|plural=text
|bonus=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/Equipment |imagename=Blueshirt.png |description=This is some kind of nice item description |category=Shirts |type=shirt |defence=10 |autosell=20 |discarded=Cannot |autosold=Can |traded=Can |stored=Can |outfitname=outfitname |plural=itemnames |bonus=makes stuff wibbly-wobbly }} yields:
Blueshirt.png

This is some kind of nice item description

Type: shirt
Defence: 10
Autosell value: 20

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

Outfit name: outfitname

Plural: itemnames
Bonus: makes stuff wibbly-wobbly

Further Examples