Module:Navbox: Difference between revisions
fix confusion (a test I did was not correct)
(implement nocat=true per Template talk:Navbox#Module:Navbox and WP:NOCAT) |
w>Johnuniq (fix confusion (a test I did was not correct)) |
||
Line 437: | Line 437: | ||
end | end | ||
if (args.nocat or 'false'):lower() | if (args.nocat or 'false'):lower() == 'false' then | ||
renderTrackingCategories(res) | renderTrackingCategories(res) | ||
end | end |