Zum Inhalt springen

Modul:Sidebar: Unterschied zwischen den Versionen

fix initial collapse state
imported>Toohool
(add styles)
imported>Toohool
(fix initial collapse state)
Zeile 200: Zeile 200:
         local num = ('' .. k):match('^list(%d+)$')
         local num = ('' .. k):match('^list(%d+)$')
         if num then  
         if num then  
             local expand = args.expanded == 'all' or args.expanded == args['list' .. num .. 'name']
             local expand = args.expanded and (args.expanded == 'all' or args.expanded == args['list' .. num .. 'name'])
              
              
             local row = HtmlBuilder.create('div')
             local row = HtmlBuilder.create('div')
Anonymer Benutzer