Module:infobox: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 149: Line 149:
root
root
:tag('caption')
:tag('caption')
:cssText('font-size: 130%; font-weight: bold; text-align: center; padding: 0.2em;')
:cssText('text-align: center; padding: 0.2em;')
:addClass(args.titleclass)
:addClass(args.titleclass)
-- @deprecated next; target .infobox-<name> .infobox-title
-- @deprecated next; target .infobox-<name> .infobox-title
Line 163: Line 163:
:tag('th')
:tag('th')
:attr('colspan', '2')
:attr('colspan', '2')
:cssText('vertical-align: top; font-size: 130%; font-weight: bold; text-align: left;')
:cssText('vertical-align: top; font-size: 130%; font-weight: bold; text-align: center;')
:addClass(args.aboveclass)
:addClass(args.aboveclass)
-- @deprecated next; target .infobox-<name> .infobox-above
-- @deprecated next; target .infobox-<name> .infobox-above

Navigation menu