Editing Template:Hero card2/docGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "Image": { | ||
"label": "Hero Portrait", | |||
"description": "If not set. The hero portrait will default to \"Name card.png\"", | |||
"type": "string" | |||
}, | |||
"name": { | |||
"label": "Hero Name", | "label": "Hero Name", | ||
"description": " | "description": "Name of the hero. Also determines the wiki page, if no argument \"link\" has been used", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | |||
"suggestedvalues": ["Abrams"], | "Abrams" | ||
"default": "Abrams" | ], | ||
"default": "Abrams" | |||
}, | }, | ||
" | "link": { | ||
"label": " | "label": "Hero Link", | ||
"description": " | "description": "Determines the wiki page. If not used, wiki page link will be determined by \"name\" argument", | ||
"type": "string" | |||
" | }, | ||
"text_size": { | |||
}, | |||
" | |||
"label": "Text Size", | "label": "Text Size", | ||
"description": " | "description": "Change if the hero name doesnt fit. Dont put px at the end.", | ||
"type": "string", | "type": "string", | ||
" | "default": "24", | ||
"suggestedvalues": [ | |||
"24, 11" | |||
] | |||
}, | }, | ||
"card_size": { | |||
"label": " | "label": "Card Size", | ||
"description": " | "description": "Size of the hero card. Dont put px at the end", | ||
"type": "string", | "type": "string", | ||
" | "default": "132", | ||
"suggestedvalues": [ | |||
"132, 88" | |||
] | |||
}, | }, | ||
" | "recommended": { | ||
"label": " | "label": "Recommended for new players", | ||
"description": " | "description": "Is this hero recommended for new players?", | ||
"type": " | "type": "boolean", | ||
" | "default": "false" | ||
}, | }, | ||
" | "herolabs": { | ||
"label": " | "label": "is hero experimental?", | ||
"description": " | "description": "Is the hero in hero labs", | ||
"type": " | "example": "false", | ||
" | "type": "boolean", | ||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"default": "false" | |||
} | } | ||
} | } | ||
} | } | ||
</templatedata><includeonly>[[Category:Templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | </templatedata><includeonly>[[Category:Templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | ||