Content deleted Content added
m cfg.collapse |
edit collapsible collapsed |
||
Line 342:
end
local setCollapsible = cfg.collapse and args.collapse
if self.setCollapsible then
self.tableCollapseStyle = 'border-collapse:separate;'
end
Line 510:
if self.setCollapsible then
boxTable
:addClass ('mw-collapsible mw-made-collapsible collapsible collapsed')
:cssText (self.tableCollapseStyle)
:attr('cellspacing', '4')
:attr('role', 'presentation')
end▼
else
boxTable
:cssText(self.style or nil)
:attr('role', 'presentation')
▲ end
if self.attrs then
Line 543 ⟶ 545:
:cssText(self.imageEmptyCellStyle or nil)
end
-- Add header?
|