Module:Navbox: Difference between revisions

implement nocat=true per Template talk:Navbox#Module:Navbox and WP:NOCAT
(typo)
(implement nocat=true per Template talk:Navbox#Module:Navbox and WP:NOCAT)
Line 216:
:addClass(args.groupclass)
:cssText(args.basestyle)
:css('width', args.groupwidth or '1%') -- If groupwidth not specified, minimize width
 
groupCell
Line 437:
end
 
if (args.nocat or 'false'):lower() ~= 'false' then
renderTrackingCategories(res)
 
end
return striped(tostring(res))
end
Anonymous user