Template:ItemInfoBox: Difference between revisions

From Alundra
mNo edit summary
mNo edit summary
Line 2: Line 2:
<div style="float: right;width: 280px;margin: 0 0 1rem 1.25rem;padding: 0.75rem;border: 1px solid #8a7f6a;background: rgba(245, 240, 225, 0.92);box-sizing: border-box;">
<div style="float: right;width: 280px;margin: 0 0 1rem 1.25rem;padding: 0.75rem;border: 1px solid #8a7f6a;background: rgba(245, 240, 225, 0.92);box-sizing: border-box;">
{{#if:{{{image|}}}|<div style="text-align: center;margin-bottom: 0.5rem;">[[File:{{{image}}}|center|64px]]</div><hr/>}}
{{#if:{{{image|}}}|<div style="text-align: center;margin-bottom: 0.5rem;">[[File:{{{image}}}|center|64px]]</div><hr/>}}
<!-- ### Damage ### -->
{{#if:{{{damage|}}}|<div style="display:flex; padding-right:10px"><div>Damage</div><div style="flex-grow:1;text-align:right;">{{{damage}}}</div></div>}}
{{#if:{{{damage|}}}|<div style="display:flex; padding-right:10px"><div>Damage</div><div style="flex-grow:1;text-align:right;">{{{damage}}}</div></div>}}
<!-- ### Health ### -->
{{#if:{{{health|}}}|<div style="display:flex; padding-right:10px"><div>Health</div><div style="flex-grow:1;text-align:right;">{{{health}}}</div></div>}}
{{#if:{{{health|}}}|<div style="display:flex; padding-right:10px"><div>Health</div><div style="flex-grow:1;text-align:right;">{{{health}}}</div></div>}}
<!-- ### Damage Charged ### -->
{{#if:{{{damage_charged|}}}|<div style="display:flex; padding-right:10px"><div>Damage Charged</div><div style="flex-grow:1;text-align:right;">{{{damage_charged}}}</div></div>}}
{{#if:{{{damage_charged|}}}|<div style="display:flex; padding-right:10px"><div>Damage Charged</div><div style="flex-grow:1;text-align:right;">{{{damage_charged}}}</div></div>}}
<!-- ### Damage Reduction ### -->
{{#if:{{{damage_reduction|}}}|<div style="display:flex; padding-right:10px"><div>Damage Reduction</div><div style="flex-grow:1;text-align:right;">{{{damage_reduction}}}</div></div>}}
{{#if:{{{damage_reduction|}}}|<div style="display:flex; padding-right:10px"><div>Damage Reduction</div><div style="flex-grow:1;text-align:right;">{{{damage_reduction}}}</div></div>}}
<!-- ### Mana ### -->
{{#if:{{{mana|}}}|<div style="display:flex; padding-right:10px"><div>Mana</div><div style="flex-grow:1;text-align:right;">{{{mana}}}</div></div>}}
{{#if:{{{mana|}}}|<div style="display:flex; padding-right:10px"><div>Mana</div><div style="flex-grow:1;text-align:right;">{{{mana}}}</div></div>}}
<!-- ### Info ### -->
{{#if:{{{info|}}}|<div>{{{info}}}</div>}}
{{#if:{{{info|}}}|<div>{{{info}}}</div>}}
<!-- ### Item Text ### -->
{{#if:{{{item_text|}}}|<hr/><div>{{{item_text}}}</div>}}
{{#if:{{{item_text|}}}|<hr/><div>{{{item_text}}}</div>}}
</div>
</div>

Revision as of 20:41, 16 May 2026


No description.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
imageimage Image.PNG

no description

Unknownoptional
damagedamage 4

no description

Unknownoptional
damage_chargeddamage_charged 10

no description

Unknownoptional
healthhealth 5-9

no description

Unknownoptional
manamana 4

no description

Unknownoptional
infoinfo Info

no description

Unknownoptional
item_textitem_text It's a Item

no description

Unknownoptional