Module:Sandbox/BrandonXLF/1: Difference between revisions

Content deleted Content added
No edit summary
Replaced content with '-- Keep Here'
Tag: Replaced
Line 1:
-- Keep Here
 
function main(frame)
if frame.args[1] == nil or frame.args[1] == "null" or frame.args[1] == "0" or frame.args[1] == "" or frame.args[1] == mw.ustring.match(frame.args[1],"%s") then
return "false"
else
return "true"
end
end
 
return {main = main}