Template:StoreItem: Difference between revisions
From A KoL Wiki
imported>Quietust m use names params |
imported>Quietust m missed a spot |
||
Line 1: | Line 1: | ||
<includeonly>|- | <includeonly>|- | ||
|[[image:{{:{{{item}}}/data|image|nopic2.gif}}|{{:{{{item}}}/data|name|{{{item}}}}}]]||'''[[{{{item}}}|{{:{{{item}}}/data|name|{{{item}}}}}]]'''{{#if:{{{ | |[[image:{{:{{{item}}}/data|image|nopic2.gif}}|{{:{{{item}}}/data|name|{{{item}}}}}]]||'''[[{{{item}}}|{{:{{{item}}}/data|name|{{{item}}}}}]]'''{{#if:{{{desc|}}}|<br />{{{desc}}}}}||'''{{{price}}} {{{currency|Meat}}}'''</includeonly><noinclude> | ||
{{Code2}} | {{Code2}} | ||
Revision as of 19:33, 29 November 2006
[edit]
{{StoreItem}}
|-
|[[image:{{:{{{item}}}/data|image|nopic2.gif}}|{{:{{{item}}}/data|name|{{{item}}}}}]]||'''[[{{{item}}}|{{:{{{item}}}/data|name|{{{item}}}}}]]'''{{#if:{{{desc|}}}|<br />{{{desc}}}}}||'''{{{price}}} {{{currency|Meat}}}'''
Syntax
{| !colspan=2|Item:||Price: {{StoreItem|item=can of hair spray|price=24}} {{StoreItem|item=chewing gum on a string|price=30}} {{StoreItem|item=green beer|price=300|desc=Always available on [[St. Sneaky Pete's Day]]}} {{StoreItem|item=Ms. Accessory|price=1|currency=Mr. Accessory}} |}
Item: | Price: | |
---|---|---|
[[image:Can of hair spray/data|Can of hair spray/data]] | [[can of hair spray|Can of hair spray/data]] | 24 Meat |
[[image:Chewing gum on a string/data|Chewing gum on a string/data]] | [[chewing gum on a string|Chewing gum on a string/data]] | 30 Meat |
[[image:Green beer/data|Green beer/data]] | [[green beer|Green beer/data]] Always available on St. Sneaky Pete's Day |
300 Meat |
[[image:Ms. Accessory/data|Ms. Accessory/data]] | [[Ms. Accessory|Ms. Accessory/data]] | 1 Mr. Accessory |