Template:BCS bloon info/doc: Difference between revisions
Created page with "<includeonly>Category:BCS templatesCategory:Infoboxes</includeonly><noinclude>Category:Incomplete documentation</noinclude>" |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>[[Category:BCS templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of the Bloon", | |||
"example": "Red Bloon", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The Bloon's card art.", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"description": "The in-game description, if it has one. (This is separate from flavor text.)", | |||
"type": "string" | |||
}, | |||
"flavor": { | |||
"label": "Flavor", | |||
"description": "The flavor text. All Bloon cards have this.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"class": { | |||
"label": "Class", | |||
"description": "The Bloon card's class.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Basic", | |||
"Advanced", | |||
"Large" | |||
], | |||
"required": true | |||
}, | |||
"rarity": { | |||
"label": "Rarity", | |||
"description": "The rarity of the card. Must be capitalized correctly.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Common", | |||
"Uncommon", | |||
"Rare", | |||
"Super Rare", | |||
"Ultra Rare" | |||
] | |||
}, | |||
"keywords": {}, | |||
"introduced": {}, | |||
"cost": {}, | |||
"charges": {}, | |||
"health": {}, | |||
"shield": {}, | |||
"delay": {}, | |||
"id": {}, | |||
"double attack": {}, | |||
"exclusive": {}, | |||
"numeric id": {} | |||
}, | |||
"format": "block", | |||
"paramOrder": [ | |||
"id", | |||
"numeric id", | |||
"name", | |||
"image", | |||
"description", | |||
"flavor", | |||
"class", | |||
"rarity", | |||
"keywords", | |||
"exclusive", | |||
"introduced", | |||
"cost", | |||
"charges", | |||
"health", | |||
"shield", | |||
"delay", | |||
"double attack" | |||
] | |||
} | |||
</templatedata><includeonly>[[Category:BCS templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude> | |||