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