Difference between revisions of "Template:WeaponListCategory"
Jump to navigation
Jump to search
>Mornsta-gpuser |
imported>Elaeagnifolia |
||
| Line 10: | Line 10: | ||
! Str | ! Str | ||
! Skill | ! Skill | ||
| − | {{# | + | {{#invoke:CargoQuery|main |
| − | tables=Weapons | + | |q?tables=Weapons |
| − | |fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,MaxHp,MaxAtk,SkillName | + | |q?fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,MaxHp,MaxAtk,SkillName |
| − | |where=WeaponName!="Zethia's Staff" AND Type="{{PAGENAME}}" | + | |q?where=WeaponName!="Zethia's Staff" AND Type="{{PAGENAME}}" |
| − | |||
|template=WeaponTableEntry | |template=WeaponTableEntry | ||
| − | | | + | |q?groupBy=_pageName |
| − | + | |q?orderBy= | |
| − | | | ||
CASE ElementalType | CASE ElementalType | ||
WHEN 'Flame' THEN 1 | WHEN 'Flame' THEN 1 | ||
| Line 28: | Line 26: | ||
END ASC, | END ASC, | ||
Rarity DESC, Id DESC | Rarity DESC, Id DESC | ||
| − | |limit=300 | + | |q?limit=300 |
}} | }} | ||
|} | |} | ||
| Line 46: | Line 44: | ||
! Hp | ! Hp | ||
! Atk | ! Atk | ||
| − | {{# | + | {{#invoke:CargoQuery|main |
| − | tables=Weapons | + | |q?tables=Weapons |
| − | |fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,MaxHp,MaxAtk | + | |q?fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,MaxHp,MaxAtk |
| − | |where=WeaponName!="Zethia's Staff" | + | |q?where=WeaponName!="Zethia's Staff" |
| − | |||
|template=WeaponTableEntryMobile | |template=WeaponTableEntryMobile | ||
| − | | | + | |q?groupBy=_pageName |
| − | + | |q?orderBy= | |
| − | | | ||
CASE ElementalType | CASE ElementalType | ||
WHEN 'Flame' THEN 1 | WHEN 'Flame' THEN 1 | ||
| Line 64: | Line 60: | ||
END ASC, | END ASC, | ||
Rarity DESC, Id DESC | Rarity DESC, Id DESC | ||
| − | |limit=300 | + | |q?limit=300 |
}} | }} | ||
|} | |} | ||