Template:Infobox hero/doc: Difference between revisions

added sounds and no_sounds
LVL (talk | contribs)
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
|no_spirit_resist=true
|no_bullet_resist=true
|no_sprint=true
|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": {},
"weapon_name": {},
"dps": {},
"dps": {},
"bullet_damage": {},
"bullet_damage": {},
Line 38: Line 37:
"description": "For Bebop"
"description": "For Bebop"
},
},
        "crit_scale": {
"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": {
"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": {},
"stamina_cooldown": {},
        "voice_actor": {},
"voice_actor": {},
        "release_date": {},
"release_date": {},
        "quotes": {},
"quotes": {},
        "sounds": {},
"sounds": {},
        "codenames": {
"codenames": {
            "description": "Alternative names used for this hero in the files"
"description": "Alternative names used for this hero in the files"
},
},
        "no_icon": {
"no_icon": {
            "suggestedvalues": [
"suggestedvalues": [
"true"
"true"
],
],
"description": "Disables icon"
"description": "Disables icon"
},
"no_spirit_resist": {
"suggestedvalues": [
"true"
],
"description": "Removes spirit resist from the table",
"suggested": true
},
"no_bullet_resist": {
"suggestedvalues": [
"true"
],
"description": "Removes bullet resist from the table",
"suggested": true
},
"no_sprint": {
"suggestedvalues": [
"true"
],
"description": "Removes sprint speed from the table",
"suggested": true
},
},
"no_summary": {
"no_summary": {
Line 98: Line 76:
"description": "Removes Quotes page link from table"
"description": "Removes Quotes page link from table"
},
},
        "no_sounds": {
"no_sounds": {
"suggestedvalues": [
"suggestedvalues": [
"true"
"true"
Line 135: Line 113:
"hero_cadence"
"hero_cadence"
],
],
"required": true,
"required": false,
"type": "string"
"type": "string"
},
},
Line 145: Line 123:
"key",
"key",
"card",
"card",
        "weapon_name",
"weapon_name",
"icon",
"icon",
"name",
"name",
Line 158: Line 136:
"range",
"range",
"max_range",
"max_range",
        "crit_scale",
"crit_scale",
"max_health",
"max_health",
"health_regen",
"health_regen",
        "crit_reduction",
"crit_reduction",
"bullet_resist",
"bullet_resist",
"spirit_resist",
"spirit_resist",
Line 167: Line 145:
"sprint_speed",
"sprint_speed",
"stamina",
"stamina",
        "stamina_cooldown",
"stamina_cooldown",
        "voice_actor",
"voice_actor",
        "release_date",
"release_date",
        "quotes",
"quotes",
        "sounds",
"sounds",
        "codenames",
"codenames",
        "no_icon",
"no_icon",
"no_spirit_resist",
"no_bullet_resist",
"no_sprint",
"no_summary",
"no_summary",
        "no_quotes",
"no_quotes",
        "no_sounds"
"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>