Module:Article history: Difference between revisions

Content deleted Content added
pass through makeData to Row objects
fix calls to CollapsibleNotice:exportHtml
Line 1,102:
if isCollapsed then
for _, obj in ipairs(collapsibleNotices) do
collapsibleTable:node(self:try(obj.exportHtml, obj, self, true))
end
end
Line 1,124:
if not isCollapsed then
for _, obj in ipairs(collapsibleNotices) do
root:node(self:try(obj.exportHtml, obj, self, false))
end
end