Template:HeroRosterCard: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) no_name and no_tags |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 101: | Line 101: | ||
"no_name": { | "no_name": { | ||
"description": "Use plain text for hero name instead of image (localized names don't use image by default)", | "description": "Use plain text for hero name instead of image (localized names don't use image by default)", | ||
" | "type": "boolean", | ||
" | "default": "true" | ||
}, | }, | ||
"no_tags": { | "no_tags": { | ||
"description": "Don't use hero tags", | "description": "Don't use hero tags", | ||
" | "type": "boolean", | ||
" | "default": "true" | ||
} | } | ||
}, | }, | ||
Revision as of 20:58, 29 August 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| key | key | Internal name of the Hero, used to grab summary and role.
| Unknown | optional |
| hero | hero | The name of the Hero. Used to write the title, summary and get the render image.
| 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 | required |
| Ability2 | Ability2 | The name of the character's second ability.
| Unknown | required |
| Ability3 | Ability3 | The name of the character's third ability.
| Unknown | required |
| Ability4 | Ability4 | The name of the character's ultimate.
| Unknown | required |
| 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 |