Difference between revisions of "Wyrmprint Grid"
Jump to navigation
Jump to search
">
">>Teg (Created page with "{{NoticeUnderConstruction}}") |
>Caledor92 |
||
| (195 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{WyrmprintListHeader}} |
| + | {{WyrmprintListFilter}} | ||
| + | |||
| + | <div style="display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px"> | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Wyrmprints | ||
| + | |q?fields=_pageName=PageName,Name,BaseId=InternalId,Id,Rarity,Abilities11,Abilities21,Abilities31,Availability | ||
| + | |q?where=IsPlayable!=0 AND ReleaseDate <= NOW() | ||
| + | |template=WyrmprintGridEntry | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy= Rarity DESC, ReleaseDate ASC, Id ASC | ||
| + | |q?limit=999 | ||
| + | }} | ||
| + | </div> | ||