Content deleted Content added
m slimming outer div's padding a bit to better match previous layout |
checking something with broken divs |
||
Line 248:
end
listCell
:css('padding', (index == 1 and args.list1padding) or args.listpadding or '
:cssText(args.liststyle)
:cssText(rowstyle)
Line 255:
:addClass('navbox-' .. oddEven)
:addClass(args.listclass)
▲ :wikitext(processItem(listText, args.nowrapitems))
if index == 1 and args.image then
Line 399 ⟶ 397:
end
elseif border == 'subgroup' then
res
:node(tbl)
else
local nav = res:tag('div')
|