Template:BTDB2 hero info: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <includeonly>{|class="info" | ||
{|class="info" | |||
!class="head"|{{{name}}}<br><small>{{{title}}}</small> | !class="head"|{{{name}}}<br><small>{{{title}}}</small> | ||
|- | |- | ||
| Line 37: | Line 8: | ||
|{{{description}}} | |{{{description}}} | ||
|} | |} | ||
{|class="info-sub" | |||
!Cost | |||
|colspan="3"|${{formatnum:{{{cost|0}}}}} | |||
|- | |- | ||
!XP curve | !XP curve | ||
|colspan="3"|×{{{xp scale}}} | |||
|- | |- | ||
| | !Role(s) | ||
| | |colspan="3"|[[File:BTDB2 hero_category_{{#switch:{{{role 1|}}} | ||
|} | |Defender=defender | ||
|Controller=controller | |||
|Supporter=supporters | |||
|Money Maker=monkey_makers | |||
|Saboteur=saboteurs | |||
}}.png|x20px|{{{role 1}}} icon]] {{{role 1}}}{{#if:{{{role 2|}}}<br>[[File:BTDB2 hero_category_{{#switch:{{{role 2|}}} | |||
|Defender=defender | |||
|Controller=controller | |||
|Supporter=supporters | |||
|Money Maker=monkey_makers | |||
|Saboteur=saboteurs | |||
}}.png|x20px|{{{role 2}}} icon]] {{{role 2}}}}} | |||
|- | |- | ||
!Difficulty | |||
|colspan="3"|{{{difficulty}}}/5 | |||
! | |||
|colspan="3"| | |||
|- | |- | ||
![[Hero Alt]]s | ![[Hero Alt]]s | ||
|colspan="3"|{{{alts|''None''}}} | |colspan="3"|{{{alts|''None''}}} | ||
|- | |||
!Introduced | |||
|colspan="3"|{{#if:{{{introduced|}}}|[[Bloons TD Battles 2 v{{{introduced}}}|Version {{{introduced}}}]]|Launch}} | |||
|} | |} | ||
|} | |}{{#cargo_store:_table=btdb2_heroes | ||
|id={{{id|}}} | |||
|category_order={{{order|}}} | |||
|name ={{{name|}}} | |||
|title ={{{title|}}} | |||
|image ={{{image|}}} | |||
|description ={{{description|}}} | |||
|cost ={{{cost|}}} | |||
|xp_scale={{{xp scale|}}} | |||
|alts ={{{alt of|}}} | |||
}}[[Category:Heroes in Battles 2]]{{#seo: | |||
|image={{{image|}}} | |||
|keywords=BTDB2 {{{name|}}},Battles 2 {{{name|}}} | |||
}}</includeonly><noinclude>{{/doc}} | |||
{| | |||
|{{#cargo_declare:_table=btdb2_heroes | |||
|id=String | |||
|category_order=Integer | |||
|name =String | |||
|title =String | |||
|image =File | |||
|description=String | |||
|cost =Integer | |||
|xp_scale=String | |||
|alts =Wikitext string | |||
}} | |||
|}[[Category:Battles 2 templates]][[Category:Infoboxes]]</noinclude> | |||
Revision as of 20:05, 17 November 2024
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| id | id | no description | Unknown | optional |
| order | order | no description | Unknown | optional |
| name | name | no description | Unknown | optional |
| title | title | no description | Unknown | optional |
| image | image | no description | Unknown | optional |
| description | description | no description | Unknown | optional |
| cost | cost | no description | Unknown | optional |
| xp scale | xp scale | no description | Unknown | optional |
| role 1 | role 1 | no description | Unknown | optional |
| role 2 | role 2 | no description | Unknown | optional |
| difficulty | difficulty | no description | Unknown | optional |
| alts | alts | no description | Unknown | optional |
| introduced | introduced | no description | Unknown | optional |
| This template defines the Cargo table "btdb2_heroes". View table. |