Items: Difference between revisions

45 bytes added ,  2 years ago
switched from DPL to cargo query for better sorting
(Currencies table)
(switched from DPL to cargo query for better sorting)
Line 15:
=Currencies=
An overview of all currencies (including event-limited ones) on the wiki
{{ItemTable |<dpl>
{{#cargo_query:
namespace =
tables = items
category = Currency
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
ordermethod = firstedit
| where = Category="Currency"
includesubpages = true
| order by = Collection ASC, Rarity ASC, Id ASC
mode = userformat
| format = ,,,template
| named args = yes
includepage = {Item|ItemRow}
| template = ItemRow
</dpl>
}}
}}