Jump to content

Template:Infobox item/doc: Difference between revisions

From Deadlock Wiki
YouKnow (talk | contribs)
Stuff for new param item_tier
m update templatedata
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Template for item info boxes
== Usage ==
== Example ==
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
{{Infobox item
|item_imagefilepath=Heroic Aura
| item_name           = Heroic Aura
|item_name=Heroic Aura
| item_type           = Weapon
|item_type=Weapon
| item_tier           = 3
|item_tier=3
| souls                = 3,000
|has_components=true
| has_passive1        = true
|component1_name=Basic Magazine
| has_passive2        = false
|has_passive1=true
| has_active1         = true
|has_active1=true
| has_components      = false
|has_iscomponentof=true
| has_iscomponentof    = false
|iscomponentof1_name=Headhunter
| item_stat1           = +18% Bullet Lifesteal
|item_stat1=+20% [[Bullet Lifesteal]]
| item_stat2           = +150 Bonus Health
|item_stat2=+150 Bonus [[Health]]
| item_stat3           = +1m/s Move Speed
|item_stat3=+1m/s [[Move Speed]]
| passive1_description = Provides Fire Rate to nearby player minions.
|souls=3,000
| passive1_stat1       = +40% Minions Fire Rate (Conditional)
|passive1_description=Provides [[Fire Rate]] to nearby player [[minion]]s.
| passive1_stat2       = 20m Radius
|passive1_cooldown=
| active1_cooldown    = 20s
|passive1_stat1=+40% Minions Fire Rate
| active1_description = Provides bonus Move Speed and Fire Rate to you and nearby allies.
(Conditional)
| active1_stat1       = +2m/s Move Speed (Conditional)
|passive1_stat2=20m Radius
| active1_stat2       = +25% Fire Rate (Conditional)
|active1_description=Provides bonus Movement Speed and Fire Rate to you and nearby allies.
| active1_stat3       = 30m Active Radius
|active1_cooldown=30s
| active1_stat4       = 6s Duration
|active1_stat1=+3m/s Movement Speed
(Conditional)
|active1_stat2=+25% Fire Rate
(Conditional)
|active1_stat3=30m Active Radius
|active1_stat4=6s Duration
}}
}}
== Template Data ==
</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>
<templatedata>
{
{
Line 36: Line 149:
"souls": {
"souls": {
"type": "number",
"type": "number",
"required": true
"required": true,
"default": "3,000",
"description": "Souls cost."
},
},
"item_name": {
"item_name": {
"type": "wiki-page-name",
"type": "wiki-page-name",
"required": true
"required": true,
"description": "Item name."
},
},
"has_passive1": {
"has_passive1": {
"type": "string",
"type": "boolean",
"default": "false",
"default": "false",
"autovalue": "false",
"required": true,
"required": true,
"suggestedvalues": [
"suggestedvalues": [
"true",
"true",
"false"
"false"
]
],
"description": "If the item has a passive section."
},
},
"has_active1": {
"has_active1": {
"type": "string",
"type": "boolean",
"default": "false",
"default": "false",
"autovalue": "false",
"required": true,
"required": true,
"suggestedvalues": [
"suggestedvalues": [
"true",
"true",
"false"
"false"
]
],
"description": "If the item has an active section."
},
},
"has_iscomponentof": {
"has_iscomponentof": {
"type": "string",
"type": "boolean",
"default": "false",
"default": "false",
"autovalue": "false",
"required": true,
"required": true,
"suggestedvalues": [
"suggestedvalues": [
"true",
"true",
"false"
"false"
]
],
"description": "If the item is a component of X."
},
},
"passive1_description": {
"passive1_description": {
Line 79: Line 195:
},
},
"has_components": {
"has_components": {
"type": "string",
"type": "boolean",
"default": "false",
"default": "false",
"autovalue": "false",
"required": true,
"suggestedvalues": [
"suggestedvalues": [
"true",
"true",
"false"
"false"
]
],
"description": "If the item has a component.",
"required": true
},
},
"component1_name": {
"component1_name": {
"type": "wiki-page-name"
"type": "string",
"default": "Basic Magazine",
"description": "Name of the component."
},
},
"iscomponentof1_name": {
"iscomponentof1_name": {
"type": "wiki-page-name"
"type": "string",
"description": "Name of the component."
},
},
"item_description": {
"item_description": {
"type": "string"
"type": "string",
"description": "Item description."
},
},
"item_stat3": {
"item_stat3": {
Line 158: Line 278:
},
},
"item_stat1": {
"item_stat1": {
"type": "string",
"type": "string"
"suggested": true
},
},
"item_stat2": {
"item_stat2": {
Line 177: Line 296:
"Spirit"
"Spirit"
],
],
"required": true
"required": true,
"description": "Item type."
},
},
"item_tier": {
"item_tier": {
"type": "number",
"type": "number",
"default": "1",
"default": "1",
"autovalue": "1",
"suggested": true,
"suggestedvalues": [
"suggestedvalues": [
"1", "2", "3", "4"
"1",
]
"2",
},
"3",
"item_imagefilepath": {
"4"
"type": "string",
],
"description": "Item tier.",
"required": true
"required": true
},
},
"has_passive2": {
"has_passive2": {
"type": "string",
"type": "boolean",
"default": "false",
"default": "false",
"autovalue": "false",
"required": true,
"required": true,
"suggestedvalues": [
"suggestedvalues": [
"true",
"true",
"false"
"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": [
"paramOrder": [
"item_imagefilepath",
"item_icon",
"item_name",
"item_name",
"item_type",
"item_type",
        "item_tier",
"item_tier",
"has_components",
"souls",
"has_passive1",
"has_passive1",
"has_passive2",
"has_passive2",
"has_active1",
"has_active1",
"has_components",
"has_iscomponentof",
"has_iscomponentof",
"component1_name",
"item_description",
"item_description",
"item_stat1",
"item_stat1",
Line 219: Line 389:
"item_stat4",
"item_stat4",
"item_stat5",
"item_stat5",
"souls",
"item_stat6",
"component1_name",
"item_stat7",
"passive1_cooldown",
"passive1_description",
"passive1_description",
"passive1_cooldown",
"passive1_stat1",
"passive1_stat1",
"passive1_stat2",
"passive1_stat2",
Line 228: Line 398:
"passive1_stat4",
"passive1_stat4",
"passive1_stat5",
"passive1_stat5",
"passive1_stat6",
"passive2_cooldown",
"passive2_description",
"passive2_description",
"passive2_cooldown",
"passive2_stat1",
"passive2_stat1",
"passive2_stat2",
"passive2_stat2",
Line 235: Line 406:
"passive2_stat4",
"passive2_stat4",
"passive2_stat5",
"passive2_stat5",
"active1_cooldown",
"active1_description",
"active1_description",
"active1_cooldown",
"active1_stat1",
"active1_stat1",
"active1_stat2",
"active1_stat2",
Line 242: Line 413:
"active1_stat4",
"active1_stat4",
"active1_stat5",
"active1_stat5",
"iscomponentof1_name"
"active1_stat6",
]
"active2_description",
"active2_stat1",
"active2_stat2",
"active2_stat3",
"active2_stat4",
"active2_stat5",
"iscomponentof1_name",
"sound1",
"sound2",
"no_category"
],
"description": " ",
"format": "block"
}
}
</templatedata>
</templatedata><includeonly>[[Category:Infobox templates]]</includeonly>
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 21:43, 8 December 2024

Usage[edit source]

This template creates an infobox for items. It automatically categorizes the pages it is transcluded onto in Category:Items.

Examples[edit source]

Code Output
{{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
}}
Heroic Aura
Cost Souls3,000
Tier 3
Shop Bonus +14% Weapon Damage
+18% Bullet Lifesteal
+150 Bonus Health
+1m/s Move Speed
Passive
Provides Fire Rate to nearby player minions.
+40% Minions Fire Rate (Conditional)
20m Radius



Active 20s
Provides bonus Move Speed and Fire Rate to you and nearby allies.
+2m/s Move Speed (Conditional)
+25% Fire Rate (Conditional)
30m Active Radius
6s Duration


{{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
}}
Cold Front
Cost Souls1,250
Tier 2
Shop Bonus +8 Spirit Power
+10% Spirit Resist
Active 28s
Release an expanding ice blast that deals Spirit Damage and Slows targets it hits. Deals 2x Damage to non-Heroes.
75 Damage
40% Movement Slow (Conditional)
14m End Radius
3s Duration


{{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
}}
Restorative Locket
Cost Souls1,250
Tier 2
Shop Bonus +14% Base Health
+10% Spirit Resist
+25% Melee Resist
+1m/s Sprint Speed
Passive
When an enemy uses an ability within 50m range from you, store one Restoration Stack.
Active 25s
Consume all stacks to heal target ally and replenish a stamina point. Can be self-cast.
32 Heal per Stack
15 Max Stacks



Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
item_iconitem_icon

Custom file.

Fileoptional
item_nameitem_name

Item name.

Page namerequired
item_typeitem_type

Item type.

Suggested values
Weapon Vitality Spirit
Stringrequired
item_tieritem_tier

Item tier.

Suggested values
1 2 3 4
Default
1
Numberrequired
soulssouls

Souls cost.

Default
3,000
Numberrequired
has_passive1has_passive1

If the item has a passive section.

Suggested values
true false
Default
false
Booleanrequired
has_passive2has_passive2

If the item has a second passive section.

Suggested values
true false
Default
false
Booleanrequired
has_active1has_active1

If the item has an active section.

Suggested values
true false
Default
false
Booleanrequired
has_componentshas_components

If the item has a component.

Suggested values
true false
Default
false
Booleanrequired
has_iscomponentofhas_iscomponentof

If the item is a component of X.

Suggested values
true false
Default
false
Booleanrequired
component1_namecomponent1_name

Name of the component.

Default
Basic Magazine
Stringoptional
item_descriptionitem_description

Item description.

Stringoptional
item_stat1item_stat1

no description

Stringoptional
item_stat2item_stat2

no description

Stringoptional
item_stat3item_stat3

no description

Stringoptional
item_stat4item_stat4

no description

Stringoptional
item_stat5item_stat5

no description

Stringoptional
item_stat6item_stat6

no description

Stringoptional
item_stat7item_stat7

no description

Stringoptional
passive1_cooldownpassive1_cooldown

no description

Numberoptional
passive1_descriptionpassive1_description

no description

Stringoptional
passive1_stat1passive1_stat1

no description

Stringoptional
passive1_stat2passive1_stat2

no description

Stringoptional
passive1_stat3passive1_stat3

no description

Stringoptional
passive1_stat4passive1_stat4

no description

Stringoptional
passive1_stat5passive1_stat5

no description

Stringoptional
passive1_stat6passive1_stat6

no description

Stringoptional
passive2_cooldownpassive2_cooldown

no description

Numberoptional
passive2_descriptionpassive2_description

no description

Stringoptional
passive2_stat1passive2_stat1

no description

Stringoptional
passive2_stat2passive2_stat2

no description

Stringoptional
passive2_stat3passive2_stat3

no description

Stringoptional
passive2_stat4passive2_stat4

no description

Stringoptional
passive2_stat5passive2_stat5

no description

Stringoptional
active1_cooldownactive1_cooldown

no description

Numberoptional
active1_descriptionactive1_description

no description

Stringoptional
active1_stat1active1_stat1

no description

Stringoptional
active1_stat2active1_stat2

no description

Stringoptional
active1_stat3active1_stat3

no description

Stringoptional
active1_stat4active1_stat4

no description

Stringoptional
active1_stat5active1_stat5

no description

Stringoptional
active1_stat6active1_stat6

no description

Stringoptional
active2_descriptionactive2_description

no description

Stringoptional
active2_stat1active2_stat1

no description

Stringoptional
active2_stat2active2_stat2

no description

Stringoptional
active2_stat3active2_stat3

no description

Stringoptional
active2_stat4active2_stat4

no description

Stringoptional
active2_stat5active2_stat5

no description

Stringoptional
iscomponentof1_nameiscomponentof1_name

Name of the component.

Stringoptional
sound1sound1

Sound file name.

Fileoptional
sound2sound2

Sound file name.

Fileoptional
no_categoryno_category

Sets whether this should categorize [[:Category:Items]] onto the transcluded page.

Suggested values
true
Booleanoptional