Template:ItemBox: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Saag (talk | contribs)
m Fixed centering of "ACTIVE"
Tags: Mobile edit Mobile web edit
Sylphoid (talk | contribs)
cleanup. comment: this is a great template
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<onlyinclude>
<onlyinclude>
<div style="display:inline-block; margin-left: 5px">
<div style="display:inline-block; margin-left: 5px">
{|- style="text-align:center; border-collapse:collapse; border-radius: 7px; width:100px; max-width:200px; height:2px; font-size: 12px;{{
{|- style="text-align:center; border-collapse:collapse; border-radius: 7px; width:100px !important; max-width:200px; height:2px; font-size: 12px;{{
#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: #C97A03;
  | Weapon = background-color: #C97A03;
Line 35: Line 35:
  | background-color: #FFF0D7; color: #151912;}}"
  | background-color: #FFF0D7; color: #151912;}}"
! {{#if:{{{link|}}}|[[{{{link}}}|{{{item_name}}}]]|[[{{{item_name}}}]]}}
! {{#if:{{{link|}}}|[[{{{link}}}|{{{item_name}}}]]|[[{{{item_name}}}]]}}
|}</div></onlyinclude>
|}</div></onlyinclude><noinclude>{{Documentation}}</noinclude>
 
 
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]]
 
{{ItemBox|item_name = Soul Shredder Bullets|link=Basic Magazine}}
{{ItemBox|item_name = Titanic Magazine}}
{{ItemBox|item_name = Shadow Weave}}
{{ItemBox|item_name = Debuff Remover}}
{{ItemBox|item_name = Duration Extender}}
{{ItemBox|item_name = Improved Spirit}}
 
<noinclude>
<templatedata>
{
"params": {
        "item_name": {
"description": "Name of the item",
"example": "Basic Magazine",
"type": "string",
"required": true
},
        "link": {
"description": "The name of the item's link in cases where item_name is incorrect",
"example": "Bullet Lifesteal (item)",
"type": "string"
},
"item_type": {
"description": "Overrides default item type. See Module:ItemData",
"example": "Spirit",
"type": "string",
"suggestedvalues": [
"Weapon",
"Vitality",
"Spirit"
]
},
"item_price": {
"description": "Overrides default item price. See Module:ItemData",
"example": "500",
"type": "number"
}
},
"paramOrder": [
"item_name",
        "link",
"item_type",
"item_price"
]
}
</templatedata>
</noinclude>

Latest revision as of 08:41, 14 September 2024

Souls Item Not Found
[[File:{{{item_name}}}.png|50px|link={{{item_name}}}]]
[[{{{item_name}}}]]
Template documentation [view] [edit] [purge]

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, retrieved by Module:ItemData.

Examples[edit source]

{{ItemBox|item_name = Soul Shredder Bullets|link=Basic Magazine}} 
{{ItemBox|item_name = Titanic Magazine}} 
{{ItemBox|item_name = Shadow Weave}}
{{ItemBox|item_name = Debuff Remover}}
{{ItemBox|item_name = Duration Extender}}
{{ItemBox|item_name = Improved Spirit}}
Souls 6200
ACTIVE
Shadow Weave
Souls 4250
ACTIVE

Debuff Remover

No description.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
item_nameitem_name

Name of the item

Example
Basic Magazine
Stringrequired
linklink

The name of the item's link in cases where item_name is incorrect

Example
Bullet Lifesteal (item)
Stringoptional
item_typeitem_type

Overrides default item type. See Module:ItemData

Suggested values
Weapon Vitality Spirit
Example
Spirit
Stringoptional
item_priceitem_price

Overrides default item price. See Module:ItemData

Example
500
Numberoptional