Template:ItemInfoBox: Difference between revisions

From Alundra
No edit summary
No edit summary
Line 38: Line 38:
</div>
</div>
|}}
|}}
<!-- ### Heal ### -->
<!-- ### Health ### -->
{{#if:{{{heal|}}}|;
{{#if:{{{hp|}}}|;
<div style="display:flex; padding-right:10px">
<div style="display:flex; padding-right:10px">
<div>Heal</div>
<div>Health</div>
<div style="flex-grow:1;text-align:right;">{{{heal}}}</div>
<div style="flex-grow:1;text-align:right;">{{{hp}}}</div>
</div>
</div>
|}}
|}}

Revision as of 20:12, 16 May 2026


Usage

{{ItemInfoBox
|image=Image.png
|damage=4
|damage_charged=10
|heal=5
|mana=5
|info=Some Info
|item_text=This is a Sword
}}