Template:HeroRosterCard: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) simplified variables to call for name from hero key |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 34: | Line 34: | ||
{ | { | ||
"params": { | "params": { | ||
"lang": { | "lang": { | ||
"description": "Language of descriptions. Optional.", | "description": "Language of descriptions. Optional.", | ||
| Line 55: | Line 49: | ||
"Ability1": { | "Ability1": { | ||
"description": "The name of the character's first ability.", | "description": "The name of the character's first ability.", | ||
"example": "Siphon Life" | "example": "Siphon Life" | ||
}, | }, | ||
"Ability2": { | "Ability2": { | ||
"description": "The name of the character's second ability.", | "description": "The name of the character's second ability.", | ||
"example": "Shoulder Charge", | "example": "Shoulder Charge", | ||
"default": "Shoulder Charge" | "default": "Shoulder Charge" | ||
}, | }, | ||
"Ability3": { | "Ability3": { | ||
"description": "The name of the character's third ability.", | "description": "The name of the character's third ability.", | ||
"example": "Infernal Resilience", | "example": "Infernal Resilience", | ||
"default": "Infernal Resilience" | "default": "Infernal Resilience" | ||
}, | }, | ||
"Ability4": { | "Ability4": { | ||
"description": "The name of the character's ultimate.", | "description": "The name of the character's ultimate.", | ||
"example": "Seismic Impact", | "example": "Seismic Impact", | ||
"default": "Seismic Impact" | "default": "Seismic Impact" | ||
}, | }, | ||
"key": { | "key": { | ||
"description": "Internal name of the Hero, used to | "description": "Internal name of the Hero, used to fill all parameters.", | ||
"example": "hero_atlas, hero_bebop" | "example": "hero_atlas, hero_bebop", | ||
"required": true | |||
}, | }, | ||
"no_name": { | "no_name": { | ||
| Line 93: | Line 84: | ||
"paramOrder": [ | "paramOrder": [ | ||
"key", | "key", | ||
"lang", | "lang", | ||
"hero_link", | "hero_link", | ||
Revision as of 15:07, 8 February 2026
| Error: Unknown name . - Error: Unknown name . - Error: Unknown name . | |
|
|
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| key | key | Internal name of the Hero, used to fill all parameters.
| Unknown | required |
| lang | lang | Language of descriptions. Optional.
| Unknown | optional |
| hero_link | hero_link | Link for hero page. Optional
| Unknown | optional |
| hero_loc | hero_loc | Override hero name. Optional.
| Unknown | optional |
| Ability1 | Ability1 | The name of the character's first ability.
| Unknown | optional |
| Ability2 | Ability2 | The name of the character's second ability.
| Unknown | optional |
| Ability3 | Ability3 | The name of the character's third ability.
| Unknown | optional |
| Ability4 | Ability4 | The name of the character's ultimate.
| Unknown | optional |
| no_name | no_name | Use plain text for hero name instead of image (localized names don't use image by default)
| Boolean | optional |
| no_tags | no_tags | Don't use hero tags
| Boolean | optional |