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

From Caves of Qud Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{#cargo_query:
<includeonly>{{#ifeq:{{{3|}}}|yes
|{{#cargo_query:
  | tables  = GeneralData=GD,CreatureFactions=CF,ExtraInfo=EI,WaterRitualSkills=WRS
  | join on  = GD.ObjectID=CF.ObjectID,GD.ObjectID=EI.ObjectID,GD.ObjectID=WRS.ObjectID
  | fields  = CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Character
  | where    = EI.Info LIKE '%Ritualable,,,%' AND CF.Faction='{{{1}}}' AND WRS.ObjectID IS NULL
  | format  = ul
  | default  = {{{2|None}}}
}}
|{{#cargo_query:
   | tables  = GeneralData=GD,CreatureFactions=CF,ExtraInfo=EI
   | tables  = GeneralData=GD,CreatureFactions=CF,ExtraInfo=EI
   | join on  = GD.ObjectID=CF.ObjectID,GD.ObjectID=EI.ObjectID
   | join on  = GD.ObjectID=CF.ObjectID,GD.ObjectID=EI.ObjectID
Line 6: Line 15:
   | format  = ul
   | format  = ul
   | default  = {{{2|None}}}
   | default  = {{{2|None}}}
}}</includeonly><noinclude>
}}}}</includeonly><noinclude>
A list of faction representatives who can partake in the water ritual.
A list of faction representatives who can partake in the water ritual.


Line 21: Line 30:
| optional
| optional
| Text to show if no results are found. By default, this is "None"
| Text to show if no results are found. By default, this is "None"
|-
| 3
| optional
| Set to "yes" to limit the results to only those NPCs who teach their faction's main skill. NPCs who do not teach a skill or who teach a different skill than their faction will not be included.
|}
|}



Revision as of 20:42, 23 June 2022

A list of faction representatives who can partake in the water ritual.

Parameter Type Description
1 required The faction name (matches to cargo columns CreatureFactions.Faction or Factions.PlainName)
2 optional Text to show if no results are found. By default, this is "None"
3 optional Set to "yes" to limit the results to only those NPCs who teach their faction's main skill. NPCs who do not teach a skill or who teach a different skill than their faction will not be included.

Example

{{faction members who perform the water ritual|Barathrumites}}