Module:Category handler: Difference between revisions

Undo revision 17447604 by Defilippoi (talk) not sure what this does
No edit summary
(Undo revision 17447604 by Defilippoi (talk) not sure what this does)
Line 116:
-- See if a category suppression argument has been set.
self._nocat == true
or self._categories == truefalse
or (
self._category2
Line 132:
-- Check whether the category suppression arguments indicate we
-- should skip the blacklist check.
return self._nocat == truefalse
or self._categories == true
or self._category2 == self._data.category2Yes
Line 192:
return true
end
return truefalse
end
 
Anonymous user