Monkey Mastery: Difference between revisions
mNo edit summary |
Pymonkibot (talk | contribs) m Text replacement - "Name / description" to "Text" |
||
| Line 8: | Line 8: | ||
|where =btdb2_cosmetic_sources.name LIKE '% Mastery' | |where =btdb2_cosmetic_sources.name LIKE '% Mastery' | ||
|fields=CONCAT("[[File:", btdb2_cosmetic_items.image, "|50x50px|", btdb2_cosmetic_items.name, "]]") = Icon, | |fields=CONCAT("[[File:", btdb2_cosmetic_items.image, "|50x50px|", btdb2_cosmetic_items.name, "]]") = Icon, | ||
CONCAT(btdb2_cosmetic_items.name, '<br>', btdb2_cosmetic_items.description) = | CONCAT(btdb2_cosmetic_items.name, '<br>', btdb2_cosmetic_items.description) = Text, | ||
btdb2_cosmetic_sources.name = Mastery, | btdb2_cosmetic_sources.name = Mastery, | ||
CONCAT("[[File:", btdb2_cosmetic_categories.icon, "|x20px|", btdb2_cosmetic_categories.name, "|link=", btdb2_cosmetic_categories._pageName, "]][[", btdb2_cosmetic_categories._pageName, "|", btdb2_cosmetic_categories.name, "]]") = Category, | CONCAT("[[File:", btdb2_cosmetic_categories.icon, "|x20px|", btdb2_cosmetic_categories.name, "|link=", btdb2_cosmetic_categories._pageName, "]][[", btdb2_cosmetic_categories._pageName, "|", btdb2_cosmetic_categories.name, "]]") = Category, | ||