Difference between revisions of "Wyrmprint List"
Jump to navigation
Jump to search
">
">>Teg |
>Caledor92 |
||
| (140 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{WyrmprintListHeader}} | {{WyrmprintListHeader}} | ||
{{WyrmprintListFilter}} | {{WyrmprintListFilter}} | ||
| − | {{# | + | |
| − | tables=Wyrmprints | + | <div class="table-wrapper"> |
| − | |fields= | + | {| class="wikitable sortable" style="width:100%" |
| − | | | + | |- |
| − | | | + | ! width:5% | Icon |
| − | | | + | ! width:15% | Name |
| + | ! width:5% | Rarity | ||
| + | ! width:5% | HP | ||
| + | ! width:5% | Str | ||
| + | ! width:25% | Ability 1 | ||
| + | ! width:25% | Ability 2 | ||
| + | ! width:20% | Ability 3 | ||
| + | ! Release Date | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Wyrmprints | ||
| + | |q?fields=BaseId=InternalId,Id,_pageName=PageName,Name,Rarity,MaxHp,MaxAtk,Abilities11,Abilities12,Abilities13,Abilities21,Abilities22,Abilities23,Abilities31,Abilities32,Abilities33,ReleaseDate,Availability | ||
| + | |q?where=IsPlayable!=0 AND ReleaseDate <= NOW() | ||
| + | |template=WyrmprintTableEntry | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy= Rarity DESC, ReleaseDate ASC, Id ASC | ||
| + | |q?limit=999 | ||
}} | }} | ||
| + | |} | ||
| + | </div> | ||