Card: Difference between revisions
Qwertyxp2000 (talk | contribs) →Powers: for quincy, well storm of arrows is the hero, right? |
Pymonkibot (talk | contribs) m Text replacement - "Name / description" to "Text" |
||
| Line 235: | Line 235: | ||
tables=bcs_monkeys | tables=bcs_monkeys | ||
;fields=CONCAT("[[File:", image, "|x50px|link=", _pageName, "|", name, "]]") = Art, | ;fields=CONCAT("[[File:", image, "|x50px|link=", _pageName, "|", name, "]]") = Art, | ||
CONCAT("'''[[", _pageName, "|", name, "]]'''", COALESCE(CONCAT("<br>''", flavor, "''"), "")) = | CONCAT("'''[[", _pageName, "|", name, "]]'''", COALESCE(CONCAT("<br>''", flavor, "''"), "")) = Text, | ||
CONCAT("Monkey")=Card type, | CONCAT("Monkey")=Card type, | ||
COALESCE(rarity, "—") = Rarity, | COALESCE(rarity, "—") = Rarity, | ||
| Line 245: | Line 245: | ||
|tables=bcs_bloons | |tables=bcs_bloons | ||
;fields=CONCAT("[[File:", image, "|x50px|link=", _pageName, "|", name, "]]") = Art, | ;fields=CONCAT("[[File:", image, "|x50px|link=", _pageName, "|", name, "]]") = Art, | ||
CONCAT("'''[[", _pageName, "|", name, "]]'''", COALESCE(CONCAT("<br>''", flavor, "''"), "")) = | CONCAT("'''[[", _pageName, "|", name, "]]'''", COALESCE(CONCAT("<br>''", flavor, "''"), "")) = Text, | ||
CONCAT("Bloon")=Card type, | CONCAT("Bloon")=Card type, | ||
COALESCE(rarity, "—") = Rarity, | COALESCE(rarity, "—") = Rarity, | ||
| Line 255: | Line 255: | ||
|tables=bcs_powers | |tables=bcs_powers | ||
;fields=CONCAT("[[File:", image, "|x50px|link=", _pageName, "|", name, "]]") = Art, | ;fields=CONCAT("[[File:", image, "|x50px|link=", _pageName, "|", name, "]]") = Art, | ||
CONCAT("'''[[", _pageName, "|", name, "]]'''", COALESCE(CONCAT("<br>''", flavor, "''"), "")) = | CONCAT("'''[[", _pageName, "|", name, "]]'''", COALESCE(CONCAT("<br>''", flavor, "''"), "")) = Text, | ||
CONCAT("Power")=Card type, | CONCAT("Power")=Card type, | ||
COALESCE(rarity, "—") = Rarity, | COALESCE(rarity, "—") = Rarity, | ||