Content deleted Content added
minor tweak; "_" for an unused variable |
trying to simplify with border-spacing instead of gutter rows |
||
Line 78:
end
return item
:tag('tr')▼
:tag('td')▼
end
Line 113 ⟶ 98:
if not args.title then return end
local titleRow =
if args.titlegroup then
Line 171 ⟶ 156:
if not args.above then return end
:tag('td')
:addClass('navbox-abovebelow')
Line 185 ⟶ 170:
if not args.below then return end
:tag('td')
:addClass('navbox-abovebelow')
Line 200 ⟶ 185:
--
local function renderListRow(tbl, index, listnum)
local row =
if index == 1 and args.imageleft then
Line 359 ⟶ 344:
end
tbl:css('border-spacing',
if border == 'subgroup' or border == 'none' then
tbl
Line 427 ⟶ 412:
:cssText(args.bodystyle)
:cssText(args.style)
:css('padding', '
:node(tbl)
if args.title then
|