Module:Protection banner/config: Difference between revisions
re-jig the deletion blurb messages
(add protection level messages) |
(re-jig the deletion blurb messages) |
||
Line 25: | Line 25: | ||
-- $13 = Request unprotection blurb | -- $13 = Request unprotection blurb | ||
-- $14 = Adds links to edit requests and the talk page if we are on a subject page | -- $14 = Adds links to edit requests and the talk page if we are on a subject page | ||
-- $15 = Deletion discussion link | -- $15 = Deletion links blurb | ||
-- $ | -- $16 = Deletion discussion link | ||
-- $17 = Deletion log link | |||
cfg.banners = { | cfg.banners = { | ||
Line 327: | Line 328: | ||
msg['semi-subject-page-links'] = ' $12, discuss changes on the $11,' | msg['semi-subject-page-links'] = ' $12, discuss changes on the $11,' | ||
msg['deletion-discussion-link-display'] = 'deletion discussion' | |||
msg['deletion-log-link-display'] = 'deletion log' | msg['deletion-log-link-display'] = 'deletion log' | ||
msg['deletion-discussion-blurb-xfd'] = 'Please see the $16 or the $17 for' | |||
.. ' details of why this page was deleted.' | |||
msg['deletion-discussion-blurb-noxfd'] = 'Please see the $17 for' | |||
.. ' details of why this page was deleted.' | |||
msg['explanation-text-semi'] = 'If you cannot edit this $4 and you wish to make' | msg['explanation-text-semi'] = 'If you cannot edit this $4 and you wish to make' | ||
Line 338: | Line 344: | ||
.. ' [[Wikipedia:Requested moves]]. You can also [[Wikipedia:Requests for' | .. ' [[Wikipedia:Requested moves]]. You can also [[Wikipedia:Requests for' | ||
.. ' page protection|request]] that the page be unprotected.' | .. ' page protection|request]] that the page be unprotected.' | ||
msg['explanation-text-create'] = ' | msg['explanation-text-create'] = '$15 If you would like to create a page at this title,' | ||
.. ' you must first [[Wikipedia:Requests for page protection|request]] for' | .. ' you must first [[Wikipedia:Requests for page protection|request]] for' | ||
.. ' it to be unprotected, or contact the administrator who deleted the' | .. ' it to be unprotected, or contact the administrator who deleted the' |