Module:Protection banner/config: Difference between revisions

use default values in the images table, to make them future-proofed against new protection levels
Enwikipedia>Mr. Stradivarius
(add more comments; explain functions in the banner config and what some of the other config tables do)
Enwikipedia>Mr. Stradivarius
(use default values in the images table, to make them future-proofed against new protection levels)
Line 552:
images = {
edit = {
sysopdefault = 'Padlock.svg',
templateeditor = 'Padlock-pink.svg',
autoconfirmed = 'Padlock-silver.svg'
},
move = {
sysopdefault = 'Padlock-olive.svg',
templateeditor = 'Padlock-olive.svg'
},
autoreview = {
autoconfirmed = 'Padlock-silver-light.svg',
reviewerdefault = 'Padlock-orange.svg'
}
},