Main public logs

From Zyrkthraan Chronicles Wiki
Jump to navigationJump to search

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

Logs
  • 15:17, 23 April 2025 Naitomeatori talk contribs created page Module:SubpageList (Created page with "local p = {} function p.list(frame) local prefix = frame.args[1] or "" local limit = tonumber(frame.args["limit"] or 100) local namespace = frame.args["namespace"] or "" local list = {} local pages = mw.site.pagesInCategory("", "all", limit) for title in pages do if mw.ustring.sub(title.text, 1, #prefix) == prefix then local display = mw.ustring.gsub(title.text, "^" .. prefix, "") table.insert(list, string.fo...")