Template:Infobox item/doc: Difference between revisions
reorder to fix escaping content!!!! |
add templatedata, move examples |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Usage == | |||
=== | 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_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> | |||
{{Infobox item | |||
|item_imagefilepath=Heroic Aura | |||
|item_name=Soul Shredder Bullets | |||
|item_type=Spirit | |||
|item_tier=3 | |||
|souls = 2,555 | |||
|has_components=true | |||
|component1_name=Basic Magazine | |||
|item_description=Increases the range and effect radius of your abilities and items. | |||
| item_stat1 = +15% [[Ability Range]] | |||
| item_stat2 = +7% [[Bullet Resist]] | |||
|has_passive1=true | |||
|has_active1=true | |||
|has_iscomponentof=true | |||
|iscomponentof1_name=Refresher | |||
}} | |||
</pre> | |||
| | |||
{{Infobox item | |||
|item_imagefilepath=Heroic Aura | |||
|item_name=Soul Shredder Bullets | |||
|item_type=Spirit | |||
|item_tier=3 | |||
|souls = 2,555 | |||
|has_components=true | |||
|component1_name=Basic Magazine | |||
|item_description=Increases the range and effect radius of your abilities and items. | |||
| item_stat1 = +15% [[Ability Range]] | |||
| item_stat2 = +7% [[Bullet Resist]] | |||
|has_passive1=true | |||
|has_active1=true | |||
|has_iscomponentof=true | |||
|iscomponentof1_name=Refresher | |||
}} | |||
|- | |||
| | |||
<pre> | |||
{{Infobox item | |||
|item_imagefilepath=Restorative Locket | |||
|item_name=Restorative Locket | |||
|item_type=Vitality | |||
|item_tier=2 | |||
|has_components=false | |||
|has_passive1=true | |||
|has_passive2=false|has_active1=true | |||
|has_iscomponentof=false | |||
|item_stat1=+10% [[Spirit Resist]] | |||
|item_stat2=+5 [[Spirit Power]] | |||
|item_stat3=+1m/s [[Sprint Speed]] | |||
|souls=1,250 | |||
|passive1_description=When an enemy uses an ability within 50m range from you, store one Restoration Stack. | |||
|passive1_cooldown= | |||
|active1_description=Consume all stacks to heal target ally and replenish a stamina point. Can be self-cast. | |||
|active1_cooldown=30s | |||
|active1_stat1=+35 Heal per Stack | |||
|active1_stat2=15 Max Stacks | |||
}} | |||
</pre> | |||
| | |||
{{Infobox item | |||
|item_imagefilepath=Restorative Locket | |||
|item_name=Restorative Locket | |||
|item_type=Vitality | |||
|item_tier=2 | |||
|has_components=false | |||
|has_passive1=true | |||
|has_passive2=false|has_active1=true | |||
|has_iscomponentof=false | |||
|item_stat1=+10% [[Spirit Resist]] | |||
|item_stat2=+5 [[Spirit Power]] | |||
|item_stat3=+1m/s [[Sprint Speed]] | |||
|souls=1,250 | |||
|passive1_description=When an enemy uses an ability within 50m range from you, store one Restoration Stack. | |||
|passive1_cooldown= | |||
|active1_description=Consume all stacks to heal target ally and replenish a stamina point. Can be self-cast. | |||
|active1_cooldown=30s | |||
|active1_stat1=+35 Heal per Stack | |||
|active1_stat2=15 Max Stacks | |||
}} | |||
|} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 6: | Line 156: | ||
"souls": { | "souls": { | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"default": "3,000" | |||
}, | }, | ||
"item_name": { | "item_name": { | ||
Line 49: | Line 200: | ||
}, | }, | ||
"has_components": { | "has_components": { | ||
"type": " | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"autovalue": "false", | "autovalue": "false", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
Line 59: | Line 209: | ||
}, | }, | ||
"component1_name": { | "component1_name": { | ||
"type": " | "type": "string", | ||
"default": "Basic Magazine" | |||
}, | }, | ||
"iscomponentof1_name": { | "iscomponentof1_name": { | ||
Line 155: | Line 306: | ||
"suggested": true, | "suggested": true, | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"1", "2", "3", "4" | "1", | ||
"2", | |||
"3", | |||
"4" | |||
] | ] | ||
}, | }, | ||
"has_passive2": { | "has_passive2": { | ||
Line 171: | Line 321: | ||
"false" | "false" | ||
] | ] | ||
}, | |||
"item_icon": {}, | |||
"no_category": { | |||
"description": "Sets whether this should categorize [[:Category:Items]] onto the transcluded page.", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "item_icon", | ||
"item_name", | "item_name", | ||
"item_type", | "item_type", | ||
"item_tier", | |||
"souls", | |||
"has_components", | "has_components", | ||
"component1_name", | |||
"has_passive1", | "has_passive1", | ||
"has_passive2", | "has_passive2", | ||
Line 189: | Line 346: | ||
"item_stat4", | "item_stat4", | ||
"item_stat5", | "item_stat5", | ||
"passive1_description", | "passive1_description", | ||
"passive1_cooldown", | "passive1_cooldown", | ||
Line 212: | Line 367: | ||
"active1_stat4", | "active1_stat4", | ||
"active1_stat5", | "active1_stat5", | ||
"iscomponentof1_name" | "iscomponentof1_name", | ||
] | "no_category" | ||
], | |||
"description": " ", | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata><includeonly>[[Category:Infobox templates]]</includeonly> | ||
< | |||
</ | |||
<noinclude>[[Category:Template documentation]]</noinclude> | <noinclude>[[Category:Template documentation]]</noinclude> |
Latest revision as of 05:51, 10 November 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_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 }} |
| |||||||||||||||||||||||||||||||||||||||||||||||||
{{Infobox item |item_imagefilepath=Heroic Aura |item_name=Soul Shredder Bullets |item_type=Spirit |item_tier=3 |souls = 2,555 |has_components=true |component1_name=Basic Magazine |item_description=Increases the range and effect radius of your abilities and items. | item_stat1 = +15% [[Ability Range]] | item_stat2 = +7% [[Bullet Resist]] |has_passive1=true |has_active1=true |has_iscomponentof=true |iscomponentof1_name=Refresher }} |
| |||||||||||||||||||||||||||||||||||||||||||||||||
{{Infobox item |item_imagefilepath=Restorative Locket |item_name=Restorative Locket |item_type=Vitality |item_tier=2 |has_components=false |has_passive1=true |has_passive2=false|has_active1=true |has_iscomponentof=false |item_stat1=+10% [[Spirit Resist]] |item_stat2=+5 [[Spirit Power]] |item_stat3=+1m/s [[Sprint Speed]] |souls=1,250 |passive1_description=When an enemy uses an ability within 50m range from you, store one Restoration Stack. |passive1_cooldown= |active1_description=Consume all stacks to heal target ally and replenish a stamina point. Can be self-cast. |active1_cooldown=30s |active1_stat1=+35 Heal per Stack |active1_stat2=15 Max Stacks }} |
|
Parameter | Description | Type | Status | |
---|---|---|---|---|
item_icon | item_icon | no description | Unknown | optional |
item_name | item_name | no description | Page name | required |
item_type | item_type | no description
| String | required |
item_tier | item_tier | no description
| Number | suggested |
souls | souls | no description
| Number | required |
has_components | has_components | no description
| Boolean | optional |
component1_name | component1_name | no description
| String | optional |
has_passive1 | has_passive1 | no description
| String | required |
has_passive2 | has_passive2 | no description
| String | required |
has_active1 | has_active1 | no description
| String | required |
has_iscomponentof | has_iscomponentof | no description
| String | required |
item_description | item_description | no description | String | optional |
item_stat1 | item_stat1 | no description | String | suggested |
item_stat2 | item_stat2 | no description | String | optional |
item_stat3 | item_stat3 | no description | String | optional |
item_stat4 | item_stat4 | no description | String | optional |
item_stat5 | item_stat5 | no description | String | optional |
passive1_description | passive1_description | no description | String | optional |
passive1_cooldown | passive1_cooldown | no description | Number | optional |
passive1_stat1 | passive1_stat1 | no description | String | optional |
passive1_stat2 | passive1_stat2 | no description | String | optional |
passive1_stat3 | passive1_stat3 | no description | String | optional |
passive1_stat4 | passive1_stat4 | no description | String | optional |
passive1_stat5 | passive1_stat5 | no description | String | optional |
passive2_description | passive2_description | no description | String | optional |
passive2_cooldown | passive2_cooldown | no description | Number | optional |
passive2_stat1 | passive2_stat1 | no description | String | optional |
passive2_stat2 | passive2_stat2 | no description | String | optional |
passive2_stat3 | passive2_stat3 | no description | String | optional |
passive2_stat4 | passive2_stat4 | no description | String | optional |
passive2_stat5 | passive2_stat5 | no description | String | optional |
active1_description | active1_description | no description | String | optional |
active1_cooldown | active1_cooldown | no description | Number | optional |
active1_stat1 | active1_stat1 | no description | String | optional |
active1_stat2 | active1_stat2 | no description | String | optional |
active1_stat3 | active1_stat3 | no description | String | optional |
active1_stat4 | active1_stat4 | no description | String | optional |
active1_stat5 | active1_stat5 | no description | String | optional |
iscomponentof1_name | iscomponentof1_name | no description | Page name | optional |
no_category | no_category | Sets whether this should categorize [[:Category:Items]] onto the transcluded page. | Boolean | optional |