Template:Faction members who perform the water ritual: Difference between revisions

ignore skill givers who are not 100 rep with specified faction
No edit summary
(ignore skill givers who are not 100 rep with specified faction)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<includeonly>{{#ifeq:{{{3|}}}|yes
<includeonly>{{#ifeq:{{{3|}}}|yes
|{{#cargo_query:
|{{#cargo_query:
   | tables  = GeneralData=GD,CreatureFactions=CF,ExtraInfo=EI,WaterRitualSkills=WRS
   | tables  = GeneralData=GD,CreatureFactions=CF,ExtraInfo=EI,WaterRitualSkills=WRS,Factions=F
   | join on  = GD.ObjectID=CF.ObjectID,GD.ObjectID=EI.ObjectID,GD.ObjectID=WRS.ObjectID
   | join on  = GD.ObjectID=CF.ObjectID,GD.ObjectID=EI.ObjectID,GD.ObjectID=WRS.ObjectID,CF.Faction=F.PlainName
   | fields  = CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Character
   | fields  = CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Character
   | where    = EI.Info LIKE '%Ritualable,,,%' AND CF.Faction='{{{1}}}' AND WRS.ObjectID IS NULL
   | where    = EI.Info LIKE '%Ritualable,,,%' AND CF.Faction='{{{1}}}' AND (WRS.ObjectID IS NULL OR WRS.Skill=F.WaterRitualSkill) AND CF.Value = '100'
   | format  = ul
   | format  = ul
   | default  = {{{2|None}}}
   | default  = {{{2|None}}}
Line 12: Line 12:
   | join on  = GD.ObjectID=CF.ObjectID,GD.ObjectID=EI.ObjectID
   | join on  = GD.ObjectID=CF.ObjectID,GD.ObjectID=EI.ObjectID
   | fields  = CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Character
   | fields  = CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Character
   | where    = EI.Info LIKE '%Ritualable,,,%' AND CF.Faction='{{{1}}}'
   | where    = EI.Info LIKE '%Ritualable,,,%' AND CF.Faction='{{{1}}}' AND CF.Value = '100'
   | format  = ul
   | format  = ul
   | default  = {{{2|None}}}
   | default  = {{{2|None}}}
Line 37: Line 37:


== Example ==
== Example ==
<code><nowiki>{{faction members who perform the water ritual|Barathrumites}}</nowiki></code>
<code><nowiki>{{faction members who perform the water ritual|fellowship of wardens|3=yes}}</nowiki></code>
{{faction members who perform the water ritual|Barathrumites}}
{{faction members who perform the water ritual|fellowship of wardens|3=yes}}


[[Category:Query Templates]]</noinclude>
[[Category:Query Templates]]</noinclude>