Difference between revisions of "User:Mornsta/PageGenerator"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Mornsta-gpuser
>Mornsta-gpuser
(Blanked the page)
Line 1: Line 1:
{| class="wikitable sortable"
+
 
! Name || Showcased in || Dragons Voiced
 
{{#cargo_query:
 
tables=Adventurers
 
|fields=FullName
 
|format=template
 
|template=Test
 
|order by=
 
    CASE ElementalType
 
    WHEN 'Flame' THEN 1
 
    WHEN 'Water' THEN 2
 
    WHEN 'Wind' THEN 3
 
    WHEN 'Light' THEN 4
 
    WHEN 'Shadow' THEN 5
 
    ELSE 0
 
    END ASC,
 
    CASE WeaponType
 
    WHEN 'Sword' THEN 1
 
    WHEN 'Blade' THEN 2
 
    WHEN 'Dagger' THEN 3
 
    WHEN 'Axe' THEN 4
 
    WHEN 'Lance' THEN 5
 
    WHEN 'Bow' THEN 6
 
    WHEN 'Wand' THEN 7
 
    WHEN 'Staff' THEN 8
 
    ELSE 0
 
    END ASC,
 
    Rarity DESC, Id DESC
 
}}
 
|}
 

Revision as of 15:40, 25 February 2019