Success
Special:Random Special:ThisIsNotARealSpecialPage
local p = {} function p.main(frame) local builder = mw.html.create() return 'Success' end return p