Module:Protection banner/config: Difference between revisions
add padlock position data
(build the whole config all at once, and combine cfg and msg) |
(add padlock position data) |
||
Line 315: | Line 315: | ||
reviewer = 'Wikipedia:Protection policy#pc2' | reviewer = 'Wikipedia:Protection policy#pc2' | ||
} | } | ||
}, | |||
-------------------------------------------------------------------------------- | |||
-- Padlock positions | |||
-------------------------------------------------------------------------------- | |||
-- Sets the "right" CSS property for padlock icons, based on its protection | |||
-- action. This determines the position of the padlock among the other top | |||
-- icons. If no value is found for the action, the default field is used. | |||
padlockPositions = { | |||
autoreview = '85px', | |||
default = '55px' | |||
}, | }, | ||