Module:Protection banner/config: Difference between revisions
add default banners and images
(move config from Module:Protection banner) |
(add default banners and images) |
||
Line 2: | Line 2: | ||
local cfg = {} | local cfg = {} | ||
cfg.defaultBanners = { | |||
edit = {}, | |||
move = {}, | |||
create = {}, | |||
autoreview = {} | |||
} | |||
cfg.banners = { | cfg.banners = { | ||
Line 102: | Line 109: | ||
} | } | ||
} | } | ||
} | |||
cfg.images = { | |||
full = 'Padlock.svg', | |||
semi = 'Padlock-silver.svg', | |||
template = 'Padlock-pink.svg', | |||
pc1 = 'Padlock-silver-light.svg', | |||
pc2 = 'Padlock-orange.svg', | |||
move = 'Padlock-olive.svg', | |||
indef = 'Padlock-red.svg', | |||
office = 'Padlock-black.svg', | |||
create = 'Padlock-skyblue.svg' | |||
} | } | ||