Viewing abuse filter 103: WT:NORM violations


Editing filter 103
Jump to navigation Jump to search
Filter parameters
Filter ID:103

Description:

(publicly viewable)
Conditions (help):
action == "edit" & equals_to_any(page_namespace, 0, 118) /* main or Reconstruction */ & !new_wikitext irlike "^\s*#redirect\s*\[\[" & ( /* no tabs */ new_wikitext contains "\t" /* only one empty line in a row */ | new_wikitext contains "\n\n\n" /* there must be a blank line before and after ---- */ | new_wikitext rlike "(?<!\n)\n----|\n----(?!\n\n)" /* no whitespace characters at beginning and end of lines */ | new_wikitext rlike "(?:^|\n)\p{Zs}|\p{Zs}(?:\n|$)" /* * {{also}} must be on its own line * templates that redirect to {{also}}: * also see, see, see also, xalso, xsee, See also */ | new_wikitext rlike "[^\n]\{\{[\s_]*(?:also(?:[ _]+see)?|see(?:[ _]+also)?|x(?:also|see)|See[ _]+also)[\s_]*\|" /* list syntax (any of *#:;) must be followed by space */ | new_wikitext rlike "(?<=^|\n)[*#:;]+(?=[^*#:; ])" | ( /* all headers but the first must be preceded by an empty line */ split_on_first_header := get_matches("(?s)(.*?)(?<=^|\n)(=.+)$", new_wikitext); split_on_first_header[1] rlike "\n\n$" | split_on_first_header[2] rlike "(?<!\n)\n=" ) )
Notes:
Flags:

Warning: This filter was automatically flagged as harmful. No actions were automatically disabled, but please check whether the high rate of matches is expected. If so, you can ignore this warning.

Filter last modified:04:50, 10 October 2020 by Erutuon (talk | contribs)
History:View this filter's history
Tools:Export this filter to another wiki
Actions to take when matched