Module:Infobox: Difference between revisions

put bodystyle after other style options to match {{infobox}}
(better comments)
(put bodystyle after other style options to match {{infobox}})
Line 223:
.attr('cellspacing', 3)
.css('border-spacing', '3px')
.cssText(args.bodystyle)
if args.subbox == 'yes' then
Line 240 ⟶ 239:
.css('width', '22em')
end
root
.cssText(args.bodystyle)
renderTitle()
Anonymous user