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

From ParadoxWiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>{{{description}}}
+
<includeonly><center>[[Image:{{{imagename}}}]]</center>
 +
 
 +
{{{description}}}
  
 
<b>Type:</b> [[{{{type}}}]]<br>
 
<b>Type:</b> [[{{{type}}}]]<br>
Line 16: Line 18:
 
==Usage==
 
==Usage==
 
  <nowiki>{</nowiki>{Summary/Items/Equipment
 
  <nowiki>{</nowiki>{Summary/Items/Equipment
 +
|imagename=''filename''
 
  |description=''text''
 
  |description=''text''
 
  |type=''text''
 
  |type=''text''
Line 32: Line 35:
  
 
:<code><nowiki>{{Summary/Items/Equipment
 
:<code><nowiki>{{Summary/Items/Equipment
 +
|imagename=Blueshirt.png
 
|description=This is some kind of nice item description
 
|description=This is some kind of nice item description
 
|type=thing
 
|type=thing
Line 45: Line 49:
  
 
{{Summary/Items/Equipment
 
{{Summary/Items/Equipment
 +
|imagename=Blueshirt.png
 
|description=This is some kind of nice item description
 
|description=This is some kind of nice item description
 
|type=thing
 
|type=thing

Revision as of 08:23, 20 April 2008

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

Usage

{{Summary/Items/Equipment
|imagename=filename
|description=text
|type=text
|defence=value
|autosell=value
|discarded=Can|Cannot
|autosold=Can|Cannot
|traded=Can|Cannot
|stored=Can|Cannot
|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 |type=thing |defence=10 |autosell=20 |discarded=Cannot |autosold=Can |traded=Can |stored=Can |plural=itemnames |bonus=makes stuff wibbly-wobbly }} yields:
Blueshirt.png

This is some kind of nice item description

Type: thing
Defence: 10
Autosell value: 20

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

Plural: itemnames
Bonus: makes stuff wibbly-wobbly

Further Examples