Template:ItemInfoBox: Difference between revisions
From Alundra
mNo edit summary |
|||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><!-- | ||
<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;"><!-- | ||
-->{{#invoke:ItemInfoBox|render}}<!-- | |||
<!-- | --></div><!-- | ||
--></includeonly> | |||
{{# | |||
<!-- | |||
<!-- | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
| Line 57: | Line 43: | ||
"It's a Item" | "It's a Item" | ||
] | ] | ||
} | }, | ||
"stacksize": {}, | |||
"damage_reduction": {}, | |||
"price": {} | |||
}, | }, | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"image", | |||
"stacksize", | |||
"damage", | |||
"damage_charged", | |||
"damage_reduction", | |||
"health", | |||
"mana", | |||
"price", | |||
"info", | |||
"item_text" | |||
] | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Latest revision as of 10:27, 17 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 |
| price | price | no description | Unknown | optional |
| info | info Info | no description | Unknown | optional |
| item_text | item_text It's a Item | no description | Unknown | optional |