Difference between revisions of "Weapon List"
Jump to navigation
Jump to search
>Teg (Created page with "{{WeaponListHeader}} {{WeaponListFilter}} <div class="table-wrapper"> {| class="wikitable sortable" style="width:100%" |- ! Icon ! Name ! Rarity ! Type ! Element ! HP ! At...") |
>Teg |
||
| Line 2: | Line 2: | ||
{{WeaponListFilter}} | {{WeaponListFilter}} | ||
| + | <div class="nomobile"> | ||
<div class="table-wrapper"> | <div class="table-wrapper"> | ||
{| class="wikitable sortable" style="width:100%" | {| class="wikitable sortable" style="width:100%" | ||
| Line 20: | Line 21: | ||
|group by=_pageName | |group by=_pageName | ||
|order by=Rarity DESC | |order by=Rarity DESC | ||
| − | |limit= | + | |limit=300 |
}} | }} | ||
|} | |} | ||
| + | </div> | ||
| + | </div><!-- | ||
| + | |||
| + | Mobile Version | ||
| + | --> | ||
| + | <div class="mobileonly"> | ||
| + | <div class="table-wrapper"> | ||
| + | {| class="wikitable sortable" style="width:100%" | ||
| + | |- | ||
| + | ! Icon | ||
| + | ! Name | ||
| + | ! Rty | ||
| + | ! style="width:30px" | Ele | ||
| + | ! style="width:30px" | Wep | ||
| + | ! style="width:30px" | Cls | ||
| + | ! Hp | ||
| + | ! Atk | ||
| + | {{#cargo_query: | ||
| + | tables=Weapons | ||
| + | |fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,Type,MaxHp,MaxAtk | ||
| + | |format=template | ||
| + | |template=WeaponTableEntryMobile | ||
| + | |named args=yes | ||
| + | |group by=_pageName | ||
| + | |order by=Rarity DESC | ||
| + | |limit=200 | ||
| + | }} | ||
| + | |} | ||
| + | </div> | ||
</div> | </div> | ||