Template:HeroRosterCard: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) no_name and no_tags |
||
| Line 98: | Line 98: | ||
"description": "Internal name of the Hero, used to grab summary and role.", | "description": "Internal name of the Hero, used to grab summary and role.", | ||
"example": "hero_atlas, hero_bebop" | "example": "hero_atlas, hero_bebop" | ||
}, | |||
"no_name": { | |||
"description": "Use plain text for hero name instead of image (localized names don't use image by default)", | |||
"example": "true", | |||
"type": "boolean" | |||
}, | |||
"no_tags": { | |||
"description": "Don't use hero tags", | |||
"example": "true", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
| Line 109: | Line 119: | ||
"Ability2", | "Ability2", | ||
"Ability3", | "Ability3", | ||
"Ability4" | "Ability4", | ||
"no_name", | |||
"no_tags" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 20:57, 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 |