Module:Article history/config: Difference between revisions

Content deleted Content added
add error message for action objects with no code passed
add invalid action code error
Line 1,219:
 
-- A help link for action-error-no-code
['action-error-no-code-help'] = 'Template:Article history#Errors',
 
-- Error for action objects that are passed an invalid code.
-- $1 - the code that was passed
-- $2 - the parameter name for the code
['action-error-invalid-code'] = "invalid action code '$1' passed to the '$2' parameter",
 
-- A help link for action-error-invalid-code
['action-error-invalid-code-help'] = 'Template:Article history#Errors'
 
}