All public logs

Combined display of all available logs of Stiles Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:18, 30 May 2022 Maxwells talk contribs created page Module:Test (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")