Module:Article history/config: Difference between revisions

Content deleted Content added
add an error category
add error message boilerplate
Line 1,205:
 
-- The category to use if any errors are detected.
['error-category'] = 'ArticleHistory errors',
 
-- Define boilerplate text for error messages, both with and without help links.
-- $1 - the error message
-- $2 - a link to a help page and section for the error
['error-message-help'] = 'Error: $1 ([[$2|help]]).',
['error-message-nohelp'] = 'Error: $1.'
 
}