Jump to content

Edit filter configuration

Differences between versions

ItemVersion from 15:42, 8 October 2012 by Sole SoulVersion from 18:04, 18 February 2015 by Dragons flight
Basic information
Notes:
Test whether starting a new line with small letters is unique to vandalism. Will keep it without throttle initially. Log only. -Sole Soul
Test whether starting a new line with small letters is unique to vandalism. Will keep it without throttle initially. Log only. -Sole Soul


Exceeded my expectations. High catch rate with nearly no FPs. Turn to warn and tag for now. -Sole Soul
Exceeded my expectations. High catch rate with nearly no FPs. Turn to warn and tag for now. -Sole Soul


It's called lowercase. Also, require at least two in a row to prevent stuff like iPod, eBay, etc. In any case, my opinion is that it should never be set to disallow because there will always be plenty of FPs no matter how hard we try. - KoH
It's called lowercase. Also, require at least two in a row to prevent stuff like iPod, eBay, etc. In any case, my opinion is that it should never be set to disallow because there will always be plenty of FPs no matter how hard we try. - KoH


Add "|" to exceptions, a common character in infoboxes. -Sole Soul
Add "|" to exceptions, a common character in infoboxes. -Sole Soul
:Could you improve the warning message? Or request its creation, because this is very confusing for newbies who don't know what they did wrong. -Petrb
:Could you improve the warning message? Or request its creation, because this is very confusing for newbies who don't know what they did wrong. -Petrb


A lot of good faith edits cached by this filter are on topics related to south Asian countries. Although most of these edits are not consistent with WP:MOS, it is not the purpose of this filter to enforce WP:MOS neither is it to warn good faith editors. -Sole Soul
A lot of good faith edits cached by this filter are on topics related to south Asian countries. Although most of these edits are not consistent with WP:MOS, it is not the purpose of this filter to enforce WP:MOS neither is it to warn good faith editors. -Sole Soul
Format to reduce typical condition count.  -DF
Filter conditions
Conditions:
(documentation)
article_namespace == 0
!"autoconfirmed" in user_groups &
& !"autoconfirmed" in user_groups
(
& edit_delta < 300
  article_namespace == 0 &  
& added_lines rlike "^[a-z]{4}"
  (
& ! removed_lines rlike "(^|\n)\s?[a-z]"
    edit_delta < 300 &
& ! added_lines rlike "^http|^with|^where|^however|^which|^also|\=|\:|\|"
    (
& ! article_text rlike "\b[lL]ist\b"
      added_lines rlike "^[a-z]{4}" &
& ! "<source lang=" in new_wikitext
      (
& ! (new_wikitext rlike "India|Pakistan|Bangladesh")
        ! removed_lines rlike "(^|\n)\s?[a-z]" &
        ! added_lines rlike "^http|^with|^where|^however|^which|^also|\=|\:|\|" &
        ! article_text rlike "\b[lL]ist\b" &
        ! "<source lang=" in new_wikitext &
        ! new_wikitext rlike "India|Pakistan|Bangladesh"
      )
    )
  )
)