The title of the current frame is Module:Sandbox/Jackmcbarn
Special:Random Special:ThisIsNotARealSpecialPage
local p = {} local f = mw.getCurrentFrame() function p.main(frame) return 'The title of the current frame is ' .. f:getTitle() end return p