Skills: Difference between revisions

Jump to navigation Jump to search
262 bytes added ,  20:51, 23 June 2022
Update faction table to include faction representatives who teach the skill
(grammar fixes, learning "skills and powers")
(Update faction table to include faction representatives who teach the skill)
Line 17: Line 17:


=== By Faction ===
=== By Faction ===
{{#cargo_query:table=Factions
{{#cargo_query:
|fields=CONCAT('[[:',_pagename,'|',PlainName,']]')=Faction,WaterRitualSkill=Skill or Power
  | tables  = Factions=F
|where=WaterRitualSkill IS NOT NULL
  | fields   = CONCAT('[[:',F._pageName,'|',F.PlainName,']]')=Faction,
              F.WaterRitualSkill=Skill or Power,
              CONCAT('{{(}}Faction_members_who_perform_the_water_ritual{{!}}',F.PlainName,'{{!}} {{!}}3=yes{{)}}')=Unique Faction Representatives Who Teach
  | where   = F.WaterRitualSkill IS NOT NULL
  | order by = F.PlainName
  | format  = table
}}
}}


Navigation menu