Artifact: Difference between revisions
Added the list of artifacts unlocked by default, before it gets lost. |
m links |
||
| Line 19: | Line 19: | ||
{{#cargo_query:table=btd6_artifacts | {{#cargo_query:table=btd6_artifacts | ||
|fields=CONCAT("[[File:", image, "|50px|link=", _pageName, "]]") = Icon, | |fields=CONCAT("[[File:", image, "|50px|link=", _pageName, "]]") = Icon, | ||
GROUP_CONCAT(IF(rarity="Common", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Common, | GROUP_CONCAT(IF(rarity="Common", CONCAT("'''[[", _pageName, "|", name, "]]'''<br>", description), "") SEPARATOR "") = Common, | ||
GROUP_CONCAT(IF(rarity="Rare", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Rare, | GROUP_CONCAT(IF(rarity="Rare", CONCAT("'''[[", _pageName, "|", name, "]]'''<br>", description), "") SEPARATOR "") = Rare, | ||
GROUP_CONCAT(IF(rarity="Legendary", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Legendary | GROUP_CONCAT(IF(rarity="Legendary", CONCAT("'''[[", _pageName, "|", name, "]]'''<br>", description), "") SEPARATOR "") = Legendary | ||
|group by=Icon | |group by=Icon | ||
|where=type != "Boost" | |where=type != "Boost" | ||
| Line 29: | Line 29: | ||
{{#cargo_query:table=btd6_artifacts | {{#cargo_query:table=btd6_artifacts | ||
|fields=CONCAT("[[File:", image, "|50px|link=", _pageName, "]]") = Icon, | |fields=CONCAT("[[File:", image, "|50px|link=", _pageName, "]]") = Icon, | ||
GROUP_CONCAT(IF(rarity="Common", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Common, | GROUP_CONCAT(IF(rarity="Common", CONCAT("'''[[", _pageName, "|", name, "]]'''<br>", description), "") SEPARATOR "") = Common, | ||
GROUP_CONCAT(IF(rarity="Rare", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Rare, | GROUP_CONCAT(IF(rarity="Rare", CONCAT("'''[[", _pageName, "|", name, "]]'''<br>", description), "") SEPARATOR "") = Rare, | ||
GROUP_CONCAT(IF(rarity="Legendary", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Legendary | GROUP_CONCAT(IF(rarity="Legendary", CONCAT("'''[[", _pageName, "|", name, "]]'''<br>", description), "") SEPARATOR "") = Legendary | ||
|group by=Icon | |group by=Icon | ||
|where=type = "Boost" | |where=type = "Boost" | ||