Difference between revisions of "Template:Summary/Items/Custom/Unique Items"

From ParadoxWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
<b>{{{stored}}} be stored</b><br>
 
<b>{{{stored}}} be stored</b><br>
  
<b>Plural:</b> {{#if:{{{plural}}}|{{{plural}}}|unknown}}</includeonly><noinclude>
+
<b>Plural:</b> {{#if:{{{plural}}}|{{{plural}}}|unknown}}<br>
This template is to be used for a Custom/Unique Items summary.
+
<b>Bonus:</b> {{#if:{{{bonus}}}|{{{bonus}}}|none or not yet known}}</includeonly><noinclude>
 +
This template is to be used at the top of custom/unique item article.
  
 
==Usage==
 
==Usage==
 
  <nowiki>{</nowiki>{Summary/Items/Custom/Unique Items
 
  <nowiki>{</nowiki>{Summary/Items/Custom/Unique Items
 
  |imagename=''filename''
 
  |imagename=''filename''
  |description=''Item description''
+
  |description=''text''
 +
|category=''text''
 +
|type=''text''
 +
|defence=''value''
 
  |autosell=''value''
 
  |autosell=''value''
 
  |discarded=''Can|Cannot''
 
  |discarded=''Can|Cannot''
Line 24: Line 28:
 
  |stored=''Can|Cannot''
 
  |stored=''Can|Cannot''
 
  |plural=''text''
 
  |plural=''text''
  |bonus=''bonus if any''
+
  |bonus=''text''
 
  }}
 
  }}
  

Latest revision as of 14:25, 26 August 2008

This template is to be used at the top of custom/unique item article.

Usage

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

This is some kind of nice item description

Type: Custom/Unique Items
Autosell value: 20

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

Plural: itemnames
Bonus: if any

Further Examples