Abuse filter management

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

Differences between versions

ItemVersion from 03:35, 21 April 2021 by LocoSalasVersion from 03:36, 21 April 2021 by LocoSalas
Filter conditions
Conditions:
!('confirmed' in user_groups)
!('confirmed' in user_groups)
& !("Zona de pruebas" in article_text)
& !("Zona de pruebas" in article_text)
& !("Taller" in article_text)
& (action == 'edit')
& (action == 'edit')
& (
& (
  texto:="(\S{1,20}(?=\s+)(?:\s+\S{1,20}(?=\s+)){0,20})(?:\s+\1){6}";
  texto:="(\S{1,20}(?=\s+)(?:\s+\S{1,20}(?=\s+)){0,20})(?:\s+\1){6}";
  tabla:="\{\|[\s\S]*" + texto + "[\s\S]*\|\}";
  tabla:="\{\|[\s\S]*" + texto + "[\s\S]*\|\}";
  tabla0:="\{\|";
  tabla0:="\{\|";
  math:= "<math>[\s\S]*" + texto + "[\s\S]*</math>";
  math:= "<math>[\s\S]*" + texto + "[\s\S]*</math>";
  math0:="<math>";
  math0:="<math>";
  !rcount(math, lcase(new_wikitext)) > rcount(math0, lcase(old_wikitext)) &
  !rcount(math, lcase(new_wikitext)) > rcount(math0, lcase(old_wikitext)) &
  !rcount(tabla, lcase(new_wikitext)) > rcount(tabla0, lcase(old_wikitext)) &
  !rcount(tabla, lcase(new_wikitext)) > rcount(tabla0, lcase(old_wikitext)) &
  rcount(texto, lcase(added_lines)) > rcount(texto, lcase(removed_lines))
  rcount(texto, lcase(added_lines)) > rcount(texto, lcase(removed_lines))
  | summary rlike texto
  | summary rlike texto
)
)