Template:ItemInfoBox: Difference between revisions
From Alundra
Created page with "<includeonly><div class="item-infobox"> <div class="item-infobox-image">[[File:{{{image|NoImage.png}}}|64px|center]]</div> <hr /> <div class="item-infobox-stats"> ;Damage : {{{damage|—}}} {{#if:{{{charged|}}}|;Charged damage : {{{charged}}}|}} {{#if:{{{more|}}}|; : {{{more}}}|}} </div> <hr /> <div class="item-infobox-quote"><blockquote>“{{{text|}}}”</blockquote></div> </div></includeonly><noinclude> == Usage == <pre> {{ItemInfoBox |image=Image.png |damage=4 |charge..." |
mNo edit summary |
||
| (18 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><div | <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;"><!-- | |||
< | -->{{#invoke:ItemInfoBox|render}}<!-- | ||
< | --></div><!-- | ||
--></includeonly> | |||
: {{{ | |||
{{ | <noinclude> | ||
: { | <templatedata> | ||
{ | |||
: { | "params": { | ||
"image": { | |||
"aliases": [ | |||
"Image.PNG" | |||
] | |||
}, | |||
"damage": { | |||
"aliases": [ | |||
"4" | |||
] | |||
}, | |||
"damage_charged": { | |||
"aliases": [ | |||
"10" | |||
</ | ] | ||
</noinclude> | }, | ||
"health": { | |||
"aliases": [ | |||
"5-9" | |||
] | |||
}, | |||
"mana": { | |||
"aliases": [ | |||
"4" | |||
] | |||
}, | |||
"info": { | |||
"aliases": [ | |||
"Info" | |||
] | |||
}, | |||
"item_text": { | |||
"aliases": [ | |||
"It's a Item" | |||
] | |||
}, | |||
"stacksize": {}, | |||
"damage_reduction": {}, | |||
"price": {} | |||
}, | |||
"format": "block", | |||
"paramOrder": [ | |||
"image", | |||
"stacksize", | |||
"damage", | |||
"damage_charged", | |||
"damage_reduction", | |||
"health", | |||
"mana", | |||
"price", | |||
"info", | |||
"item_text" | |||
] | |||
} | |||
</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 |