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

From ParadoxWiki
Jump to navigation Jump to search
(New page: <includeonly><center>[[Image:{{{imagename}}}]]</center> {{{description}}} <b>Type:</b> miscellaneous item<br> <b>Autosell value:</b> {{{autosell}}}<br> ...)
 
Line 11: Line 11:
 
<b>{{{stored}}} be stored</b><br>
 
<b>{{{stored}}} be stored</b><br>
  
<b>Plural:</b> {{{plural}}}</includeonly><noinclude>
+
<b>Plural:</b> {{#if:{{{plural}}}|{{{plural}}}|unknown}}</includeonly><noinclude>
 
This template is to be used for a Miscellaneous Item summary.
 
This template is to be used for a Miscellaneous Item summary.
  

Revision as of 03:40, 14 August 2008

This template is to be used for a Miscellaneous Item summary.

Usage

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

This is some kind of nice item description

Type: miscellaneous item
Autosell value: 20

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

Plural: itemnames

Further Examples