Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

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

Logs
  • 13:13, 12 January 2025 Gpe talk contribs created page Module:QuickCat (Created page with "local p = {} function p.generateCategories(frame) local baseCategory = frame.args[1] or "" if baseCategory == "" then return "Error: No base category provided." end -- Determine type (either "spells" or "skills") local type = baseCategory:match("spells") or baseCategory:match("skills") if not type then return "Error: Unable to determine type ('spells' or 'skills') from category name." end -- Determine the corresponding...")