Items: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(switched from DPL to cargo query for better sorting)
(switched from DPL to cargo query)
Line 2: Line 2:
=Materials=
=Materials=
An overview of all upgrade use materials implemented on the wiki
An overview of all upgrade use materials implemented on the wiki
{{ItemTable|<dpl>
{{ItemTable |
{{#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 = ,,,
| format = template
| named args = yes
includepage = {Item|ItemRow}
| template = ItemRow
</dpl>
| limit = 200
}}
}}
}}