Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Discord server
Recent changes
Random page
Community
Discord
Steam
Search
Search
English
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Template:Infobox item/doc
(section)
Template
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Languages
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Examples == {| class="wikitable" ! Code !! Output |- | <pre> {{Infobox item | item_name = Heroic Aura | item_type = Weapon | item_tier = 3 | souls = 3,000 | has_passive1 = true | has_passive2 = false | has_active1 = true | has_components = false | has_iscomponentof = false | 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_stat1 = +40% Minions Fire Rate (Conditional) | passive1_stat2 = 20m Radius | active1_cooldown = 20s | active1_description = Provides bonus Move Speed and Fire Rate to you and nearby allies. | active1_stat1 = +2m/s Move Speed (Conditional) | active1_stat2 = +25% Fire Rate (Conditional) | active1_stat3 = 30m Active Radius | active1_stat4 = 6s Duration }} </pre> | {{Infobox item | item_name = Heroic Aura | item_type = Weapon | item_tier = 3 | souls = 3,000 | has_passive1 = true | has_passive2 = false | has_active1 = true | has_components = false | has_iscomponentof = false | 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_stat1 = +40% Minions Fire Rate (Conditional) | passive1_stat2 = 20m Radius | active1_cooldown = 20s | active1_description = Provides bonus Move Speed and Fire Rate to you and nearby allies. | active1_stat1 = +2m/s Move Speed (Conditional) | active1_stat2 = +25% Fire Rate (Conditional) | active1_stat3 = 30m Active Radius | active1_stat4 = 6s Duration | no_category = true }} |- | <pre> {{Infobox item | item_name = Cold Front | item_type = Spirit | item_tier = 2 | souls = 1,250 | has_passive1 = false | has_passive2 = false | has_active1 = true | has_components = false | has_iscomponentof = false | 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_stat1 = 75 Damage | active1_stat2 = 40% Movement Slow (Conditional) | active1_stat3 = 14m End Radius | active1_stat4 = 3s Duration }} </pre> | {{Infobox item | item_name = Cold Front | item_type = Spirit | item_tier = 2 | souls = 1,250 | has_passive1 = false | has_passive2 = false | has_active1 = true | has_components = false | has_iscomponentof = false | 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_stat1 = 75 Damage | active1_stat2 = 40% Movement Slow (Conditional) | active1_stat3 = 14m End Radius | active1_stat4 = 3s Duration | no_category = true }} |- | <pre> {{Infobox item | item_name = Restorative Locket | item_type = Vitality | item_tier = 2 | souls = 1,250 | has_passive1 = true | has_passive2 = false | has_active1 = true | has_components = false | has_iscomponentof = false | item_stat1 = +10% Spirit Resist | item_stat2 = +25% Melee Resist | item_stat3 = +1m/s Sprint Speed | passive1_description = When an enemy uses an ability within 50m range from you, store one '''Restoration Stack'''. | active1_cooldown = 25s | active1_description = Consume all stacks to '''heal target ally''' and replenish a '''stamina point'''. Can be self-cast. | active1_stat1 = 32 Heal per Stack | active1_stat2 = 15 Max Stacks }} </pre> | {{Infobox item | item_name = Restorative Locket | item_type = Vitality | item_tier = 2 | souls = 1,250 | has_passive1 = true | has_passive2 = false | has_active1 = true | has_components = false | has_iscomponentof = false | item_stat1 = +10% Spirit Resist | item_stat2 = +25% Melee Resist | item_stat3 = +1m/s Sprint Speed | passive1_description = When an enemy uses an ability within 50m range from you, store one '''Restoration Stack'''. | active1_cooldown = 25s | active1_description = Consume all stacks to '''heal target ally''' and replenish a '''stamina point'''. Can be self-cast. | active1_stat1 = 32 Heal per Stack | active1_stat2 = 15 Max Stacks | no_category = true }} |} <templatedata> { "params": { "souls": { "type": "number", "required": true, "default": "3,000", "description": "Souls cost." }, "item_name": { "type": "wiki-page-name", "required": true, "description": "Item name." }, "has_passive1": { "type": "boolean", "default": "false", "required": true, "suggestedvalues": [ "true", "false" ], "description": "If the item has a passive section." }, "has_active1": { "type": "boolean", "default": "false", "required": true, "suggestedvalues": [ "true", "false" ], "description": "If the item has an active section." }, "has_iscomponentof": { "type": "boolean", "default": "false", "required": true, "suggestedvalues": [ "true", "false" ], "description": "If the item is a component of X." }, "passive1_description": { "type": "string" }, "active1_description": { "type": "string" }, "has_components": { "type": "boolean", "default": "false", "suggestedvalues": [ "true", "false" ], "description": "If the item has a component.", "required": true }, "component1_name": { "type": "string", "default": "Basic Magazine", "description": "Name of the component." }, "iscomponentof1_name": { "type": "string", "description": "Name of the component." }, "item_description": { "type": "string", "description": "Item description." }, "item_stat3": { "type": "string" }, "item_stat4": { "type": "string" }, "item_stat5": { "type": "string" }, "passive1_cooldown": { "type": "number" }, "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" ], "required": true, "description": "Item type." }, "item_tier": { "type": "number", "default": "1", "suggestedvalues": [ "1", "2", "3", "4" ], "description": "Item tier.", "required": true }, "has_passive2": { "type": "boolean", "default": "false", "required": true, "suggestedvalues": [ "true", "false" ], "description": "If the item has a second passive section." }, "item_icon": { "description": "Custom file.", "type": "wiki-file-name" }, "no_category": { "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." }, "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" } }, "paramOrder": [ "item_icon", "item_name", "item_type", "item_tier", "souls", "has_passive1", "has_passive2", "has_active1", "has_components", "has_iscomponentof", "component1_name", "item_description", "item_stat1", "item_stat2", "item_stat3", "item_stat4", "item_stat5", "item_stat6", "item_stat7", "passive1_cooldown", "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", "active2_description", "active2_stat1", "active2_stat2", "active2_stat3", "active2_stat4", "active2_stat5", "iscomponentof1_name", "sound1", "sound2", "no_category" ], "description": " ", "format": "block" } </templatedata><includeonly>[[Category:Infobox templates]]</includeonly> <noinclude>[[Category:Template documentation]]</noinclude>
Summary:
Please note that all contributions to 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