Content deleted Content added
m fix |
m self.setCollapsible |
||
Line 504:
boxTable:addClass(class or nil)
end
if self.setCollapsible then
boxTable
:addClass ('mw-collapsible mw-made-collapsible')
Line 544:
if self.headertext then
if self.setCollapsible then
-- The show button
local showButton =
Line 601:
end
if self.setCollapsible then
textCell:addClass('outercollapse')
end
|