Module:Protection banner/config: Difference between revisions
undo for now - the code looks good, but we will need to change everything over at the same time to avoid it looking like a giant mess
(change the padlock positions table to a padlock indicator names table for the transition to page status indicators) |
(undo for now - the code looks good, but we will need to change everything over at the same time to avoid it looking like a giant mess) |
||
Line 600: | Line 600: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-- Padlock | -- Padlock positions | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-- This table provides the " | -- This table provides the data for the "right" CSS property for small padlock | ||
-- icons, which determines where the icon appears on the top bar among the other | |||
-- | -- top icons. The data is stored by protection action. If no value is found for | ||
-- the action, the default field is used. | |||
-- The | padlockPositions = { | ||
-- | autoreview = '85px', | ||
default = '55px' | |||
autoreview = ' | |||
default = ' | |||
}, | }, | ||