Lua error in Module:Documentation at line 144: message: type error in message cfg.container (string expected, got nil).
-- This module implements [[Plantilya:isValidPageName]].localexport={}functionexport.isValidPageName(frame)localsuccess,res=pcall(mw.title.new,frame.args[1])ifsuccessandresthenreturn"valid"elsereturn""endendreturnexport