Content deleted Content added
always add the "Article milestones" header if we have one or more actions, or if the collapsible table is collapsed |
add a "collapse" parameter to manually collapse/expand the template |
||
Line 1,194:
-- Find out if we are collapsed or not.
local isCollapsed = yesno(self.args.collapse)
if
if self.cfg.uncollapsedRows == 'all' then
isCollapsed = false
isCollapsed = false
isCollapsed = nCollapsibleRows > (tonumber(self.cfg.uncollapsedRows) or 3)
end
end
|