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 07:17, 26 June 2018 by PSL600Version from 07:40, 26 June 2018 by PSL600
Filter conditions
Conditions:
!("autoconfirmed" in user_rights)
!("sysop" in user_rights)
& !(article_namespace == 2 | article_namespace == 3)
& !(article_namespace == 2 | article_namespace == 3)
& (action="edit")
& (action="edit")
& !(article_prefixedtext == "Commons:Sandbox")
& !(article_prefixedtext == "Test Wiki:Sandbox")
& contains_any(added_lines,
& contains_any(added_lines,
     "'''Bold text'''",
     "'''Bold text'''",
     "''Italic text''",
     "''Italic text''",
     "[[Link title]]",
     "[[Link title]]",
     "[http://www.example.com link title]",
     "[http://www.example.com link title]",
     "== Headline text ==",
     "== Headline text ==",
    "== Heading text ==",
     "[[File:Example.jpg]]",
     "[[File:Example.jpg]]",
     "[[Media:Example.ogg]]",
     "[[Media:Example.ogg]]",
     "[[:File:]]",
     "[[:File:]]",
     "<math>Insert formula here</math>",
     "<math>Insert formula here</math>",
     "<nowiki>Insert non-formatted text here</nowiki>",
     "<nowiki>Insert non-formatted text here</nowiki>",
     "#REDIRECT [[Insert text]]",
     "#REDIRECT [[Target page name]]",
     "#REDIRECT [[]]",
     "#REDIRECT [[]]",
     "<s></s>",
     "<s></s>",
     "<sup></sup>",
     "<sup></sup>",
     "<sub></sub>",
     "<sub></sub>",
     "<small></small>",
     "<small></small>",
     "<small>Small text</small>",
     "<small>Small text</small>",
     "<big>Big text</big>",
     "<big>Big text</big>",
     "<!-- Comment -->",
     "<!-- Comment -->",
     "<ref></ref>",
     "<ref></ref>",
     "<gallery></gallery>",
     "<gallery></gallery>",
     "{{DEFAULTSORT:}}",
     "{{DEFAULTSORT:}}",
     "<includeonly></includeonly>",
     "<includeonly></includeonly>",
     "<noinclude></noinclude>",
     "<noinclude></noinclude>",
     "[[Category:]]",
     "[[Category:]]",
     "<code></code>",
     "<code></code>",
     "<translate></translate>",
     "<translate></translate>",
     "<tvar|></>",
     "<tvar|></>",
     "<blockquote></blockquote>",
     "<blockquote></blockquote>",
     "{{}}",
     "{{}}",
     "{{{}}}",
     "{{{}}}",
     "[[]]",
     "[[]]",
     "[[|]]"
     "[[|]]"
)
)