Module:Navbox: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (1 revision imported)
(fix confusion (a test I did was not correct))
Line 216: Line 216:
:addClass(args.groupclass)
:addClass(args.groupclass)
:cssText(args.basestyle)
:cssText(args.basestyle)
:css('width', args.groupwidth or '1%') -- If groupwidth not specified, minimize width
:css('width', args.groupwidth or '1%') -- If groupwidth not specified, minimize width


groupCell
groupCell
Line 437: Line 437:
end
end


if (args.nocat or 'false'):lower() == 'false' then
renderTrackingCategories(res)
renderTrackingCategories(res)

end
return striped(tostring(res))
return striped(tostring(res))
end
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.