Jump to content

Edit filter configuration

Differences between versions

ItemVersion from 00:25, 19 March 2009 by ProdegoVersion from 03:53, 19 March 2009 by Dragons flight
Basic information
Notes:
Contribution consists only of all-caps, numbers, and punctuation.
Contribution consists only of all-caps, numbers, and punctuation.


> Removed some false positives and limited user contribs --Admiral Norton
> Removed some false positives and limited user contribs --Admiral Norton


> Is there a reason that this filter is private? --Conti
> Is there a reason that this filter is private? --Conti


>made public, made ns 0 only - Prodego
>made public, made ns 0 only - Prodego
More efficient position to check editcount -DF
Filter conditions
Conditions:
(documentation)
article_namespace = 0 & (action == "edit") & (length(added_lines) > 15) & (added_lines rlike "^[A-Z0-9\s\pP]*[A-Z]{5}[A-Z0-9\s\pP]*$") & !("#REDIRECT" in added_lines) & !(added_lines rlike "__(NOEDIT|NEW)SECTION__") & !(added_lines rlike "__(NO|FORCE)?TOC__") & user_editcount < 200
(article_namespace = 0) & (action == "edit") & (length(added_lines) > 15) & (user_editcount < 200) & (added_lines rlike "^[A-Z0-9\s\pP]*[A-Z]{5}[A-Z0-9\s\pP]*$") & !("#REDIRECT" in added_lines) & !(added_lines rlike "__(NOEDIT|NEW)SECTION__") & !(added_lines rlike "__(NO|FORCE)?TOC__")