Module:Param Parse: Difference between revisions
no edit summary
(Cleaning up module, and adding episode) |
No edit summary |
||
Line 8:
-- Standardized "has content" function
function param.has_content(arg
-- Return arg if any non-whitespace character is found
return string.match(arg or '', '%S') and arg or nil
|