Content deleted Content added
div instead of table (role=navigation sometimes conflicts with tables containing th's) |
sync from live version |
||
Line 278:
for key, style in pairs(args) do
if tostring(key):match("style$") then
if styleratio{mw.text.unstripNoWiki(style)} < 4.5 then
return true
end
Line 313:
:addClass(args.bodyclass)
▲ end
tbl:css('border-spacing', 0)
Line 375 ⟶ 371:
else
res
:tag('
:addClass('navbox')
:css('border-spacing', 0)
:cssText(args.bodystyle)
:cssText(args.style)
:tag('tr')
:
:
:node(tbl)
end
|