Template:BTDB2 cosmetic item list by introduced: Difference between revisions
Created page with "<includeonly><div class="center-col-1 center-col-3 center-col-5">{{#cargo_query:tables=btdb2_cosmetic_items, btdb2_cosmetic_categories |where =introduced = "{{{1|}}}" |fields=CONCAT("20px|", btdb2_cosmetic_items.name, "") = Icon, CONCAT(btdb2_cosmetic_items.name) = Name, <!-- the concat is a hack to get around apostrophes being parsed weirdly --> CONCAT("File:", btdb2_cosmetic_categories.icon, "|x20px|", btdb2_cosmetic_categori..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><div class="center-col-1 center-col-3 center-col-5">{{#cargo_query:tables=btdb2_cosmetic_items | <includeonly><div class="center-col-1 center-col-3 center-col-5">{{#cargo_query:tables=btdb2_cosmetic_items | ||
|fields=CONCAT("[[File:", image, "|30px|link=", _pageName, "|Icon of", name, "]] ", name) = Item, | |||
|fields=CONCAT("[[File:", | CONCAT("[[", _pageName, "|", category, "]]") = Category | ||
|limit=200 | |||
CONCAT("[[ | |||
| | |order by=category,name | ||
| | |where =introduced = "{{{1|}}}" | ||
| | }}</div></includeonly><noinclude>{{/doc}}</noinclude> | ||
}}</div></includeonly><noinclude>{{/doc}} | |||