Difference between revisions of "Template:MobileAbilityTableEntry"
Jump to navigation
Jump to search
>Caledor92 |
>Caledor92 (display actual name instead of pagename) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
| {{{Might|}}} | | {{{Might|}}} | ||
| {{{Details|}}} | | {{{Details|}}} | ||
| − | | {{#cargo_query:tables=Adventurers|fields=_pageName|where=Abilities11="{{{Id|}}}" OR Abilities12="{{{Id|}}}" OR Abilities13="{{{Id|}}}" OR Abilities14="{{{Id|}}}" OR Abilities21="{{{Id|}}}" OR Abilities22="{{{Id|}}}" OR Abilities23="{{{Id|}}}" OR Abilities24="{{{Id|}}}" OR Abilities31="{{{Id|}}}" OR Abilities32="{{{Id|}}}" OR Abilities33="{{{Id|}}}" OR Abilities34="{{{Id|}}}"|format=ul|group by=_pageName|default=|order by= ElementalTypeId ASC, WeaponTypeId ASC, Rarity DESC, Id DESC, FullName ASC}} | + | | {{#cargo_query:tables=Adventurers|fields=CONCAT('[[',_pageName,'|',Name,']]')|where=Abilities11="{{{Id|}}}" OR Abilities12="{{{Id|}}}" OR Abilities13="{{{Id|}}}" OR Abilities14="{{{Id|}}}" OR Abilities21="{{{Id|}}}" OR Abilities22="{{{Id|}}}" OR Abilities23="{{{Id|}}}" OR Abilities24="{{{Id|}}}" OR Abilities31="{{{Id|}}}" OR Abilities32="{{{Id|}}}" OR Abilities33="{{{Id|}}}" OR Abilities34="{{{Id|}}}"|format=ul|group by=_pageName|default=|order by= ElementalTypeId ASC, WeaponTypeId ASC, Rarity DESC, Id DESC, FullName ASC}} |
| − | | {{#cargo_query:tables=Wyrmprints|fields=_pageName|where=Abilities11="{{{Id|}}}" OR Abilities12="{{{Id|}}}" OR Abilities21="{{{Id|}}}" OR Abilities22="{{{Id|}}}" OR Abilities31="{{{Id|}}}" OR Abilities32="{{{Id|}}}"|format=ul|group by=_pageName|default=|order by= Rarity DESC, ReleaseDate DESC, BaseId DESC}} | + | | {{#cargo_query:tables=Wyrmprints|fields=CONCAT('[[',_pageName,'|',Name,']]')|where=Abilities11="{{{Id|}}}" OR Abilities12="{{{Id|}}}" OR Abilities21="{{{Id|}}}" OR Abilities22="{{{Id|}}}" OR Abilities31="{{{Id|}}}" OR Abilities32="{{{Id|}}}"|format=ul|group by=_pageName|default=|order by= Rarity DESC, ReleaseDate DESC, BaseId DESC}} |
| − | | {{#cargo_query:tables=Dragons|fields=_pageName|where=Abilities11="{{{Id|}}}" OR Abilities12="{{{Id|}}}" OR Abilities21="{{{Id|}}}" OR Abilities22="{{{Id|}}}"|format=ul|group by=_pageName|default=|order by= ElementalTypeId ASC, Rarity DESC, Id DESC, FullName ASC}} | + | | {{#cargo_query:tables=Dragons|fields=CONCAT('[[',_pageName,'|',FullName,']]')|where=Abilities11="{{{Id|}}}" OR Abilities12="{{{Id|}}}" OR Abilities21="{{{Id|}}}" OR Abilities22="{{{Id|}}}"|format=ul|group by=_pageName|default=|order by= ElementalTypeId ASC, Rarity DESC, Id DESC, FullName ASC}} |
| − | | {{#cargo_query:tables=Weapons|fields=_pageName|where=Abilities11="{{{Id|}}}" OR Abilities21="{{{Id|}}}"|format=ul|group by=_pageName|default=|order by= ElementalTypeId ASC, TypeId ASC, Rarity DESC, Id DESC, WeaponName ASC}} | + | | {{#cargo_query:tables=Weapons|fields=CONCAT('[[',_pageName,'|',WeaponName,']]')|where=Abilities11="{{{Id|}}}" OR Abilities21="{{{Id|}}}"|format=ul|group by=_pageName|default=|order by= ElementalTypeId ASC, TypeId ASC, Rarity DESC, Id DESC, WeaponName ASC}} |
|- | |- | ||
</includeonly> | </includeonly> | ||