Module:Navbox: Difference between revisions

Remove cellspacing attribute (obsolete), cell-spacing CSS moved to Common.css.
Enwikipedia>Frietjes
(switch to mw.html per talk page (no objections))
Enwikipedia>Edokter
(Remove cellspacing attribute (obsolete), cell-spacing CSS moved to Common.css.)
Line 296:
local function renderMainTable()
local tbl = mw.html.create('table')
:attr('cellspacing', 0)
:addClass('nowraplinks')
:addClass(args.bodyclass)
Line 306 ⟶ 305:
end
tbl:css('border-spacing', 0)
if border == 'subgroup' or border == 'child' or border == 'none' then
tbl
Line 359 ⟶ 357:
res
:tag('table')
:attr('cellspacing', 0)
:addClass('navbox')
:css('border-spacing', 0)
:cssText(args.bodystyle)
:cssText(args.style)
Anonymous user