Template:BCS hero info: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{|class="info" | ||
!class="head"|{{{name}}} | !class="head"|{{{name}}} | ||
|- | |- | ||
| Line 54: | Line 33: | ||
|colspan="3"|{{{ability 3 description}}} | |colspan="3"|{{{ability 3 description}}} | ||
|} | |} | ||
|}[[Category:Heroes in BCS]]{{#seo: | |}[[Category:Heroes in BCS]]{{#cargo_store:_table=bcs_heroes | ||
|id={{{id|}}} | |||
|numeric_id={{{numeric id|}}} | |||
|name ={{{name|}}} | |||
|image ={{{image|}}} | |||
|description={{{description|}}} | |||
|introduced ={{{introduced|}}} | |||
|ability_1_icon={{{ability 1 icon|}}} | |||
|ability_2_icon={{{ability 2 icon|}}} | |||
|ability_3_icon={{{ability 3 icon|}}} | |||
|ability_1_description={{{ability 1 description|}}} | |||
|ability_2_description={{{ability 2 description|}}} | |||
|ability_3_description={{{ability 3 description|}}} | |||
|ability_1_req={{{ability 1 req|}}} | |||
|ability_2_req={{{ability 2 req|}}} | |||
|ability_3_req={{{ability 3 req|}}} | |||
}}{{#seo: | |||
|image={{{image|}}} | |image={{{image|}}} | ||
|keywords=BCS {{{name|}}}, Bloons Card Storm {{{name|}}} | |keywords=BCS {{{name|}}}, Bloons Card Storm {{{name|}}} | ||
| Line 61: | Line 60: | ||
|{{#cargo_declare:_table=bcs_heroes | |{{#cargo_declare:_table=bcs_heroes | ||
|id=String | |id=String | ||
| | |numeric_id=Integer | ||
|name =String | |name =String | ||
|image =File | |image =File | ||
|description=String | |description=String | ||
|introduced =String | |||
|ability_1_name=String | |ability_1_name=String | ||
| Line 82: | Line 82: | ||
|ability_2_req=Integer | |ability_2_req=Integer | ||
|ability_3_req=Integer | |ability_3_req=Integer | ||
}} | }} | ||
|}</noinclude> | |}</noinclude> | ||