Template:Item: Difference between revisions

1,031 bytes removed ,  2 years ago
m
4 revisions imported from templatewiki:Template:Item
No edit summary
m (4 revisions imported from templatewiki:Template:Item)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
<includeonly>{{#invoke:Item|pack}}</includeonly><noinclude>
{| class="wikitable" style="font-family:'Trebuchet MS'; background-color:#4d4e50; color:#ffffff;"
{{doc}}
!! colspan="2" style="font-size: 16px; background-color:#3A3939; !important;" | {{{title}}}
|-
| colspan="2" style="background-color:#4d4e50; text-align: center;" | {{{image}}}
|-
! style="background-color:#4d4e50;" | Type
| style="background-color:#4d4e50;" | {{{type}}}
|-
! style="background-color:#4d4e50;" | Rarity
| style="background-color:#4d4e50;" | {{{rarity}}}
|-
! style="background-color:#4d4e50;" | Effect
| style="background-color:#4d4e50;" | {{{effects}}}
|-
! style="background-color:#4d4e50;" | Source
| style="background-color:#4d4e50;" | {{{source}}}
|-
! style="background-color:#4d4e50;" | {{#if: {{{buy}}} | Buy Price |}}
| style="background-color:#4d4e50;" | {{#if: {{{buy}}} | {{{buy}}}| }}
|-
! style="background-color:#4d4e50;" | Sell Price
| style="background-color:#4d4e50;" | {{{sell}}}
|}
<noinclude>
<templatedata>
{
"params": {
"title": {},
"image": {},
"type": {},
"rarity": {},
"effects": {},
"source": {},
"buy": {},
"sell": {}
}
}
</templatedata>
</noinclude>