Lua error: bad argument #1 to 'title.new' (number or string expected, got nil).
Special:Random Special:ThisIsNotARealSpecialPage
local p = {} function p.main(frame) return frame:getParent():preprocess(mw.title.new(frame.args[1]):getContent()) end return p, '{{X1}}'