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

From ParadoxWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
<b>Type:</b> [[:Category:Special Items|special item]]<br>
 
<b>Type:</b> [[:Category:Special Items|special item]]<br>
 
<b>Autosell value:</b> {{{autosell}}}<br>
 
<b>Autosell value:</b> {{{autosell}}}<br>
<b>Turns on use:</b> {{{turnsonuse}}}<br>
 
<b>Fullness:</b> {{{fullness}}}<br>
 
  
 
<b>{{{discarded}}} be discarded</b><br>
 
<b>{{{discarded}}} be discarded</b><br>
Line 13: 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 at the top of a food item article.
+
This template is to be used at the top of a special item article.
  
 
==Usage==
 
==Usage==
Line 32: Line 30:
  
 
:<code><nowiki>{{Summary/Items/Special
 
:<code><nowiki>{{Summary/Items/Special
|imagename=Artharden.png
+
|imagename=Beginnerbrochure.png
 
|description=This is some kind of nice item description
 
|description=This is some kind of nice item description
 
|autosell=20
 
|autosell=20
Line 43: Line 41:
  
 
{{Summary/Items/Special
 
{{Summary/Items/Special
|imagename=Artharden.png
+
|imagename=Beginnerbrochure.png
 
|description=This is some kind of nice item description
 
|description=This is some kind of nice item description
|fullness=1
+
|autosell=20
 
|discarded=Cannot
 
|discarded=Cannot
|autosold=Can
+
|autosold=Cannot
|traded=Can
+
|traded=Cannot
|stored=Can
+
|stored=Cannot
 
|plural=itemnames
 
|plural=itemnames
 
}}
 
}}

Latest revision as of 10:17, 17 February 2009

This template is to be used at the top of a special item article.

Usage

{{Summary/Items/Special
|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/Special |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: special item
Autosell value: 20

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

Plural: itemnames

Further Examples