Template:StoreItem: Difference between revisions

From A KoL Wiki
imported>Quietust
m not sure what it'll think of "1 Mr. Accessory" in a comparison
imported>Quietust
m guess this'll have to do
Line 1: Line 1:
<includeonly>|-
<includeonly>|-
|[[image:{{:{{{1}}}/data|image|nopic2.gif}}|{{:{{{1}}}/data|name|{{{1}}}}}]]||'''[[{{{1}}}|{{:{{{1}}}/data|name|{{{1}}}}}]]'''{{#if:{{{3|}}}|<br />{{{3}}}}}||'''{{#if:{{{2}}} > 0|{{{2}}} Meat|{{{2}}}}}'''</includeonly><noinclude>
|[[image:{{:{{{1}}}/data|image|nopic2.gif}}|{{:{{{1}}}/data|name|{{{1}}}}}]]||'''[[{{{1}}}|{{:{{{1}}}/data|name|{{{1}}}}}]]'''{{#if:{{{3|}}}|<br />{{{3}}}}}||'''{{{2}}} {{{4|Meat}}}}}'''</includeonly><noinclude>
{{Code2}}
{{Code2}}


Line 9: Line 9:
{{StoreItem|chewing gum on a string|30}}
{{StoreItem|chewing gum on a string|30}}
{{StoreItem|green beer|300|Always available on [[St. Sneaky Pete's Day]]}}
{{StoreItem|green beer|300|Always available on [[St. Sneaky Pete's Day]]}}
{{StoreItem|Ms. Accessory|1 Mr. Accessory}}
{{StoreItem|Ms. Accessory|1||Mr. Accessory}}
|}</nowiki>
|}</nowiki>


Line 17: Line 17:
{{StoreItem|chewing gum on a string|30}}
{{StoreItem|chewing gum on a string|30}}
{{StoreItem|green beer|300|Always available on [[St. Sneaky Pete's Day]]}}
{{StoreItem|green beer|300|Always available on [[St. Sneaky Pete's Day]]}}
{{StoreItem|Ms. Accessory|1 Mr. Accessory}}
{{StoreItem|Ms. Accessory|1||Mr. Accessory}}
|}
|}


[[Category:Standardization Templates| {{PAGENAME}}]]</noinclude>
[[Category:Standardization Templates| {{PAGENAME}}]]</noinclude>

Revision as of 19:30, 29 November 2006

|- |[[image:{{:{{{1}}}/data|image|nopic2.gif}}|{{:{{{1}}}/data|name|{{{1}}}}}]]||'''[[{{{1}}}|{{:{{{1}}}/data|name|{{{1}}}}}]]'''{{#if:{{{3|}}}|<br />{{{3}}}}}||'''{{{2}}} {{{4|Meat}}}}}'''

Syntax

{|
!colspan=2|Item:||Price:
{{StoreItem|can of hair spray|24}}
{{StoreItem|chewing gum on a string|30}}
{{StoreItem|green beer|300|Always available on [[St. Sneaky Pete's Day]]}}
{{StoreItem|Ms. Accessory|1||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}}