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).
- 12:56, 3 September 2025 Wioum talk contribs created page Module:Test (Created page with "local p = {} local util = require('Module:Utility') local url = mw.site.server .. mw.site.scriptPath function p.test(frame) local out = {} local payload = { source=url .. '/api.php?action=query&format=json&list=categorymembers&cmlimit=max&cmtitle=Category:General_Feat', format='json' } local json = mw.ext.externalData.getExternalData(payload) for _,feat in ipairs(json) do if (feat['title'] ~= nil) then if (feat['...")
- 11:53, 22 February 2023 Wioum talk contribs moved page Module:Test to Module:Print without leaving a redirect
- 11:52, 22 February 2023 Wioum talk contribs created page Module:Test (Created page with "p = {} p.loop = function(frame) local out = {} for idx = 1, 5 do table.insert(out, idx) end return table.concat(out, "<br>") end return p")