Difference between revisions of "Wyrmprint Grid"
Jump to navigation
Jump to search
">
">imported>LikableBrute m |
>LikableBrute (Changed the sort so that older prints come first instead of last, this should make it easier to find things as the older prints shouldnt change position) |
||
| Line 5: | Line 5: | ||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=Wyrmprints | |q?tables=Wyrmprints | ||
| − | |q?fields=_pageName=Name,BaseId=InternalId,Rarity,Abilities11,Abilities21,Abilities31,Availability | + | |q?fields=_pageName=Name,BaseId=InternalId,Id,Rarity,Abilities11,Abilities21,Abilities31,Availability |
|q?where=IsPlayable!=0 AND ReleaseDate <= NOW() | |q?where=IsPlayable!=0 AND ReleaseDate <= NOW() | ||
|template=WyrmprintGridEntry | |template=WyrmprintGridEntry | ||
|q?groupBy=_pageName | |q?groupBy=_pageName | ||
| − | |q?orderBy= Rarity DESC, ReleaseDate | + | |q?orderBy= Rarity DESC, ReleaseDate ASC, Id ASC |
|q?limit=999 | |q?limit=999 | ||
}} | }} | ||
</div> | </div> | ||