Template:BCS bloon info: Difference between revisions
mNo edit summary |
Pymonkibot (talk | contribs) m Text replacement - "[[Bloons Card Storm v" to "[[Update history:Bloons Card Storm/Version " |
||
| (15 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
|- | |- | ||
| | | | ||
{|class=" | {|class="subtable main centered-cells" | ||
|[[File:{{{image}}}|200px|{{{name|}}} card art]] | |[[File:{{{image|missing image.png}}}|200px|{{{name|}}} card art]] | ||
|- | |- | ||
{{#if:{{{description|}}}|{{!}}{{{description}}}}} | {{#if:{{{description|}}}|{{!}}{{{description}}}}} | ||
| Line 10: | Line 10: | ||
{{#if:{{{flavor|}}}|{{!}}''{{{flavor|}}}''}}{{#if:{{{unused flavor|}}}|{{#tag:ref|This flavor text exists in the game's data, but cannot be seen in-game.|name=flavor|group=fn}}}} | {{#if:{{{flavor|}}}|{{!}}''{{{flavor|}}}''}}{{#if:{{{unused flavor|}}}|{{#tag:ref|This flavor text exists in the game's data, but cannot be seen in-game.|name=flavor|group=fn}}}} | ||
|} | |} | ||
{|class=" | {|class="subtable" | ||
!Class | !Class | ||
|colspan="2"|{{#if:{{{class|}}}|[[File:BCS ClassIcon{{{class|}}}Bloon 3.0.png|x20px|link=]] {{{class|}}}|—}} | |colspan="2"|{{#if:{{{class|}}}|[[File:BCS ClassIcon{{{class|}}}Bloon 3.0.png|x20px|link=]] {{{class|}}}|—}} | ||
|- | |||
![[Card Pack]] | |||
|colspan="2"|{{#ifeq:{{{pack|None}}}|None|{{{pack|}}}|[[File:BCS pack icon {{{pack|}}}.png|x20px|link=]] {{{pack|}}}}} | |||
|- | |- | ||
!Rarity | !Rarity | ||
| Line 18: | Line 21: | ||
|- | |- | ||
!Keywords | !Keywords | ||
|colspan="2"|{{#if:{{{keywords|}}}|{{{keywords}}}|—}} | |colspan="2"|{{#if:{{{keywords|}}}|{{#invoke:BCS keywords|main|{{{keywords}}}}}|—}} | ||
|- | |- | ||
{{#if:{{{exclusive|}}}| | {{#if:{{{exclusive|}}}| | ||
!Exclusive to | !Exclusive to | ||
{{!}}colspan="2"{{!}}{{{exclusive}}} | {{!}}colspan="2"{{!}}{{#cargo_query: | ||
}} | tables=bcs_heroes | ||
|fields=CONCAT("[[", _pageName, "|", name, "]]") = text | |||
|where={{#invoke:cargo name list|main|name|{{{exclusive}}}}} | |||
|order by=numeric_id | |||
|format=list | |||
}}}} | |||
|- | |- | ||
!Introduced | !Introduced | ||
| Line 29: | Line 37: | ||
|Firstlook test=[[Bloons Card Storm Firstlook test|Firstlook test]] | |Firstlook test=[[Bloons Card Storm Firstlook test|Firstlook test]] | ||
|Full Playable test=[[Bloons Card Storm Full Playable test|Full Playable test]] | |Full Playable test=[[Bloons Card Storm Full Playable test|Full Playable test]] | ||
|[[Bloons Card Storm | |[[Update history:Bloons Card Storm/Version {{{introduced}}}|Version {{{introduced|}}}]] | ||
}}|Launch}} | }}|Launch}} | ||
|} | |} | ||
{|class=" | {|class="subtable centered-cells" | ||
!colspan="10"|Stats | !colspan="10"|Stats | ||
|- | |- | ||
| Line 50: | Line 58: | ||
|name ={{{name|}}} | |name ={{{name|}}} | ||
|image ={{{image|}}} | |image ={{{image|missing image.png}}} | ||
|icon ={{{icon|}}} | |icon ={{{icon|}}} | ||
|description={{{description|}}} | |description={{{description|}}} | ||
| Line 57: | Line 65: | ||
|class ={{{class|}}} | |class ={{{class|}}} | ||
|rarity ={{{rarity|}}} | |rarity ={{{rarity|}}} | ||
|creates ={{{creates|}}} | |||
|keywords ={{{keywords|}}} | |keywords ={{{keywords|}}} | ||
|exclusive ={{{exclusive|}}} | |exclusive ={{{exclusive|}}} | ||
|introduced={{{introduced|}}} | |introduced={{{introduced|}}} | ||
|pack ={{{pack|{{#ifeq:{{{introduced|}}}|4.0|Lead Bloon Storm|Classic}}}}} | |pack ={{{pack|{{#ifeq:{{{introduced|}}}|4.0|Lead Bloon Storm|Classic}}}}} | ||
|upcoming ={{{upcoming|No}}} | |||
|unused ={{{unused|No}}} | |||
|cost ={{{cost|}}} | |cost ={{{cost|}}} | ||
| Line 71: | Line 82: | ||
|name ={{{name|}}} | |name ={{{name|}}} | ||
|image ={{{image|}}} | |image ={{{image|missing image.png}}} | ||
|icon ={{{icon|}}} | |icon ={{{icon|}}} | ||
|description={{{description|}}} | |description={{{description|}}} | ||
| Line 78: | Line 89: | ||
|class ={{{class|}}} Bloon | |class ={{{class|}}} Bloon | ||
|rarity ={{{rarity|}}} | |rarity ={{{rarity|}}} | ||
|creates ={{{creates|}}} | |||
|keywords ={{{keywords|}}} | |keywords ={{{keywords|}}} | ||
|exclusive ={{{exclusive|}}} | |exclusive ={{{exclusive|}}} | ||
|introduced={{{introduced|}}} | |introduced={{{introduced|}}} | ||
|pack ={{{pack|}}} | |pack ={{{pack|}}} | ||
|upcoming ={{{upcoming|No}}} | |||
|unused ={{{unused|No}}} | |||
|cost ={{{cost|}}} | |cost ={{{cost|}}} | ||
| Line 101: | Line 115: | ||
|class =String | |class =String | ||
|rarity =String | |rarity =String | ||
|creates =List (;) of String | |||
|keywords =List (;) of String | |keywords =List (;) of String | ||
|exclusive =List (;) of String | |exclusive =List (;) of String | ||
|introduced=String | |introduced=String | ||
|pack =String | |pack =String | ||
|upcoming =Boolean | |||
|unused =Boolean | |||
|cost =Integer | |cost =Integer | ||