All public logs

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

Logs
  • 17:25, 15 March 2023 Wioum talk contribs created page Module:Feat (Created page with "local p = {} local util = require('Module:Utility') function p.list(frame) local out = {} local payload = { source=mw.site.server .. mw.site.scriptPath .. '/api.php?action=query&format=json&generator=categorymembers&gcmlimit=max&gcmtitle=Category:' .. util.firstToUpper(frame.args.category), format='json' } local json = mw.ext.externalData.getExternalData(payload) for _,feat in ipairs(json) do if feat['title'] ~= nil then...")