Template:ItemBox: Difference between revisionsGive feedback
No edit summary |
Updated look |
||
| Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
<div class="HeroCard2"style="transition: 0.1s transform ease-in-out;display:inline-block; margin-left: 5px"> | <div class="HeroCard2"style="transition: 0.1s transform ease-in-out;display:inline-block; margin-left: 5px;box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);border-radius: 5px;"> | ||
{|- style="font-family:'Retail Demo Bold',serif;text-align:center; border-collapse:collapse; border-radius: 5px; width:100px !important; max-width:200px; height:2px; font-size: 14px;{{ | {|- style="font-family:'Retail Demo Bold',serif;text-align:center; border-collapse:collapse; border-radius: 5px; width:100px !important; max-width:200px; height:2px; font-size: 14px;{{ | ||
#switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name|{{{1}}}}}}}}}} | #switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name|{{{1}}}}}}}}}} | ||
| Line 17: | Line 17: | ||
{{ | {{ | ||
#switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name|{{{1}}}}}}}}}} | #switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name|{{{1}}}}}}}}}} | ||
| Weapon = color: #3A2B08; | | Weapon = color: #3A2B08; | ||
| Vitality = color: #233A00; | | Vitality = color: #233A00; | ||
| Spirit = color: #3C254E; | | Spirit = color: #3C254E; | ||
| Line 28: | Line 28: | ||
| background-color: #FFF0D7; color: #151912;}}">{{Icon/Black|[[File:{{#invoke:ItemData|get_component_name|{{{item_name|{{{1}}}}}}}}.png|20px|link={{#invoke:ItemData|get_component_name|{{{item_name|{{{1}}}}}}}}]]}}</div></div> | | background-color: #FFF0D7; color: #151912;}}">{{Icon/Black|[[File:{{#invoke:ItemData|get_component_name|{{{item_name|{{{1}}}}}}}}.png|20px|link={{#invoke:ItemData|get_component_name|{{{item_name|{{{1}}}}}}}}]]}}</div></div> | ||
}} | }} | ||
|- style=" | |- style="display:flex;justify-content: center; align-items: center;border-radius: 0px 0px 5px 5px; height:60px; font-size: 12px; {{ | ||
#switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name|{{{1}}}}}}}}}} | #switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name|{{{1}}}}}}}}}} | ||
| Weapon = background-color: #FFF0D7; color: #151912; | | Weapon = background-color: #FFF0D7; color: #151912; | ||