|
|
| Line 1: |
Line 1: |
| <div style="float: right; margin-left: 1em; margin-bottom: 0.5em;"> | | <includeonly>{{ItemInfo |
| {{#if: {{{title|}}} | '''Title:''' {{{title}}} }}
| | | title = {{{1}}} |
| {{#if: {{{image|}}} | [[File:{{{image}}}|thumb|150px|center|{{{title}}}]] }}
| | | image = {{{2}}} |
| {{#if: {{{category|}}} | '''Category:''' {{{category}}} }}
| | | category = {{{3}}} |
| {{#if: {{{rarity|}}} | '''Rarity:''' {{{rarity}}} }}
| | | rarity = {{{4}}} |
| {{#if: {{{sell_price|}}} | '''Sell Price:''' {{{sell_price}}} }}
| | | sell_price = {{{5}}} |
| {{#if: {{{stats|}}} | '''Stats:''' {{{stats}}} }}
| | | stats = {{{6}}} |
| {{#if: {{{internal_id|}}} | '''Internal ID:''' {{{internal_id}}} }}
| | | internal_id = {{{7}}} |
| {{#if: {{{attributes|}}} | '''Attributes:''' {{{attributes}}} }}
| | | attributes = {{{8}}} |
| </div> | | }}</includeonly> |