Module:Article history/config: Difference between revisions

Content deleted Content added
add skeletons for notices and collapsible notices
add collapsible table settings and messages
Line 892:
oldid = 'oldid'
},
 
-------------------------------------------------------------------------------
-- Other settings
-------------------------------------------------------------------------------
 
uncollapsedRows = 3,
 
-------------------------------------------------------------------------------
Line 898 ⟶ 904:
 
msg = {
 
-- The heading for the collapsible table of actions if we are in the main
-- namespace or the talk namespace.
['milestones-header'] = 'Article milestones',
 
-- The heading for the collapsible table of actions if we are in a different
-- namespace.
-- $1 - the subject namespace name.
['milestones-header-other-ns'] = '$1 milestones',
 
-- The milestones date header.
['milestones-date-header'] = 'Date',
 
-- The milestones process header.
['milestones-process-header'] = 'Process',
 
-- The milestones result header.
['milestones-result-header'] = 'Result'
 
}