Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
        :attr('cellspacing', 0)
 
    tbl:css('border-spacing', 0)
                :attr('cellspacing', 0)
                :css('border-spacing', 0)
		
		
		
		
		
		
		
	
Remove cellspacing attribute (obsolete), cell-spacing CSS moved to Common.css.
local function renderMainTable()
    local tbl = mw.html.create('table')
        :addClass('nowraplinks')
        :addClass(args.bodyclass)
    end
    if border == 'subgroup' or border == 'child' or border == 'none' then
        tbl
        res
            :tag('table')
                :addClass('navbox')
                :cssText(args.bodystyle)
                :cssText(args.style)