Module:Infobox: Difference between revisions

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