Changes

Module:Navbox

22 bytes removed, 22:31, 22 November 2016
m
no edit summary
local function addTableRow(tbl)
-- If any other rows have already been added, then we add a 2px gutter row.
-- Set to 0px?
if tableRowAdded then
tbl
.tag('tr')
.css('height', '0px2px')
.tag('td')
.attr('colspan',2)
.addClass(args.listclass)
.tag('div')
.css('padding', (listnum == 1 and args.list1padding) or args.listpadding or '0em 0.25em0em')
.wikitext(addNewline(args['list' .. listnum]))
1,980
edits