Home
Random
Log in
Settings
About the Deadlock Wiki
Search
Editing
Template
:
Infobox item/doc
Give feedback
Warning:
You are not logged in. Once you make an edit, a temporary account will be created for you.
Learn more
.
Log in
or
create an account
to continue receiving notifications after this account expires, and to access other features.
Anti-spam check. Do
not
fill this in!
{{TS}} == Usage == '''Note: This template is not intended for direct use.''' Use {{tl|Infobox item/auto}}. This template creates an infobox for items. It automatically categorizes the pages it is transcluded onto in [[:Category:Items]]. == Examples == {| class="wikitable" ! Code !! Output |- | <pre> {{Infobox item | item_name = Heroic Aura | item_stat1 = +18% Bullet Lifesteal | item_stat2 = +150 Bonus Health | item_stat3 = +1m/s Move Speed | passive1_description = Provides Fire Rate to nearby player minions. | passive1_main1 = +40% Minions Fire Rate (Conditional) | passive1_alt1 = 20m Radius | active1_cooldown = 20s | active1_description = Provides bonus Move Speed and Fire Rate to you and nearby allies. | active1_main1 = +2m/s Move Speed (Conditional) | active1_main2 = +25% Fire Rate (Conditional) | active1_alt1 = 30m Active Radius | active1_alt2 = 6s Duration }} </pre> | {{Infobox item | item_name = Heroic Aura | item_stat1 = +18% Bullet Lifesteal | item_stat2 = +150 Bonus Health | item_stat3 = +1m/s Move Speed | passive1_description = Provides Fire Rate to nearby player minions. | passive1_main1 = +40% Minions Fire Rate (Conditional) | passive1_alt1 = 20m Radius | active1_cooldown = 20s | active1_description = Provides bonus Move Speed and Fire Rate to you and nearby allies. | active1_main1 = +2m/s Move Speed (Conditional) | active1_main2 = +25% Fire Rate (Conditional) | active1_alt1 = 30m Active Radius | active1_alt2 = 6s Duration | nocat = true }} |- | <pre> {{Infobox item | item_name = Cold Front | item_stat1 = +10% Spirit Resist | active1_cooldown = 28s | active1_description = Release an expanding ice blast that deals '''Spirit Damage''' and '''Slows''' targets it hits. Deals 2x Damage to non-Heroes. | active1_main1 = 75 Damage | active1_main2 = 40% Movement Slow (Conditional) | active1_alt1 = 14m End Radius | active1_alt2 = 3s Duration }} </pre> | {{Infobox item | item_name = Cold Front | item_stat1 = +10% Spirit Resist | active1_cooldown = 28s | active1_description = Release an expanding ice blast that deals '''Spirit Damage''' and '''Slows''' targets it hits. Deals 2x Damage to non-Heroes. | active1_main1 = 75 Damage | active1_main2 = 40% Movement Slow (Conditional) | active1_alt1 = 14m End Radius | active1_alt2 = 3s Duration | nocat = true }} |} <templatedata> { "description": " ", "params": { "souls": { "type": "number", "default": "500", "description": "Souls cost." }, "item_name": { "description": "Item name in english, used to autofill table", "required": true, "type": "string" }, "item_name_loc": { "description": "Localized item name", "type": "string" }, "street_brawl": { "type": "boolean", "default": "false", "suggestedvalues": [ "true", "false" ], "description": "If it's a street brawl item, hide cost and tier" }, "passive1_description": { "type": "string" }, "active1_description": { "type": "string" }, "component1_name": { "type": "string", "default": "Basic Magazine", "description": "Name of the component item it builds from." }, "component2_name": { "type": "string", "default": "Basic Magazine", "description": "Name of the other component item it builds from." }, "iscomponentof1_name": { "type": "string", "description": "Name of the item it builds to." }, "iscomponentof2_name": { "type": "string", "description": "Name of the 2nd item it builds to." }, "iscomponentof3_name": { "type": "string", "description": "Name of the 3rd item it builds to." }, "item_description": { "type": "string", "suggested": true, "description": "Item description." }, "item_stat3": { "type": "string" }, "item_stat4": { "type": "string" }, "item_stat5": { "type": "string" }, "passive1_cooldown": { "type": "number" }, "passive1_chargeup": { "type": "number", "description": "If the passive has a charge-up stat." }, "active1_stat1": { "type": "string" }, "active1_stat2": { "type": "string" }, "active1_stat3": { "type": "string" }, "active1_stat4": { "type": "string" }, "active1_stat5": { "type": "string" }, "active1_cooldown": { "type": "number" }, "passive1_stat1": { "type": "string" }, "passive1_stat2": { "type": "string" }, "passive1_stat3": { "type": "string" }, "passive2_description": { "type": "string" }, "passive2_cooldown": { "type": "number" }, "passive2_stat1": { "type": "string" }, "passive2_stat2": { "type": "string" }, "passive2_stat3": { "type": "string" }, "passive2_stat4": { "type": "string" }, "passive2_stat5": { "type": "string" }, "item_stat1": { "type": "string" }, "item_stat2": { "type": "string" }, "passive1_stat4": { "type": "string" }, "passive1_stat5": { "type": "string" }, "item_type": { "type": "string", "suggestedvalues": [ "Weapon", "Vitality", "Spirit" ], "description": "Item type." }, "item_tier": { "type": "number", "default": "1", "suggestedvalues": [ "1", "2", "3", "4" ], "description": "Item tier." }, "item_icon": { "description": "Custom file.", "type": "wiki-file-name" }, "nocat": { "description": "Sets whether this should categorize [[:Category:Items]] onto the transcluded page.", "type": "boolean", "suggestedvalues": [ "true" ] }, "passive1_stat6": { "type": "string" }, "sound1": { "type": "wiki-file-name", "description": "Sound file name." }, "sound2": { "type": "wiki-file-name", "description": "Sound file name." }, "sound3": { "type": "wiki-file-name", "description": "Sound file name." }, "item_stat6": { "type": "string" }, "item_stat7": { "type": "string" }, "active1_stat6": { "type": "string" }, "active2_description": { "type": "string" }, "active2_stat1": { "type": "string" }, "active2_stat2": { "type": "string" }, "active2_stat3": { "type": "string" }, "active2_stat4": { "type": "string" }, "active2_stat5": { "type": "string" }, "active1_stat7": { "type": "string" }, "active1_stat8": { "type": "string" } }, "paramOrder": [ "item_name", "item_name_loc", "item_icon", "street_brawl", "item_type", "item_tier", "souls", "component1_name", "component2_name", "item_description", "item_stat1", "item_stat2", "item_stat3", "item_stat4", "item_stat5", "item_stat6", "item_stat7", "passive1_cooldown", "passive1_chargeup", "passive1_description", "passive1_stat1", "passive1_stat2", "passive1_stat3", "passive1_stat4", "passive1_stat5", "passive1_stat6", "passive2_cooldown", "passive2_description", "passive2_stat1", "passive2_stat2", "passive2_stat3", "passive2_stat4", "passive2_stat5", "active1_cooldown", "active1_description", "active1_stat1", "active1_stat2", "active1_stat3", "active1_stat4", "active1_stat5", "active1_stat6", "active1_stat7", "active1_stat8", "active2_description", "active2_stat1", "active2_stat2", "active2_stat3", "active2_stat4", "active2_stat5", "iscomponentof1_name", "iscomponentof2_name", "iscomponentof3_name", "sound1", "sound2", "sound3", "nocat" ], "description": "Infobox for Deadlock items. Meant to be used with Infobox item/auto", "format": "block" } </templatedata><includeonly>[[Category:Infobox templates]]</includeonly> <noinclude>[[Category:Template documentation]]</noinclude>
Summary:
Please note that all contributions to The Deadlock Wiki are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
Deadlock:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Preview page with this template
Pages included on this page:
Template:Infobox item
(
edit
)
Template:Infobox item/styles.css
(
edit
)
Template:Message box
(
edit
)
Template:MissingValveTranslationTooltip
(
edit
)
Template:Souls
(
edit
)
Template:TS
(
edit
)
Template:Tl
(
edit
)
Template:Tooltip
(
edit
)
Module:Dictionary
(
edit
)
Module:ItemData
(
edit
)
Module:Lang
(
edit
)
Module:Souls
(
edit
)
Module:Utilities
(
edit
)
Data:Dictionary
(
edit
)
Data:ItemData.json
(
view source
) (⧼restriction-level-bot+⧽)
Data:LangCodes.json
(
view source
) (⧼restriction-level-bot+⧽)
Data:Lang en.json
(
view source
) (⧼restriction-level-bot+⧽)