Abuse filter management

Abuse Filter navigation (Home | Recent filter changes | Examine past edits)
Jump to navigation Jump to search

Differences between versions

ItemVersion from 20:08, 22 May 2022 by PcjVersion from 19:13, 21 March 2023 by Mr Pie 5
Basic information
Notes:
 
Triggers on new pages when a link is added by a user with less than 2 edits, unless the page contains at least 2 wiki headings or the opening braces of a template/parser function/parameter.
Filter conditions
Conditions:
page_age == 0  
/* new page */
& count("\n", added_lines) < 2
old_size == 0
& !("{{" in added_lines)  
 
& !(added_lines rlike "(?:^|\n)(={1,6})[^=\n].+[^=\n]\1(?:\n|$)")
& added_lines contains "http"
& all_links
 
& user_editcount < 3
/* page does not contain opening template braces */
& !("{{" in added_lines)
 
/* page has less than 2 wiki headings */
& rcount("(?:^|\n)(={1,6})[^=\n].+[^=\n]\1(?:\n|$)", added_lines) < 2
 
/* ignore on user css and js pages */
& !(page_namespace == 2 & contains_any(page_title, ".css", ".js"))
 
/* ignore if the user has 2 or more edits, or is in a priveleged group */
& user_editcount < 2
& !"abusefilter-modify" in user_rights
& !"abusefilter-modify" in user_rights