Module:Protection banner/config: Difference between revisions

Content added Content deleted
Enwikipedia>Mr. Stradivarius
(restructure a little and add default banner config details)
Enwikipedia>Mr. Stradivarius
(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,
}
}