Template:ShopItem: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<noinclude>To be used in conjunction with Template:ShopTable to construct tabular data rows for it. It accepts the following-two arguments: {{{Item}}} for the item name an..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>To be used in conjunction with [[Template:ShopTable]] to construct tabular data rows for it. It accepts the following-two arguments: {{{Item}}} for the item name and {{{Price}}} for the price.</noinclude>
<noinclude>To be used in conjunction with [[Template:ShopTable]] to construct tabular data rows for it. It accepts the following-two arguments: {{{Item}}} for the item name and {{{Price}}} for the price.</noinclude>
<includeonly><tr style="background-color:#FFFFFF;"><td width="9%">[[File:{{{Item}}}.png]]</td><td>[[{{{Item}}}]]</td><td>{{Pdollar}}{{{Price}}}</td></tr></includeonly>
<includeonly><tr style="background-color:#FFFFFF;"><td width="9%">[[File:{{{Item}}}.png]]</td><td>[[{{{Item}}}]]</td><td>{{Pdollar}}{{#if:{{{Price|}}}|{{{Price}}}|{{MartCatalog|{{ucfirst:{{{Item}}}}}}}}}</td></tr></includeonly>

Latest revision as of 06:20, 20 December 2017

To be used in conjunction with Template:ShopTable to construct tabular data rows for it. It accepts the following-two arguments: {{{Item}}} for the item name and {{{Price}}} for the price.