Module:Navbox: Difference between revisions

fix confusion (a test I did was not correct)
en>Johnuniq
(implement nocat=true per Template talk:Navbox#Module:Navbox and WP:NOCAT)
en>Johnuniq
(fix confusion (a test I did was not correct))
Line 437: Line 437:
end
end


if (args.nocat or 'false'):lower() ~= 'false' then
if (args.nocat or 'false'):lower() == 'false' then
renderTrackingCategories(res)
renderTrackingCategories(res)
end
end
Anonymous user