Template:ItemBox: Difference between revisions

Vergir (talk | contribs)
overrideSlot now accepts Vitality/Spirit terms (as well as data's Armor/Tech), mapping to the same classes (with help from vergir-bot LLM)
Vergir (talk | contribs)
Change imbue/active tags from <p> to <div> so the mobile skin's paragraph font-size rule no longer matches them, letting the tags scale with the card and sit in their intended positions (with help from vergir-bot LLM)
Line 36: Line 36:
<div class="itembox-tier-badge-number"></div>
<div class="itembox-tier-badge-number"></div>
</div>
</div>
<p class="itembox-imbue-tag">{{#invoke:Lang|get_string|item_info_imbue}}</p>
<div class="itembox-imbue-tag">{{#invoke:Lang|get_string|item_info_imbue}}</div>
</div>
</div>
<div class="itembox-name-area">
<div class="itembox-name-area">
Line 44: Line 44:
<div class="itembox-texture"></div>
<div class="itembox-texture"></div>
<div class="itembox-bevel"></div>
<div class="itembox-bevel"></div>
<p class="itembox-active-tag">{{#invoke:Lang|get_string|item_info_active}}</p>
<div class="itembox-active-tag">{{#invoke:Lang|get_string|item_info_active}}</div>
<div class="itembox-outline"></div>
<div class="itembox-outline"></div>
</div>
</div>