Page history
31 May 2022
30 May 2022
no edit summary
−11
no edit summary
+11
no edit summary
−1
no edit summary
+14
no edit summary
+12
no edit summary
+14
no edit summary
+19
Created page with "local p = {} function p.deities(frame) local orgiArgs = frame.args local args = {} local categories = "{{hlist" for k, v in pairs(orgiArgs) do v = v:match() if v ~= '' then categories = categories.."|[[:Category:"..args[k].." Deities|"..args[k].."]]" end end categories = categories.."}}" for k, v in pairs(orgiArgs) do v = v:match() if v ~= '' then categories = categories.."|[[Category:"..args[k].." Deities]]" end end return p end"
+461