Difference between revisions of "List of Shareable Skills"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Eave
(use a join query to reduce xref queries to skills table in the entry template)
>Eave
(remove fields that are no longer necessary with the join)
Line 3: Line 3:
 
     {| class="wikitable sortable" style="width:100%"
 
     {| class="wikitable sortable" style="width:100%"
 
     |-
 
     |-
     ! style="width:10%" | Icon
+
     ! Icon
     ! style="width:5%" | Name
+
     ! style="width:10%" | Name
     ! style="width:5%" | Cost
+
     ! Cost
 
     ! style="width:15%" | Shareable Skill
 
     ! style="width:15%" | Shareable Skill
     ! style="width:5%" | {{Tooltip|SP|SP Cost when used as a shared skill}}
+
     ! {{Tooltip|SP|SP Cost when used as a shared skill}}
 
     ! Description
 
     ! Description
 
     {{#invoke:CargoQuery|main
 
     {{#invoke:CargoQuery|main
 
       |q?tables=Adventurers,Skills
 
       |q?tables=Adventurers,Skills
 
       |q?join=Adventurers.EditSkillId=Skills.SkillId
 
       |q?join=Adventurers.EditSkillId=Skills.SkillId
       |q?fields=Adventurers._pageName=Link,FullName=Name,ElementalType,WeaponType,Rarity,Availability,Id=InternalId,CharaType,VariationId,
+
       |q?fields=Adventurers._pageName=Link,FullName=Name,ElementalType,WeaponType,Rarity,Availability,Id=InternalId,CharaType,VariationId,EditSkillCost,
                Skill1Name,Skill2Name,EditSkillLevelNum,EditSkillCost,
+
                 Skills.Name=SkillName,Skills._pageName=SkillLink,MaxSkillLevel,SpLv4Edit,
                 Skills.Name=SkillName,Skills._pageName=SkillLink,MaxSkillLevel,
 
 
                 SkillLv1IconName,SkillLv2IconName,SkillLv3IconName,SkillLv4IconName,
 
                 SkillLv1IconName,SkillLv2IconName,SkillLv3IconName,SkillLv4IconName,
 
                 Description1,Description2,Description3,Description4
 
                 Description1,Description2,Description3,Description4

Revision as of 17:28, 25 May 2020