Editing abuse filter

Editing filter 12
Filter parameters
Filter ID:12

Description:

(publicly viewable)
Conditions:
!("confirmed" in user_groups) & page_namespace == 0 & ( exp := "(?i)(?<!\S)([^\s|]++(?: [^\s|]++)*?)(?:\s++\1){2}(?!\S)"; matched := get_matches(exp, added_lines); matched[0] & !(removed_lines irlike exp) & new_wikitext irlike ("(?:" + rescape(matched[1]) + "\s*){3}") & /* Avoid edits to multiple non-contiguous lines */ matched[1] irlike "\p{L}" & /* Exclude numeric data */ !(matched[1] irlike "^[!|{*#]") & /* Exclude some lists, tables and templates */ !(added_lines irlike "syntaxhighlight|\{\|") )
Notes:
Flags:
Filter last modified:18:15, 27 May 2024 by Mausterio (talk | contribs)
History:View this filter's history
Tools:Export this filter to another wiki
Actions to take when matched