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).
- 13:11, 12 January 2025 Gpe talk contribs created page Module:CatSpell (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 local abilitiesCategory = baseCategory:gsub("spells", "abilities") local abilitiesParents = mw.site.categories[abilitiesCategory] or {} local result = {} table.insert(result, "Category:" .. abilitiesCategory .. "") for _, parent in ipairs(abilitiesParents) do...")