-- This module is a temporary stopgap measure to fix [[Template:isValidPageName]].-- It will be deleted/replaced eventually.localexport={}functionexport.isValidPageName(frame)localres=mw.title.new(frame.args[1])ifresthenreturn"valid"elsereturn""endendreturnexport