Template:BCS bloon info: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
|image ={{{image|}}} | |image ={{{image|}}} | ||
|description={{{description|}}} | |description={{{description|}}} | ||
|flavor ={{{flavor|}}} | |||
|class ={{{class|}}} | |class ={{{class|}}} | ||
|rarity={{{rarity|}}} | |rarity ={{{rarity|}}} | ||
|keywords ={{{keywords|}}} | |||
|introduced={{{introduced|}}} | |||
|cost ={{{cost|}}} | |cost ={{{cost|}}} | ||
| Line 16: | Line 19: | ||
|double_attack={{{double attack|}}} | |double_attack={{{double attack|}}} | ||
}}{|class="info" | }}{|class="info" | ||
!class="head"|{{{name}}} | !class="head"|{{{name}}} | ||
| Line 33: | Line 34: | ||
!colspan="3"|Rarity | !colspan="3"|Rarity | ||
|- | |- | ||
|colspan="3"|{{{class|}}} | |colspan="3"|[[File:BCS ClassIcon{{{class|}}}.png|x20px|link={{{class|}}}]] {{{class|}}} | ||
|colspan="3"|{{{rarity|}}} | |colspan="3"|{{{rarity|}}} | ||
|- | |- | ||
| Line 39: | Line 40: | ||
|- | |- | ||
!colspan="2"|Cost | !colspan="2"|Cost | ||
|{{{cost|—}}} | |[[File:BCS CoinIcon.png|x20px|link=Gold (BCS)|Gold]] {{{cost|—}}} | ||
!colspan="2"|Charges | !colspan="2"|Charges | ||
|{{{charges|—}}} | |{{{charges|—}}} | ||
| Line 59: | Line 60: | ||
|description=String | |description=String | ||
|class =String | |class =String | ||
|rarity=String | |rarity =String | ||
|keywords =String | |||
|introduced=String | |||
|cost =Integer | |cost =Integer | ||
| Line 68: | Line 71: | ||
|double_attack=Boolean | |double_attack=Boolean | ||
}} | }} | ||
{{/doc}}[[Category: | {{/doc}}[[Category:BCS templates]][[Category:Infoboxes]]</noinclude> | ||
Revision as of 16:14, 29 October 2024
This template defines the Cargo table "bcs_bloons". View table.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| id | id | no description | Unknown | optional |
| numeric id | numeric id | no description | Unknown | optional |
| Name | name | Name of the Bloon
| String | required |
| Image | image | The Bloon's card art. | File | required |
| Description | description | The in-game description, if it has one. (This is separate from flavor text.) | String | optional |
| Flavor | flavor | The flavor text. All Bloon cards have this. | String | required |
| Class | class | The Bloon card's class.
| String | required |
| Rarity | rarity | The rarity of the card. Must be capitalized correctly.
| String | optional |
| keywords | keywords | no description | Unknown | optional |
| exclusive | exclusive | no description | Unknown | optional |
| introduced | introduced | no description | Unknown | optional |
| cost | cost | no description | Unknown | optional |
| charges | charges | no description | Unknown | optional |
| health | health | no description | Unknown | optional |
| shield | shield | no description | Unknown | optional |
| delay | delay | no description | Unknown | optional |
| double attack | double attack | no description | Unknown | optional |