Difference between revisions of "Template:Infobox FarmObjects"
Jump to navigation
Jump to search
(Created page with "{{ infobox | above = {{{itemName}}} | image = {{{image}}} | caption = {{{caption|}}} | label1 = Type | data1 = {{{itemType}}} | label2 = Price...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ infobox | {{ infobox | ||
− | | above = {{{ | + | | above = {{{above}}} |
| image = {{{image}}} | | image = {{{image}}} | ||
| caption = {{{caption|}}} | | caption = {{{caption|}}} | ||
| label1 = Type | | label1 = Type | ||
− | | data1 = {{{ | + | | data1 = {{{type}}} |
| label2 = Price | | label2 = Price | ||
− | | data2 = [[File:DollarIcon.png|frameless|top|20px]] {{{ | + | | data2 = [[File:DollarIcon.png|frameless|top|20px]] {{{price}}} |
| label3 = Price (Gold Coins) | | label3 = Price (Gold Coins) | ||
− | | data3 = [[File:GoldCoinIcon.png|frameless|top|20px]] {{{ | + | | data3 = [[File:GoldCoinIcon.png|frameless|top|20px]] {{{priceGoldCoins}}} |
}} | }} |