Template:Infobox item/doc: Difference between revisionsGive feedback
m THIS NEEDS SERIOUS WORK, cat |
reorder to fix escaping content!!!! |
||
| Line 1: | Line 1: | ||
Template for item info boxes | Template for item info boxes | ||
= | === Template Data === | ||
== Template Data == | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 245: | Line 215: | ||
] | ] | ||
} | } | ||
</templatedata><noinclude>[[Category:Template documentation]]</noinclude> | </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> | |||