-- Copy from en.wiktionary Module:User:CodeCat/isValidPageName.-- This module is created to fix [[Skabelon:isValidPageName]].localexport={}functionexport.isValidPageName(frame)localres=mw.title.new(frame.args[1])ifresthenreturn"valid"elsereturn""endendreturnexport