Template:Item: Difference between revisions

1,031 bytes added ,  4 years ago
no edit summary
m (Protected "Template:Item": High-risk template ([Edit=Require autoconfirmed or confirmed access] (indefinite) [Move=Require autoconfirmed or confirmed access] (indefinite)))
No edit summary
Line 1:
{| class="wikitable" style="font-family:'Trebuchet MS'; background-color:#4d4e50; color:#ffffff;"
<includeonly>{{#invoke:Item|pack}}</includeonly><noinclude>
!! colspan="2" style="font-size: 16px; background-color:#3A3939; !important;" | {{{title}}}
{{doc}}
|-
| 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>