Template:ItemInfoBox: Difference between revisions
From Alundra
mNo edit summary |
No 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/>}}<!-- | ||
--><!-- ### Stack size ### --><!-- | |||
-->{{#if:{{{stacksize|}}}|<div style="display:flex; padding-right:10px"><div>Stack size</div><div style="flex-grow:1;text-align:right;">{{{stacksize}}}</div></div>}}<!-- | |||
--><!-- ### Damage ### --><!-- | --><!-- ### 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>}}<!-- | ||
| Line 57: | Line 59: | ||
"It's a Item" | "It's a Item" | ||
] | ] | ||
} | }, | ||
"stacksize": {}, | |||
"damage_reduction": {} | |||
}, | }, | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"image", | |||
"stacksize", | |||
"damage", | |||
"damage_charged", | |||
"damage_reduction", | |||
"health", | |||
"mana", | |||
"info", | |||
"item_text" | |||
] | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Revision as of 21:59, 16 May 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| image | image Image.PNG | no description | Unknown | optional |
| stacksize | stacksize | no description | Unknown | optional |
| damage | damage 4 | no description | Unknown | optional |
| damage_charged | damage_charged 10 | no description | Unknown | optional |
| damage_reduction | damage_reduction | no description | Unknown | optional |
| health | health 5-9 | no description | Unknown | optional |
| mana | mana 4 | no description | Unknown | optional |
| info | info Info | no description | Unknown | optional |
| item_text | item_text It's a Item | no description | Unknown | optional |