User:Smallman12q/Edit Filters
Appearance
Where I will attempt to optimize edit filters...(or at least make them readable).
"New user blanking articles"
- Original
!("autoconfirmed" in user_groups) & new_size < 50 & old_size > 500 & (article_namespace == 0 | article_namespace == 100) & !(user_name in article_recent_contributors) & !contains_any(lcase(added_lines),"#redirect", "{{db-attack}}", "{{db-g10}}")
- Revised 1
!("autoconfirmed" in user_groups)
&(new_size < 50)
&(old_size > 500)
&(article_namespace == 0 | article_namespace == 100)//improve here
&!(user_name in article_recent_contributors)
&!(lcase(added_lines) rlike "({{((db-attack|db-g10)}})|subst:copyvio|#redirect)"
Add support for "copyvio"