Template:ShopItem: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
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}}{{MartCatalog|{{ucfirst:{{{Item}}}}}}}</td></tr></includeonly> | <includeonly><tr style="background-color:#FFFFFF;"><td width="9%">[[File:{{{Item}}}.png]]</td><td>[[{{{Item}}}]]</td><td>{{Pdollar}}{{{Price|{{MartCatalog|{{ucfirst:{{{Item}}}}}}}}}}</td></tr></includeonly> |
Revision as of 06:17, 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.