10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 18: | Line 18: | ||
local title = args[2] or args["title"] or args["t"] | local title = args[2] or args["title"] or args["t"] | ||
local nocat = false | local nocat = false | ||
if args['nocat'] then | if args['nocat'] ~= nil then | ||
nocat = true | nocat = true | ||
args['nocat'] = nil | args['nocat'] = nil |