Module:Class mask/sandbox: Difference between revisions

Content deleted Content added
+count
No edit summary
Line 29:
s = s and s:lower()
return not s or s == 'yes' or s == 'y' or s == '1' or s == 'pass' or s == 'na' or s == 'n/a' or s == '¬' or s == 'unused'
end
 
local bclass = function(param)
end