Difference between revisions of "Module:Common"

Jump to navigation Jump to search
no edit summary
Line 48: Line 48:
function com.pagename(frame)
function com.pagename(frame)
local args = a.getArgs(frame)
local args = a.getArgs(frame)
return trim(com.modulePagename(args['title']))
return com.trim(com.modulePagename(args['title']))
end
end


Navigation menu