Difference between revisions of "Dragon List"
Jump to navigation
Jump to search
>Teg (Created page with "{{#cargo_query: tables=Dragons |fields=_pageName=Name,Element |format=table }}") |
>Eave (only need the max level abilities now) |
||
| (188 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{# | + | {{DragonListHeader}} |
| − | tables=Dragons | + | {{DragonListFilter}} |
| − | |fields=_pageName=Name,Element | + | |
| − | | | + | {| class="wikitable sortable" style="width:100%" |
| + | |- | ||
| + | ! Icon | ||
| + | ! Name | ||
| + | ! Rarity | ||
| + | ! Element | ||
| + | ! Hp | ||
| + | ! Str | ||
| + | ! Skill | ||
| + | ! Ability 1 | ||
| + | ! Ability 2 | ||
| + | ! Release Date | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Dragons | ||
| + | |q?fields=_pageName=Link,FullName=Name,Rarity,Availability,ElementalType=Element,MaxHp,MaxAtk,BaseId,SkillName,Abilities15,Abilities25,ReleaseDate | ||
| + | |q?where=IsPlayable!=0 AND ReleaseDate <= NOW() | ||
| + | |template=DragonTableEntry | ||
| + | |q?limit=999 | ||
| + | |q?orderBy= ElementalTypeId ASC, Rarity DESC, Id DESC, FullName ASC | ||
| + | |q?groupBy=_pageName | ||
}} | }} | ||
| + | |} | ||