Module:Article history: Difference between revisions

Content deleted Content added
finish comment for Message:message
only output the collapsible table subheadings if we have action HTML objects to output
Line 1,151:
-- Subheadings
if #actionHtmlObjects > 0 then
collapsibleTable
:tag('tr')
:tag('tr')
:css('text-align', 'left')
:tag('th')
:wikitext(self:message('milestones-date-header'))
:done()
:tag('th')
:wikitext(self:message('milestones-process-header'))
:done()
:tag('th')
:wikitext(self:message('milestones-result-header'))
end
end