Template:Infobox item/doc: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
YouKnow (talk | contribs)
Creating doc subpage. Copied over template data from main.
 
Sylphoid (talk | contribs)
reorder to fix escaping content!!!!
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Template for item info boxes
Template for item info boxes
== Example ==
=== Template Data ===
{{Infobox item
|item_imagefilepath=Heroic Aura
|item_name=Heroic Aura
|item_type=Weapon
|has_components=true
|component1_name=Basic Magazine
|has_passive1=true
|has_active1=true
|has_iscomponentof=true
|iscomponentof1_name=Headhunter
|item_stat1=+20% [[Bullet Lifesteal]]
|item_stat2=+150 Bonus [[Health]]
|item_stat3=+1m/s [[Move Speed]]
|souls=3,000
|passive1_description=Provides [[Fire Rate]] to nearby player [[minion]]s.
|passive1_cooldown=
|passive1_stat1=+40% Minions Fire Rate
(Conditional)
|passive1_stat2=20m Radius
|active1_description=Provides bonus Movement Speed and Fire Rate to you and nearby allies.
|active1_cooldown=30s
|active1_stat1=+3m/s Movement Speed
(Conditional)
|active1_stat2=+25% Fire Rate
(Conditional)
|active1_stat3=30m Active Radius
|active1_stat4=6s Duration
}}
== Template Data ==
<templatedata>
<templatedata>
{
{
Line 93: Line 64:
"type": "wiki-page-name"
"type": "wiki-page-name"
},
},
    "item_description": {
"item_description": {
"type": "string"
"type": "string"
},
},
Line 177: Line 148:
],
],
"required": true
"required": true
},
"item_tier": {
"type": "number",
"default": "1",
"autovalue": "1",
"suggested": true,
"suggestedvalues": [
"1", "2", "3", "4"
]
},
},
"item_imagefilepath": {
"item_imagefilepath": {
Line 197: Line 177:
"item_name",
"item_name",
"item_type",
"item_type",
        "item_tier",
"has_components",
"has_components",
"has_passive1",
"has_passive1",
Line 202: Line 183:
"has_active1",
"has_active1",
"has_iscomponentof",
"has_iscomponentof",
    "item_description",
"item_description",
"item_stat1",
"item_stat1",
"item_stat2",
"item_stat2",
Line 235: Line 216:
}
}
</templatedata>
</templatedata>
== Example ==
{{Infobox item
|item_imagefilepath=Heroic Aura
|item_name=Heroic Aura
|item_type=Weapon
|item_tier=3
|has_components=true
|component1_name=Basic Magazine
|has_passive1=true
|has_active1=true
|has_iscomponentof=true
|iscomponentof1_name=Headhunter
|item_stat1=+20% [[Bullet Lifesteal]]
|item_stat2=+150 Bonus [[Health]]
|item_stat3=+1m/s [[Move Speed]]
|souls=3,000
|passive1_description=Provides [[Fire Rate]] to nearby player [[minion]]s.
|passive1_cooldown=
|passive1_stat1=+40% Minions Fire Rate
(Conditional)
|passive1_stat2=20m Radius
|active1_description=Provides bonus Movement Speed and Fire Rate to you and nearby allies.
|active1_cooldown=30s
|active1_stat1=+3m/s Movement Speed
(Conditional)
|active1_stat2=+25% Fire Rate
(Conditional)
|active1_stat3=30m Active Radius
|active1_stat4=6s Duration
}}
<pre>
{{Infobox item
|item_imagefilepath=Heroic Aura
|item_name=Heroic Aura
|item_type=Weapon
|item_tier=3
|has_components=true
|component1_name=Basic Magazine
|has_passive1=true
|has_active1=true
|has_iscomponentof=true
|iscomponentof1_name=Headhunter
|item_stat1=+20% [[Bullet Lifesteal]]
|item_stat2=+150 Bonus [[Health]]
|item_stat3=+1m/s [[Move Speed]]
|souls=3,000
|passive1_description=Provides [[Fire Rate]] to nearby player [[minion]]s.
|passive1_cooldown=
|passive1_stat1=+40% Minions Fire Rate
(Conditional)
|passive1_stat2=20m Radius
|active1_description=Provides bonus Movement Speed and Fire Rate to you and nearby allies.
|active1_cooldown=30s
|active1_stat1=+3m/s Movement Speed
(Conditional)
|active1_stat2=+25% Fire Rate
(Conditional)
|active1_stat3=30m Active Radius
|active1_stat4=6s Duration
}}
</pre>
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 08:20, 13 September 2024

Template for item info boxes

Template Data[edit source]

No description.

Template parameters

ParameterDescriptionTypeStatus
item_imagefilepathitem_imagefilepath

no description

Stringrequired
item_nameitem_name

no description

Page namerequired
item_typeitem_type

no description

Suggested values
Weapon Vitality Spirit
Stringrequired
item_tieritem_tier

no description

Suggested values
1 2 3 4
Default
1
Auto value
1
Numbersuggested
has_componentshas_components

no description

Suggested values
true false
Default
false
Auto value
false
Stringrequired
has_passive1has_passive1

no description

Suggested values
true false
Default
false
Auto value
false
Stringrequired
has_passive2has_passive2

no description

Suggested values
true false
Default
false
Auto value
false
Stringrequired
has_active1has_active1

no description

Suggested values
true false
Default
false
Auto value
false
Stringrequired
has_iscomponentofhas_iscomponentof

no description

Suggested values
true false
Default
false
Auto value
false
Stringrequired
item_descriptionitem_description

no description

Stringoptional
item_stat1item_stat1

no description

Stringsuggested
item_stat2item_stat2

no description

Stringoptional
item_stat3item_stat3

no description

Stringoptional
item_stat4item_stat4

no description

Stringoptional
item_stat5item_stat5

no description

Stringoptional
soulssouls

no description

Numberrequired
component1_namecomponent1_name

no description

Page nameoptional
passive1_descriptionpassive1_description

no description

Stringoptional
passive1_cooldownpassive1_cooldown

no description

Numberoptional
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
passive2_descriptionpassive2_description

no description

Stringoptional
passive2_cooldownpassive2_cooldown

no description

Numberoptional
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_descriptionactive1_description

no description

Stringoptional
active1_cooldownactive1_cooldown

no description

Numberoptional
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
iscomponentof1_nameiscomponentof1_name

no description

Page nameoptional

Example[edit source]

Heroic Aura
+14%
Souls 3,000
Weapon Damage
Components:
Basic Magazine
+20% 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 30s
Provides bonus Movement Speed and Fire Rate to you and nearby allies.
+3m/s Movement Speed

(Conditional)

+25% Fire Rate

(Conditional)

30m Active Radius
6s Duration
IS COMPONENT OF:
Headhunter
{{Infobox item
|item_imagefilepath=Heroic Aura
|item_name=Heroic Aura
|item_type=Weapon
|item_tier=3
|has_components=true
|component1_name=Basic Magazine
|has_passive1=true
|has_active1=true
|has_iscomponentof=true
|iscomponentof1_name=Headhunter
|item_stat1=+20% [[Bullet Lifesteal]]
|item_stat2=+150 Bonus [[Health]]
|item_stat3=+1m/s [[Move Speed]]
|souls=3,000
|passive1_description=Provides [[Fire Rate]] to nearby player [[minion]]s.
|passive1_cooldown=
|passive1_stat1=+40% Minions Fire Rate
(Conditional)
|passive1_stat2=20m Radius
|active1_description=Provides bonus Movement Speed and Fire Rate to you and nearby allies.
|active1_cooldown=30s
|active1_stat1=+3m/s Movement Speed
(Conditional)
|active1_stat2=+25% Fire Rate
(Conditional)
|active1_stat3=30m Active Radius
|active1_stat4=6s Duration
}}