Modul:Navbox: Unterschied zwischen den Versionen

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)
Zeile 216: Zeile 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
Zeile 437: Zeile 437:
end
end


renderTrackingCategories(res)
if (args.nocat or 'false'):lower() ~= 'false' then
 
renderTrackingCategories(res)
end
return striped(tostring(res))
return striped(tostring(res))
end
end
Anonymer Benutzer