Template:ItemBox: Difference between revisions
Jump to navigation
Jump to search
m removed active and componentOf params from docs, as they are no longer used |
Changed "display_name" to "link" to simplify data retrieval |
||
Line 34: | Line 34: | ||
| Spirit = background-color: #FFEFD7; color: #131610; | | Spirit = background-color: #FFEFD7; color: #131610; | ||
| background-color: #FFF0D7; color: #151912;}}" | | background-color: #FFF0D7; color: #151912;}}" | ||
! {{#if:{{{ | ! {{#if:{{{link|}}}|[[{{{link}}}|{{{item_name}}}]]|[[{{{item_name}}}]]}} | ||
|}</div></onlyinclude> | |}</div></onlyinclude> | ||
Line 42: | Line 42: | ||
All data for each item is populated using data from [[Data:ItemData.json]] | All data for each item is populated using data from [[Data:ItemData.json]] | ||
{{ItemBox|item_name = Basic Magazine}} | {{ItemBox|item_name = Soul Shredder Bullets|link=Basic Magazine}} | ||
{{ItemBox|item_name = Titanic Magazine}} | {{ItemBox|item_name = Titanic Magazine}} | ||
{{ItemBox|item_name = Shadow Weave}} | {{ItemBox|item_name = Shadow Weave}} | ||
Line 59: | Line 59: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "link": { | ||
"description": "The | "description": "The name of the item's link in cases where item_name is incorrect", | ||
"example": "Bullet Lifesteal", | "example": "Bullet Lifesteal (item)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 82: | Line 82: | ||
"paramOrder": [ | "paramOrder": [ | ||
"item_name", | "item_name", | ||
" | "link", | ||
"item_type", | "item_type", | ||
"item_price" | "item_price" |
Revision as of 00:02, 10 September 2024
Cannot format non-number value. |
---|
[[File:{{{item_name}}}.png|50px|link={{{item_name}}}]]
[[File:Item Not Found..png|20px|link=Item Not Found.]] |
[[{{{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.
All data for each item is populated using data from Data:ItemData.json
1,250 |
---|
Soul Shredder Bullets |
3,500 |
---|
Titanic Magazine |
6,200 |
---|
ACTIVE |
Shadow Weave |
4,250 |
---|
ACTIVE |
Debuff Remover |
1,250 |
---|
Duration Extender |
3,500 |
---|
Improved Spirit |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
item_name | item_name | Name of the item
| String | required |
link | link | The name of the item's link in cases where item_name is incorrect
| 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 |