Content deleted Content added
pass articleHistoryObj through to validateDate |
add a warning message for current statuses specified without any actions |
||
Line 2,020:
['warning-help'] = 'Warning: $1 ([[$2|help]]).',
['warning-nohelp'] = 'Warning: $1.',
-- Warning for invocations that specify a current status without specifying any
-- actions.
['articlehistory-warning-status-no-actions'] = "a current status was supplied " ..
'without any actions',
-- A help link for articlehistory-error-status-no-actions
['articlehistory-warning-status-no-actions-help'] = 'Template:Article history#No actions',
-- Error for row objects that should output notice bar icons but for which no
|