Changes

Jump to: navigation, search

Module:Navbox

292 bytes added, 22:42, 22 November 2016
m
Restore padding
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)
--
local function renderListRow(tbl, listnum)
 
-- Check if there is actually any text to display for this row
-- If not, do not generate the row.
-- Added as empty rows each added a small amount of whitespace...
-- Daniel Evans 2016-11-22
if (args['list' .. listnum] == nil or args['list' .. listnum] == '') then
return
end
 
local row = addTableRow(tbl)
1,980
edits

Navigation menu