Changes

Jump to navigation Jump to search

Module:Navbox

147 bytes removed, 20:28, 14 November 2014
Remove cellspacing attribute (obsolete), cell-spacing CSS moved to Common.css.
local function renderMainTable()
local tbl = mw.html.create('table')
:attr('cellspacing', 0)
:addClass('nowraplinks')
:addClass(args.bodyclass)
end
tbl:css('border-spacing', 0)
if border == 'subgroup' or border == 'child' or border == 'none' then
tbl
res
:tag('table')
:attr('cellspacing', 0)
:addClass('navbox')
:css('border-spacing', 0)
:cssText(args.bodystyle)
:cssText(args.style)
Anonymous user

Navigation menu