Difference between revisions of "User:Mornsta/Sandbox2"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Mornsta-gpuser
>Mornsta-gpuser
Line 19: Line 19:
 
}}</pre>-->
 
}}</pre>-->
  
{| class="wikitable sortable" style="text-align:center;"
+
{{#cargo_query:
! Icon
+
tables=NPCs
! Name
+
|fields=_pageName, CONCAT('[[',_pageName,'/Stories]]')
! Might Value
+
|group by=_pageName
! Description
 
! Description
 
! Description
 
! Description
 
|-
 
{{#invoke:CargoQuery|main
 
|q?tables=Abilities
 
|q?fields=Id=Id,AbilityIconName=Icon,_pageName=Name,Details=Details,PartyPowerWeight=Might,GenericName,AbilityGroup
 
|q?groupBy=_pageName
 
|q?orderBy=
 
CASE
 
WHEN ID IS NULL THEN 0
 
WHEN Id < 10 THEN 1
 
WHEN Id < 100 THEN 2
 
ELSE 0
 
END ASC,
 
Id ASC
 
|q?limit=999
 
|template=Test
 
 
}}
 
}}
|}
 

Revision as of 14:29, 5 March 2019


Error: Table NPCs not found.