Bloon (BCS): Difference between revisions

List of Bloon cards: using the new dedicated template for listing bloons
 
Line 26: Line 26:


==List of Bloon cards==
==List of Bloon cards==
<div class="center-col-1 center-col-3 center-col-4 center-col-5 center-col-6 center-col-7 center-col-8 center-col-9">{{#cargo_query:table=bcs_bloons
{{BCS bloon list}}
|fields=CONCAT("[[File:", image, "|x50px|link=", _pageName, "|", name, "]]") = Art,
CONCAT("'''[[", _pageName, "|", name, "]]'''", COALESCE(CONCAT("<br>", description), "")) = Text,
pack = Pack,
COALESCE(CONCAT("[[File:BCS ClassIcon", class, "Bloon 3.0.png|x20px|link=]] ", class), "—") = Class,
COALESCE(rarity, "—") = Rarity,
cost = Cost,
COALESCE(charges, "—") = Charges,
health = Health,
delay = Delay
 
|order by=(CASE class WHEN 'Basic' THEN 0 WHEN 'Advanced' THEN 1 WHEN 'Large' THEN 3 END),
(CASE rarity WHEN 'Common' THEN 0 WHEN 'Uncommon' THEN 1 WHEN 'Rare' THEN 3 WHEN 'Super Rare' THEN 4 WHEN 'Ultra Rare' THEN 5 END),
name
}}</div>


==Gallery==
==Gallery==