Module:Protection banner: Difference between revisions
make a tentative start to the problem of how to store the protection messages
(don't log the category keys - seems to be working well enough now) |
(make a tentative start to the problem of how to store the protection messages) |
||
Line 9: | Line 9: | ||
cfg.reasons = { | cfg.reasons = { | ||
-- $1 = "until" or "or until" depending on the expiry | |||
-- $2 = "disputes", with or without a section link | |||
blp = { | blp = { | ||
behavior = 'reasonFirst' | behavior = 'reasonFirst' | ||
}, | }, | ||
dispute = { | dispute = { | ||
behavior = 'reasonFirst' | behavior = 'reasonFirst', | ||
reasonTemp = ' $1 editing $2 have been resolved' | |||
}, | }, | ||
office = { | office = { |