|
|
| ((article_namespace == 0) | (article_namespace == 4)) & | | ((page_namespace == 0) | (page_namespace == 4)) & |
| (user_editcount < 1000) & | | (user_editcount < 1000) & |
| (line1:="(?<!\[\[[Ff]ile:)(?<!\[\[[Ii]mage:)(?<!\|[Ii][Dd]=)(\b[^\s\]\[\{\}\\\|^\/`<>=@:\"']+@\w+(?!\.[Hh][Tt][Mm])(?!\.(?:[Jj][Pp][Gg]|[Pp][Nn][Gg]))(?:\.\w+){1,3})"; | | (line1:="(?<!\[\[[Ff]ile:)(?<!\[\[[Ii]mage:)(?<!\|[Ii][Dd]=)(\b[^\s\]\[\{\}\\\|^\/`<>=@:\"']+@\w+(?!\.[Hh][Tt][Mm])(?!\.(?:[Jj][Pp][Gg]|[Pp][Nn][Gg]))(?:\.\w+){1,3})"; |
| rcount(line1, added_lines) > rcount(line1, removed_lines)) | | rcount(line1, added_lines) > rcount(line1, removed_lines)) |