Special:Random Special:ThisIsNotARealSpecialPage
local p = {} function p.main(frame) mw.logObject(frame.args, 'frame.args') mw.logObject(frame:getParent().args, 'frame:getParent().args') end return p