All public logs
Combined display of all available logs of Psalms: Layer by Layer. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:58, 12 May 2025 Elizabeth.Robar talk contribs created page Module:Troubleshooting (Created page with "local p = {} function p.findBrokenPages(frame) local category = "Argument maps" local result = {} table.insert(result, "{| class='wikitable sortable'") table.insert(result, "! Page !! Contains category in wikitext !! Actually categorized !! Purge link") for title in mw.site.allPages("", nil, 5000) do -- limit to 5000 for safety local page = mw.title.new(title.text) if page and page.exists then local content = page.getCon...")