Template:ItemBox: Difference between revisions
Jump to navigation
Jump to search
Added an active and component parameter |
m Reset bottom box to 50px for uniformity |
||
Line 25: | Line 25: | ||
{{#if:{{{componentOf|}}} | {{#if:{{{componentOf|}}} | ||
|<tr style="text-align:center; width:100px; max-width:200px; height:6px; font-size:12px;><th>[[{{{componentOf}}}|<span style="color:#FFF0D7"> Component </span>]]</th></tr>}} | |<tr style="text-align:center; width:100px; max-width:200px; height:6px; font-size:12px;><th>[[{{{componentOf}}}|<span style="color:#FFF0D7"> Component </span>]]</th></tr>}} | ||
|- style="text-align: center; height: | |- style="text-align: center; height:50px; font-size: 14px; {{ | ||
#switch: {{{item_type}}} | #switch: {{{item_type}}} | ||
| Weapon = background-color: #FFF0D7; color: #151912; | | Weapon = background-color: #FFF0D7; color: #151912; | ||
Line 37: | Line 37: | ||
A port of the initial box in [[Template:Infobox item]] with links, for use on pages that could use it without the whole infobox. | A port of the initial box in [[Template:Infobox item]] with links, for use on pages that could use it without the whole infobox. | ||
{{ItemBox|item_name = | {{ItemBox|item_name = Healbane|item_type = Vitality|item_price = 1250|display_name = Healbane}} {{ItemBox|item_name = Alchemical Fire|active = true|item_type = Weapon|item_imagefilepath = Basic Magazine|item_price = 500}} {{ItemBox|item_name = Duration Extender|componentOf = Superior Duration|item_type = Spirit|item_price = 1250}} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> |
Revision as of 02:28, 6 September 2024
A port of the initial box in Template:Infobox item with links, for use on pages that could use it without the whole infobox.
1250 |
---|
Healbane |
500 |
---|
Active |
Alchemical Fire |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
item_name | item_name | Name of the item
| String | required |
item_type | item_type | What category of Item is this?
| String | required |
item_price | item_price | How much does this item cost in souls?
| Number | required |
display_name | display_name | The display name of the item (for special cases such as Bullet Lifesteal (item) or Spirit Lifesteal (item))
| String | optional |
active | active | Whether or not this is an active item
| Boolean | optional |
componentOf | componentOf | The name of the item this is a component of, for linking
| String | optional |