Difference between revisions of "Weapon Grid"
Jump to navigation
Jump to search
>Mornsta-gpuser |
imported>Elaeagnifolia |
||
| Line 3: | Line 3: | ||
<div style="display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px"> | <div style="display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px"> | ||
| − | {{# | + | {{#invoke:CargoQuery|main |
| − | |fields=_pageName=Name,BaseId,FormId,ElementalType,Type,Rarity | + | |q?tables=Weapons |
| − | |where=WeaponName!="Zethia's Staff" | + | |q?fields=_pageName=Name,BaseId,FormId,ElementalType,Type,Rarity |
| − | + | |q?where=WeaponName!="Zethia's Staff" | |
|template=WeaponGridEntry | |template=WeaponGridEntry | ||
| − | | | + | |q?groupBy=_pageName |
| − | + | |q?orderBy= | |
| − | | | ||
CASE ElementalType | CASE ElementalType | ||
WHEN 'Flame' THEN 1 | WHEN 'Flame' THEN 1 | ||
| Line 31: | Line 30: | ||
END ASC, | END ASC, | ||
Rarity DESC, Id DESC | Rarity DESC, Id DESC | ||
| − | |limit=300 | + | |q?limit=300 |
}} | }} | ||
</div> | </div> | ||