Template:BATTD ally info: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <includeonly>{|class="info" | ||
{|class="info" | |||
!class="head"|{{{name}}} | !class="head"|{{{name}}} | ||
|- | |- | ||
| Line 43: | Line 6: | ||
|[[File:{{{image}}}|100x100px]] | |[[File:{{{image}}}|100x100px]] | ||
|- | |- | ||
| | |{{{description}}} | ||
|} | |} | ||
|- | |- | ||
| Line 55: | Line 18: | ||
|{{{quantity}}} | |{{{quantity}}} | ||
|${{formatnum:{{{cost|}}}}} | |${{formatnum:{{{cost|}}}}} | ||
|} | |||
|- | |- | ||
{|class="info-sub" | |||
!Equippable to | !Equippable to | ||
|colspan=2 | |colspan="2"|{{#invoke:BATTD equippable to|cat|{{{equippable to|}}}|Allies}} | ||
|- | |||
!Introduced | |||
|colspan="2"|{{#if:{{{introduced|}}}|[[Bloons Adventure Time TD v{{{introduced|}}}|Version {{{introduced}}}]]|Launch}} | |||
|} | |} | ||
|- | |- | ||
| Line 65: | Line 33: | ||
|- | |- | ||
!Description | !Description | ||
|colspan=2| | |colspan=2|{{{bio description}}} | ||
|- | |- | ||
!Strengths | !Strengths | ||
|colspan=2| | |colspan=2|{{{bio strengths}}} | ||
|- | |- | ||
!Weaknesses | !Weaknesses | ||
|colspan=2| | |colspan=2|{{{bio weaknesses}}} | ||
|} | |} | ||
|}< | |}<includeonly>{{#cargo_store:_table=battd_allies | ||
|id={{{id|}}} | |||
|name ={{{name|}}} | |||
|image ={{{image|}}} | |||
|description={{{description|}}} | |||
|rarity ={{{rarity|}}} | |||
|cost ={{{cost|}}} | |||
|quantity ={{{quantity|}}} | |||
|equippable_to={{{equippable to|}}} | |||
|introduced ={{{introduced|}}} | |||
|bio_description={{{bio description|}}} | |||
|bio_strengths ={{{bio strengths|}}} | |||
|bio_weaknesses ={{{bio weaknesses|}}} | |||
}}[[Category:{{{rarity}}} allies]]{{#seo: | |||
|image={{{image|}}} | |||
|keywords=BATTD {{{name|}}},Adventure Time {{{name|}}} | |||
}}</includeonly><noinclude>{{#cargo_declare:_table=battd_allies | |||
|id=String | |||
|name =String | |||
|image =File | |||
|description=String | |||
|rarity =String | |||
|cost =Integer | |||
|quantity =Integer | |||
|equippable_to=String | |||
|introduced =String | |||
|bio_description=String | |||
|bio_strengths =String | |||
|bio_weaknesses =String | |||
}} | |||
{{/doc}}[[Category:Infoboxes]][[Category:BATTD templates]]</noinclude> | |||