Items: Difference between revisions

31 bytes added ,  2 years ago
switched from DPL to cargo query
(switched from DPL to cargo query for better sorting)
(switched from DPL to cargo query)
Line 2:
=Materials=
An overview of all upgrade use materials implemented on the wiki
{{ItemTable |<dpl>
{{#cargo_query:
namespace =
tables = items
category = Material
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
ordermethod = firstedit
| where = Category="Material"
includesubpages = true
| order by = Id ASC
mode = userformat
| format = ,,,template
| named args = yes
includepage = {Item|ItemRow}
| template = ItemRow
</dpl>
| limit = 200
}}
}}