Template:BTD6 power info: Difference between revisions
No edit summary |
mNo edit summary |
||
| (24 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly><templatestyles src="Info/style.css"/><div class="info"><!-- | ||
| | --><div class="head">{{{name}}}</div> | ||
| | {|class="subtable main centered" | ||
|[[File:{{{image|missing image.png}}}|Portrait of {{{name}}}|200x200px]] | |||
| | |- | ||
| | {{#if:{{{description|}}}|{{!}}{{{description}}}}} | ||
| | |} | ||
{|class="subtable" | |||
| | {{#if:{{{cost|}}}|!Cost | ||
{{!}}colspan="2"{{!}}{{BTD6 mm|{{{cost|}}}}} {{#if:{{{premium|}}}|(''[[Bloons TD 6+|BTD6+]]''/''[[Bloons TD 6 NETFLIX|NETFLIX]]'' only)}}<br>{{#if:{{{mk cost|}}}|{{BTD6 mm|{{{mk cost|}}}}} ({{BTD6 mk|{{{mk name}}}}})}}}} | |||
}}</ | |- | ||
!№ per purchase | |||
|colspan="2"|{{{amount|1}}} | |||
|- | |||
{{#if:{{{pro|}}}|![[Power Pro]] | |||
{{!}}colspan="2"{{!}}{{{pro}}}}} | |||
|- | |||
{{#if:{{{pro of|}}}|![[Power Pro]] of | |||
{{!}}colspan="2"{{!}}{{{pro of}}}}} | |||
|- | |||
!Introduced | |||
|colspan="2"|{{#if:{{{introduced|}}}|[[Update history:Bloons TD 6/Version {{{introduced}}}|Version {{{introduced}}}]]|Launch}} | |||
|- | |||
{{#if:{{{pro of|}}}|!colspan="3"{{!}}XP to unlock | |||
{{!}}- | |||
!Pro & tier 1 | |||
{{!}}colspan="2"{{!}}{{formatnum:{{{pro xp}}}}} | |||
{{!}}- | |||
!Tier 2 | |||
{{!}}colspan="2"{{!}}{{formatnum:{{{pro xp tier 2}}}}} | |||
{{!}}- | |||
!Tier 3 | |||
{{!}}colspan="2"{{!}}{{formatnum:{{{pro xp tier 3}}}}}}} | |||
|}</div>{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=btd6_powers | |||
|id={{{id|}}} | |id={{{id|}}} | ||
|category_order={{{order|}}} | |category_order={{{order|}}} | ||
| Line 19: | Line 41: | ||
|cost ={{{cost|}}} | |cost ={{{cost|}}} | ||
|mk_cost ={{{mk cost|}}} | |||
|mk_name ={{{mk name|}}} | |||
|premium ={{{premium|No}}} | |||
|pro ={{{pro|}}} | |||
|pro_of ={{{pro of|}}} | |||
|introduced={{{introduced|}}} | |introduced={{{introduced|}}} | ||
|pro_xp ={{{pro xp|}}} | |||
|pro_xp_tier_2={{{pro xp tier 2|}}} | |||
|pro_xp_tier_3={{{pro xp tier 3|}}} | |||
}}[[Category:Powers in BTD6]]{{#seo: | }}[[Category:Powers in BTD6]]{{#seo: | ||
|image={{{image|}}} | |image={{{image|}}} | ||
|keywords=BTD6 {{{name|}}} | |keywords=BTD6 {{{name|}}} | ||
}}</includeonly> | }}}}</includeonly><noinclude>{{#cargo_declare:_table=btd6_powers | ||
{ | |id=String | ||
|category_order=Integer | |||
| | |||
|name =String | |||
|image =File | |||
| | |description=String | ||
| | |cost =Integer | ||
| | |mk_cost =Integer | ||
| | |mk_name =String | ||
| | |premium =Boolean | ||
|pro =Wikitext string | |||
|pro_of =Wikitext string | |||
| | |introduced=String | ||
| | |||
|pro_xp =Integer | |||
| | |pro_xp_tier_2=Integer | ||
|pro_xp_tier_3=Integer | |||
}}{{/doc}}</noinclude> | |||