Main public logs
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Combined display of all available logs of SNCApedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:34, 12 March 2026 ShitNophono talk contribs created page Module:Category list (Created page with "local p = {} function p.main(frame) local category = frame.args[1] or "" local sep = frame.args[2] or " • " if category == "" then return "No category" end local pages = mw.site.stats.pagesInCategory(category, "pages") local title = mw.title.new("Category:" .. category) local members = title:getContent() local list = {} for page in mw.site.pagesInCategory(category) do table.insert(list, "" .. page .. "")...")