Template:Infobox hero/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) added sounds and no_sounds |
Remove no_spirit_resist, no_bullet_resist, no_sprint params from doc |
||
| Line 3: | Line 3: | ||
|art=Abrams full.png | |art=Abrams full.png | ||
|card=Abrams card.png | |card=Abrams card.png | ||
|voice_actor=Samoa Joe | |voice_actor=Samoa Joe | ||
|release_date=April 16, 2024 | |release_date=April 16, 2024 | ||
| Line 11: | Line 8: | ||
}} | }} | ||
Template fills in most parameters in infobox automatically with data from [[Data:HeroData.json]]. | Template fills in most parameters in infobox automatically with data from [[Data:HeroData.json]]. | ||
You need to put hero's code name or their capitalized name in English in "key" parameter first. | |||
You need to put hero's code name or their capitalized name in English in the "key" parameter first. | |||
For example this "key" fills infobox with data for {{HeroIcon|Ivy}} | For example this "key" fills infobox with data for {{HeroIcon|Ivy}} | ||
| Line 17: | Line 15: | ||
or | or | ||
<pre>|key = Ivy</pre> | <pre>|key = Ivy</pre> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 25: | Line 24: | ||
"example": "Abrams card.png" | "example": "Abrams card.png" | ||
}, | }, | ||
"weapon_name": {}, | |||
"dps": {}, | "dps": {}, | ||
"bullet_damage": {}, | "bullet_damage": {}, | ||
| Line 38: | Line 37: | ||
"description": "For Bebop" | "description": "For Bebop" | ||
}, | }, | ||
"crit_scale": { | |||
"description": "If the hero has crit scale (Kelvin and Vyper)" | "description": "If the hero has crit scale (Kelvin and Vyper)" | ||
}, | }, | ||
"max_health": {}, | "max_health": {}, | ||
"health_regen": {}, | "health_regen": {}, | ||
"crit_reduction": { | |||
"description": "If the hero has crit reduction (Seven and Mo & Krill)" | "description": "If the hero has crit reduction (Seven and Mo & Krill)" | ||
}, | }, | ||
| Line 51: | Line 50: | ||
"sprint_speed": {}, | "sprint_speed": {}, | ||
"stamina": {}, | "stamina": {}, | ||
"stamina_cooldown": {}, | |||
"voice_actor": {}, | |||
"release_date": {}, | |||
"quotes": {}, | |||
"sounds": {}, | |||
"codenames": { | |||
"description": "Alternative names used for this hero in the files" | |||
}, | }, | ||
"no_icon": { | |||
"suggestedvalues": [ | |||
"true" | "true" | ||
], | ], | ||
"description": "Disables icon" | "description": "Disables icon" | ||
}, | }, | ||
"no_summary": { | "no_summary": { | ||
| Line 98: | Line 76: | ||
"description": "Removes Quotes page link from table" | "description": "Removes Quotes page link from table" | ||
}, | }, | ||
"no_sounds": { | |||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true" | "true" | ||
| Line 135: | Line 113: | ||
"hero_cadence" | "hero_cadence" | ||
], | ], | ||
"required": | "required": false, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 145: | Line 123: | ||
"key", | "key", | ||
"card", | "card", | ||
"weapon_name", | |||
"icon", | "icon", | ||
"name", | "name", | ||
| Line 158: | Line 136: | ||
"range", | "range", | ||
"max_range", | "max_range", | ||
"crit_scale", | |||
"max_health", | "max_health", | ||
"health_regen", | "health_regen", | ||
"crit_reduction", | |||
"bullet_resist", | "bullet_resist", | ||
"spirit_resist", | "spirit_resist", | ||
| Line 167: | Line 145: | ||
"sprint_speed", | "sprint_speed", | ||
"stamina", | "stamina", | ||
"stamina_cooldown", | |||
"voice_actor", | |||
"release_date", | |||
"quotes", | |||
"sounds", | |||
"codenames", | |||
"no_icon", | |||
"no_summary", | "no_summary", | ||
"no_quotes", | |||
"no_sounds" | |||
] | ] | ||
} | } | ||
</templatedata><includeonly>[[Category:Infobox templates|Hero]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | </templatedata> | ||
<includeonly>[[Category:Infobox templates|Hero]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | |||