Difference between revisions of "Wyrmprint Grid"
Jump to navigation
Jump to search
">
">imported>Elaeagnifolia |
imported>Elaeagnifolia (Using Module to fix render issue.) |
||
| Line 3: | Line 3: | ||
<div style="display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px"> | <div style="display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px"> | ||
| − | {{# | + | {{#invoke:CargoQuery|main |
| − | |fields=_pageName=Name,BaseId=InternalId,Rarity,Abilities11,Abilities21,Abilities31 | + | |q?tables=Wyrmprints |
| − | |where=DATEDIFF(ReleaseDate,NOW()) <= 0 | + | |q?fields=_pageName=Name,BaseId=InternalId,Rarity,Abilities11,Abilities21,Abilities31 |
| + | |q?where=DATEDIFF(ReleaseDate,NOW()) <= 0 | ||
|format=template | |format=template | ||
|template=WyrmprintGridEntry | |template=WyrmprintGridEntry | ||
|named args=yes | |named args=yes | ||
| − | |group by=_pageName | + | |q?group by=_pageName |
| − | | | + | |q?orderBy=Rarity DESC, BaseId DESC |
|limit=999 | |limit=999 | ||
}} | }} | ||
</div> | </div> | ||