Module:Sandbox/43


local export = {}

function export.main(frame)
	mw.title.new(frame.args[1]):getContent()
end

return export