Difference between revisions of "Template:WeaponListCategory"
Jump to navigation
Jump to search
>AbelToy (Created page with "<div class="nomobile"> <div class="table-wrapper"> {| class="wikitable sortable" style="width:100%" |- ! Icon ! Name ! Rarity ! Type ! Element ! HP ! Str ! Skill {{#cargo_q...") |
imported>Elaeagnifolia |
||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <div class="nomobile"> | + | <includeonly><div class="nomobile"> |
<div class="table-wrapper"> | <div class="table-wrapper"> | ||
{| class="wikitable sortable" style="width:100%" | {| class="wikitable sortable" style="width:100%" | ||
| Line 6: | Line 6: | ||
! Name | ! Name | ||
! Rarity | ! Rarity | ||
| − | |||
! Element | ! Element | ||
! HP | ! HP | ||
! Str | ! Str | ||
! Skill | ! Skill | ||
| − | {{# | + | {{#invoke:CargoQuery|main |
| − | tables=Weapons | + | |q?tables=Weapons |
| − | |fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType | + | |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 25: | ||
ELSE 6 | ELSE 6 | ||
END ASC, | END ASC, | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Rarity DESC, Id DESC | Rarity DESC, Id DESC | ||
| − | |limit=300 | + | |q?limit=300 |
}} | }} | ||
|} | |} | ||
| Line 56: | Line 42: | ||
! Rty | ! Rty | ||
! Ele | ! Ele | ||
| − | |||
! Hp | ! Hp | ||
! Atk | ! Atk | ||
| − | {{# | + | {{#invoke:CargoQuery|main |
| − | tables=Weapons | + | |q?tables=Weapons |
| − | |fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType | + | |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 76: | Line 59: | ||
ELSE 6 | ELSE 6 | ||
END ASC, | END ASC, | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Rarity DESC, Id DESC | Rarity DESC, Id DESC | ||
| − | |limit=300 | + | |q?limit=300 |
}} | }} | ||
|} | |} | ||
</div> | </div> | ||
</div> | </div> | ||
| + | [[Category:Weapons]] | ||
| + | </includeonly><noinclude>[[Category:Templates]]</noinclude> | ||