Module:Protection banner: Difference between revisions
add some more blurbs
(make a tentative start to the problem of how to store the protection messages) |
(add some more blurbs) |
||
Line 16: | Line 16: | ||
dispute = { | dispute = { | ||
behavior = 'reasonFirst', | behavior = 'reasonFirst', | ||
reason = '$1 editing $2 have been resolved', | |||
iconReason = 'due to editing disputes', | |||
dispute = true | |||
}, | }, | ||
office = { | office = { | ||
Line 25: | Line 27: | ||
}, | }, | ||
vandalism = { | vandalism = { | ||
behavior = 'namespaceFirst' | behavior = 'namespaceFirst', | ||
reason = 'due to [[Wikipedia:Vandalism|vandalism]]', | |||
iconReason = 'due to vandalism' | |||
}, | }, | ||
} | } |