Template:Infobox hero/doc: Difference between revisionsGive feedback
No edit summary |
m Reverted edit by 162.210.194.1 (talk) to last revision by LVL Tag: Rollback |
||
| Line 131: | Line 131: | ||
"autovalue": "true", | "autovalue": "true", | ||
"description": "Disables the Role/Playstyle summary tags at the bottom" | "description": "Disables the Role/Playstyle summary tags at the bottom" | ||
}, | |||
"pronouns": { | |||
"description": "Character pronouns (e.g. He/Him, They/Them)" | |||
}, | }, | ||
"no_name": { | "no_name": { | ||
| Line 144: | Line 147: | ||
"weapon-font-size": { | "weapon-font-size": { | ||
"description": "Override for weapon name font size if wrapping occurs (default 19px)" | "description": "Override for weapon name font size if wrapping occurs (default 19px)" | ||
} | |||
}, | }, | ||
"description": "Automated infobox for Deadlock heroes.", | "description": "Automated infobox for Deadlock heroes.", | ||
| Line 181: | Line 183: | ||
"release_date", | "release_date", | ||
"codenames", | "codenames", | ||
"pronouns", | |||
"font-size", | "font-size", | ||
"weapon-font-size", | "weapon-font-size", | ||
| Line 187: | Line 190: | ||
"no_icon", | "no_icon", | ||
"no_spirit_resist", | "no_spirit_resist", | ||
"no_bullet_resist | "no_bullet_resist" | ||
] | ] | ||
} | } | ||
Revision as of 18:12, 2 February 2026

| |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||
| |||||||||||||||||||
| Information | |||||||||||||||||||
| |||||||||||||||||||
Template fills in most parameters in infobox automatically with data from Data:HeroData.json, including base stats and scaling from Levels (Boons) or Spirit Power.
You need to put hero's code name or their capitalized name in English in the "key" parameter first. Code name is preferable because it loads faster.
For example this "key" fills infobox with data for Ivy
|key = hero_tengu
or
|key = Ivy
Rows for Bullet Resist, Spirit Resist, Melee Resist, and Lifesteal will automatically hide themselves if the hero has 0 base value and no scaling for that stat.
Automated infobox for Deadlock heroes.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| key | key | Autofills table contents from HeroData.json
| String | required |
| card | card | Adds hero's portrait
| Unknown | optional |
| weapon_name | weapon_name | no description | Unknown | optional |
| icon | icon | no description | Unknown | optional |
| name | name | no description | Unknown | optional |
| dps | dps | no description | Unknown | optional |
| bullet_damage | bullet_damage | no description | Unknown | optional |
| ammo | ammo | no description | Unknown | optional |
| bullets_per_sec | bullets_per_sec | no description | Unknown | optional |
| reload_time | reload_time | no description | Unknown | optional |
| bullet_velocity | bullet_velocity | no description | Unknown | optional |
| light_melee | light_melee | no description | Unknown | optional |
| heavy_melee | heavy_melee | no description | Unknown | optional |
| range | range | no description | Unknown | optional |
| max_range | max_range | For Bebop | Unknown | optional |
| crit_scale | crit_scale | If the hero has crit scale (Kelvin and Vyper) | Unknown | optional |
| max_health | max_health | no description | Unknown | optional |
| health_regen | health_regen | no description | Unknown | optional |
| crit_reduction | crit_reduction | If the hero has crit reduction (Seven and Mo & Krill) | Unknown | optional |
| bullet_resist | bullet_resist | no description | Unknown | optional |
| spirit_resist | spirit_resist | no description | Unknown | optional |
| melee_resist | melee_resist | Melee damage resistance percentage | Unknown | optional |
| bullet_lifesteal | bullet_lifesteal | Healing gained from bullet damage | Unknown | optional |
| spirit_lifesteal | spirit_lifesteal | Healing gained from spirit damage | Unknown | optional |
| move_speed | move_speed | no description | Unknown | optional |
| sprint_speed | sprint_speed | no description | Unknown | optional |
| stamina | stamina | no description | Unknown | optional |
| stamina_cooldown | stamina_cooldown | no description | Unknown | optional |
| voice_actor | voice_actor | no description | Unknown | optional |
| release_date | release_date | no description
| Unknown | optional |
| codenames | codenames | Alternative names used for this hero in the files | Unknown | optional |
| pronouns | pronouns | Character pronouns (e.g. He/Him, They/Them) | Unknown | optional |
| font-size | font-size | Override for hero name font size if wrapping occurs (default 25px) | Unknown | optional |
| weapon-font-size | weapon-font-size | Override for weapon name font size if wrapping occurs (default 19px) | Unknown | optional |
| no_summary | no_summary | Disables the Role/Playstyle summary tags at the bottom
| Boolean | optional |
| no_name | no_name | Uses standard text name instead of the hero logo image
| String | optional |
| no_icon | no_icon | Disables the small hero icon in the header
| Boolean | optional |
| no_spirit_resist | no_spirit_resist | Manual toggle to hide spirit resist. Now handled automatically by the module.
| Boolean | optional |
| no_bullet_resist | no_bullet_resist | Manual toggle to hide bullet resist. Now handled automatically by the module.
| Boolean | optional |
