All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wikisphere. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:30, 31 August 2025 Admin talk contribs created page Module:Handle query (Created page with "local p = {} function p.main(frame) -- local args = frame:getParent().args local origArgs = (type(frame.getParent) == "function") and frame:getParent().args or frame local success, json = pcall(mw.text.jsonDecode, origArgs[0]) local ret = json return mw.text.jsonEncode(ret) end return p")