Module:Water Ritual Liquids: Difference between revisions

Jump to navigation Jump to search
fixed orderby so it sorts on liquid, not faction name
(fixed liquid favilink)
(fixed orderby so it sorts on liquid, not faction name)
 
Line 31: Line 31:
fields = h.getFields(),
fields = h.getFields(),
where = '(F._pageNamespace="14" OR F._pageNamespace="0") AND IsVisible="1"',
where = '(F._pageNamespace="14" OR F._pageNamespace="0") AND IsVisible="1"',
orderBy = 'F._pageName ASC',
orderBy = 'WaterRitualLiquid ASC',
oneToMany = {
oneToMany = {
fields = { 'CONCAT("[[:", _pageName, "|", PlainName, "]]")=Factions', 'WaterRitualLiquid' },
fields = { 'CONCAT("[[:", _pageName, "|", PlainName, "]]")=Factions', 'WaterRitualLiquid' },

Navigation menu