|
|
Line 5: |
Line 5: |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div><noinclude>{{Documentation}}</noinclude> |
| | |
| <noinclude>[[Category:Templates]]<templatedata> | |
| {
| |
| "params": {
| |
| "Image": {
| |
| "label": "Hero Portrait",
| |
| "description": "If not set. The hero portrait will default to \"Name card.png\"",
| |
| "type": "string"
| |
| },
| |
| "name": {
| |
| "label": "Hero Name",
| |
| "description": "Name of the hero. Also determines the wiki page",
| |
| "type": "string",
| |
| "suggestedvalues": [
| |
| "Abrams"
| |
| ],
| |
| "default": "Abrams"
| |
| },
| |
| "text-size": {
| |
| "label": "Text Size",
| |
| "description": "Default is 24px. Change if the hero name doesnt fit. Dont put px at the end.",
| |
| "type": "string",
| |
| "suggestedvalues": [
| |
| "24"
| |
| ]
| |
| },
| |
| "recommended": {
| |
| "label": "Recommended for new players",
| |
| "description": "Is this hero recommended for new players?",
| |
| "type": "boolean",
| |
| "default": "false"
| |
| }
| |
| }
| |
| } | |
| </templatedata></noinclude>
| |