Difference between revisions of "Template:WyrmprintAbilityCapTableEntry"
Jump to navigation
Jump to search
>Mornsta-gpuser |
>Mornsta-gpuser |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>[[Category:Templates]]</noinclude><includeonly> | <noinclude>[[Category:Templates]]</noinclude><includeonly> | ||
| − | |||
| − | |||
| − | |||
| − | |||
|{{#cargo_query:tables=Abilities | |{{#cargo_query:tables=Abilities | ||
| − | |fields=CONCAT('[[',GenericName,']]') | + | |fields=CONCAT('[[File:',AbilityIconName,'.png|24px|link=',_pageName,']] [[',GenericName,']]') |
| − | |where=AbilityLimitedGroupId1={{{Id|}}} | + | |where=AbilityLimitedGroupId1="{{{Id|}}}" |
|limit=999 | |limit=999 | ||
| + | |order by=AbilityGroup ASC,AbilityIconName ASC,Id ASC | ||
|group by=GenericName | |group by=GenericName | ||
|format=ul | |format=ul | ||
|default= | |default= | ||
}} | }} | ||
| + | | {{{AbilityLimitedText}}} | ||
|- | |- | ||
</includeonly> | </includeonly> | ||