Module:Protection banner/config: Difference between revisions

add table of strings marking indefinite protection
(restructure a little and add default banner config details)
(add table of strings marking indefinite protection)
Line 327: Line 327:
[828] = 'module',
[828] = 'module',
default = 'page'
default = 'page'
}
--------------------------------------------------------------------------------
-- Strings marking indefinite protection
--------------------------------------------------------------------------------
cfg.indefStrings = {
['indef'] = true,
['indefinite'] = true,
['indefinitely'] = true,
['infinite'] = true,
}
}