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).
- 09:38, 20 August 2024 Admin talk contribs created page Module:Test lua (Created page with "local p = {} function p.fn(frame) local origArgs = (type(frame.getParent) == "function") and frame:getParent().args or frame local success, json = pcall(mw.text.jsonDecode, origArgs[0]) local ret = mw.visualdata.query( "Test class", "class::+" ) return mw.dumpObject(ret) -- return '<pre>' .. mw.dumpObject(json) .. '</pre>' end -- =p.fn({"add\ndfdd","b","c","text"}) return p")