User:Saag/ItemBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mockup of using item tags similar to in game |
||
Line 14: | Line 14: | ||
| Spirit = background-color: #DE9CFF; color: #3C254E; | | Spirit = background-color: #DE9CFF; color: #3C254E; | ||
| background-color: #FCAC4D; color: #3A2B08;}}" | | background-color: #FCAC4D; color: #3A2B08;}}" | ||
| <span style="filter: brightness(0) saturate(100%); transition: 0.1s transform ease-in-out; "{{ | | <span style="filter: brightness(0) saturate(100%); transition: 0.1s transform ease-in-out;" | ||
{{ | |||
#switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name}}}}}}} | #switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name}}}}}}} | ||
| Weapon = color: #3A2B08; | | Weapon = color: #3A2B08; | ||
| Vitality = color: #233A00; | | Vitality = color: #233A00; | ||
| Spirit = color: #3C254E; | | Spirit = color: #3C254E; | ||
| color: #3A2B08;}}">[[File:{{{item_name}}}.png|50px|link={{{item_name}}}]]</span>< | | color: #3A2B08;}}">[[File:{{{item_name}}}.png|50px|link={{{item_name}}}]]</span> | ||
{{#if:{{{componentOf|}}} | {{#if: {{{active|}}}|<div style="position: relative; display: flex; justify-content: center; align-items: center;"><div class="tag" style="background-color: #161A13; color: #FFFFF5; border-radius:5px; padding: 1px 8px 1px 8px; font-size:10px; margin: 0; width: 40px; height: 14px; position: absolute; bottom: -14px">'''ACTIVE'''</div></div> | ||
|< | | | ||
|- style="text-align: center; height: | {{#if:{{{componentOf|}}}|<div style="position: relative; display: flex; justify-content: center; align-items: center;"><div class="tag" style="background-color: #161A13; color: #FFFFF5; border-radius:5px; padding: 1px 8px 1px 8px; font-size:10px; margin: 0; width: 60px; height: 14px; position: absolute; bottom: -14px">'''COMPONENT'''</div></div> | ||
}}}} | |||
|- style="text-align: center; height:60px; font-size: 14px; {{ | |||
#switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name}}}}}}} | #switch: {{#if: {{{item_type|}}}|{{{item_type}}}|{{#invoke:ItemData|get_type|{{{item_name}}}}}}} | ||
| Weapon = background-color: #FFF0D7; color: #151912; | | Weapon = background-color: #FFF0D7; color: #151912; | ||
Line 35: | Line 38: | ||
{{User:Saag/ItemBox|item_name = Healbane}} | {{User:Saag/ItemBox|item_name = Healbane}} | ||
{{User:Saag/ItemBox|item_name = Alchemical Fire|item_price = 1234}} | {{User:Saag/ItemBox|item_name = Alchemical Fire|item_price = 1234|active=true}} | ||
{{User:Saag/ItemBox|item_name = Duration Extender|componentOf = Superior Duration}} | {{User:Saag/ItemBox|item_name = Duration Extender|componentOf = Superior Duration}} | ||
<noinclude> | <noinclude> |
Revision as of 23:58, 6 September 2024
Cannot format non-number value. |
---|
[[File:{{{item_name}}}.png|50px|link={{{item_name}}}]] |
[[{{{item_name}}}]] |
A port of the initial box in Template:Infobox item with links, for use on pages that could use it without the whole infobox.
1,250 |
---|
Healbane |
1234 |
---|
ACTIVE |
Alchemical Fire |
1,250 |
---|
COMPONENT |
Duration Extender |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
item_name | item_name | Name of the item
| String | 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 |
componentOf | componentOf | The name of the item this is a component of, for linking
| String | optional |
item_type | item_type | Overrides default item type. See Module:ItemData
| String | optional |
item_price | item_price | Overrides default item price. See Module:ItemData
| Number | optional |
active | active | Overrides default item active status. See Module:ItemData
| Boolean | optional |