Module:Protection banner/config: Difference between revisions

add error message blurb
(remove the documentation messages)
(add error message blurb)
Line 663:
['image-filename-indef'] = 'Padlock-red.svg',
['image-filename-default'] = 'Transparent.gif',
 
--------------------------------------------------------------------------------
-- Error message blurb
--------------------------------------------------------------------------------
 
-- $1 is replaced with the error message text. The whole message is turned into
-- a large red error message, so there is no need to add HTML styling.
['error-message-blurb'] = 'Error: $1 ([[Module:Protection banner#Errors|help]])'
 
--------------------------------------------------------------------------------