Template:BTD5 upgrade info: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (19 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#cargo_store:_table=btd5_upgrades | <includeonly><templatestyles src="Info/style.css"/><div class="info subtable-container"><!-- | ||
--><div class="head">{{{name M|{{{name F|}}}}}}</div> | |||
<tabs> | |||
{{#if:{{{image M|}}}|<tab name="Multiplatform"> | |||
{{{!}}class="subtable main centered" | |||
{{!}}[[File:{{{image M}}}|200px]] | |||
{{!}}- | |||
{{!}}class="flex-left-icon-wrapper"{{!}}[[File:{{{icon M}}}|50px|Icon of {{{name M}}}]]{{{description M}}} | |||
{{!}}} | |||
</tab>}} | |||
{{#if:{{{image F|}}}|<tab name="Flash"> | |||
{{{!}}class="subtable main centered" | |||
{{!}}[[File:{{{image F}}}|200px]] | |||
{{!}}- | |||
{{!}}class="flex-left-icon-wrapper"{{!}}[[File:{{{icon F}}}|50px|Icon of {{{name F}}}]]{{{description F}}} | |||
{{!}}} | |||
</tab>}} | |||
</tabs> | |||
{|class="subtable" | |||
!Tower | |||
|colspan="2"|[[{{{tower}}} (BTD5)|{{{tower}}}]] — Path {{{path}}} — Tier {{{tier}}} | |||
|- | |||
!Total [[Tower XP|XP]] to unlock | |||
|colspan="2"|{{formatnum:{{{xp M|{{{xp F|0}}}}}}}} {{#ifeq:{{{xp F|{{{xp M|}}}}}}|{{{xp M|{{{xp F|}}}}}}||<!-- | |||
--> (<small>[[Bloons TD 5 (multiplatform)|Multiplatform version]]</small>)<br>{{formatnum:{{{xp F|0}}}}} (<small>[[Bloons TD 5 (Flash)|Flash version]]</small>)}} | |||
|- | |||
!Cost | |||
|colspan="2"|{{#ifexpr:{{{cost F|{{{cost M|0}}}}}} = {{{cost M|0}}} and {{{cost D|{{{cost M|0}}}}}} = {{{cost M|0}}}|{{BTD5M cost by difficulty|{{{cost M|0}}}}}|<!-- | |||
-->'''Multiplatform''':<br>{{BTD5M cost by difficulty|{{{cost M|0}}}}}<br><!-- | |||
-->{{#ifeq:{{{cost F|0}}}|{{{cost D|0}}}|'''Flash / ''Deluxe''''':<br>{{BTD5F cost by difficulty|{{{cost F|0}}}}}|<!-- | |||
-->{{#if:{{{cost F|}}}|'''Flash''':<br>{{BTD5F cost by difficulty|{{{cost F|0}}}}}<br>}}<!-- | |||
-->{{#if:{{{cost D|}}}|'''''Deluxe''''':<br>{{BTD5F cost by difficulty|{{{cost D|0}}}}}}}}}}} | |||
|} | |||
<!-- upgrade prev/next --> | |||
<div class="foot">{{#cargo_query:table=btd5_upgrades | |||
|fields=CONCAT(IF(tier<{{{tier|0}}}, "<div style='float:left'>[[", "<div style='float:right'>[["), _pageName, "{{!}}", IF(tier>{{{tier|0}}}, CONCAT(name_M, " →]]"), CONCAT("← ", name_M, "]]")), "</div>") = text | |||
|where=tower = "{{{tower|???}}}" AND path = {{{path|0}}} AND (tier = {{{tier|0}}} - 1 OR tier = {{{tier|0}}} + 1) AND NOT unused | |||
|delimiter= | |||
}}</div></div>{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=btd5_upgrades | |||
|name_F ={{{name F|}}} | |name_F ={{{name F|}}} | ||
|name_M ={{{name M|}}} | |name_M ={{{name M|}}} | ||
| Line 21: | Line 60: | ||
|xp_M ={{{xp M|}}} | |xp_M ={{{xp M|}}} | ||
|unused={{{unused|No}}} | |unused={{{unused|No}}} | ||
} | }}[[Category:{{{tower}}} upgrades in BTD5]][[Category:Path {{{path}}} upgrades in BTD5]][[Category:Tier {{{tier}}} upgrades in BTD5]]{{#seo: | ||
|image={{{image M|{{{image F|}}}}}} | |||
|keywords=BTD5 {{{name M|{{{name F|}}}}}} | |||
}}}}</includeonly><noinclude>{{#cargo_declare:_table=btd5_upgrades | |||
|image={{{image M|}}} | |||
|keywords=BTD5 {{{name M|}}} | |||
}}</includeonly><noinclude> | |||
|name_F =String | |name_F =String | ||
|name_M =String | |name_M =String | ||
| Line 96: | Line 85: | ||
|xp_M =Integer | |xp_M =Integer | ||
|unused=Boolean | |unused=Boolean | ||
}} | }}{{/doc}}</noinclude> | ||
Latest revision as of 21:19, 8 July 2026
This template defines the Cargo table "btd5_upgrades". View table.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name F | name F | no description | Unknown | optional |
| name M | name M | no description | Unknown | optional |
| name C | name C | no description | Unknown | optional |
| icon F | icon F | no description | Unknown | optional |
| icon M | icon M | no description | Unknown | optional |
| image F | image F | no description | Unknown | optional |
| image M | image M | no description | Unknown | optional |
| description F | description F | no description | Unknown | optional |
| description M | description M | no description | Unknown | optional |
| description C | description C | no description | Unknown | optional |
| tower | tower | no description | Unknown | optional |
| path | path | no description | Unknown | optional |
| tier | tier | no description | Unknown | optional |
| cost F | cost F | no description | Unknown | optional |
| cost D | cost D | no description | Unknown | optional |
| cost M | cost M | no description | Unknown | optional |
| xp F | xp F | no description | Unknown | optional |
| xp M | xp M | no description | Unknown | optional |
| unused | unused | no description | Unknown | optional |