Difference between revisions of "Adventurer Grid"
Jump to navigation
Jump to search
">
">
>Teg |
>Eave m (pass through EditSkillId for filtering purposes) |
||
| (522 intermediate revisions by 9 users not shown) | |||
| Line 1: | Line 1: | ||
{{CharacterListHeader}} | {{CharacterListHeader}} | ||
| − | <div style="display:flex;flex-wrap:wrap"> | + | {{CharacterListFilter}} |
| − | {{# | + | <div style="display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px"> |
| − | |fields=_pageName=Name | + | {{#invoke:CargoQuery|main |
| − | | | + | |q?tables=Adventurers |
| + | |q?fields=_pageName=PageName,FullName=Name,ElementalType=Element,WeaponType=Weapon,Rarity,Availability=Availability,Id=InternalId,CharaType=Type,VariationId=VariationId,Title=Title,Abilities11,Abilities21,Abilities31,MaxLimitBreakCount,EditSkillId | ||
| + | |q?where=IsPlayable!=0 AND ReleaseDate <= NOW() | ||
|template=CharacterGridEntry | |template=CharacterGridEntry | ||
| + | |q?groupBy=_pageName | ||
| + | |q?limit=999 | ||
| + | |q?orderBy= ElementalTypeId ASC, WeaponTypeId ASC, Rarity DESC, IdLong DESC, FullName ASC | ||
}} | }} | ||
</div> | </div> | ||