Viewing filter 61: New user removing references

Editing filter 61 (see also a graph of recent actions)

You are viewing an old version of this filter. The statistics quoted are for the most recent version of the filter.Return to this filter's history.

Filter parameters
Filter ID:61

Description:

(publicly viewable)
Statistics:Of the last 37,235 actions, this filter has matched 160 (0.43%). On average, its run time is 0.3 ms, and it consumes 4 conditions of the condition limit.
Conditions:
(documentation)
!("confirmed" in user_groups) & page_namespace == 0 & /* this edit_delta ignores large blankings treated by another filter */ edit_delta >= -3000 & /* No added lines usually means a blanking which is dealt with by other filters */ length(added_lines) != 0 & !("#redirect" in lcase(added_lines)) & ( ( /* More opening ref tags are removed than added */ rcount("(<ref\b)",removed_lines) > rcount("(<ref\b)",added_lines) ) | /* OR */ ( /* More closing ref tags are removed than added */ rcount("(<ref\b[^>]*\>)",removed_lines) > rcount("(<ref\b[^>]*\>)",added_lines) ) ) & /* Exclude removal of references to Wikipedia */ count("http://en.wikipedia.org",removed_lines) <= count("http://en.wikipedia.org",added_lines) & /* If removed empty ref, probs OK */ count("<ref></ref>",removed_lines) <= count("<ref></ref>",added_lines) & /* ignore conversion between <ref> and </ref> */ rcount("</?ref>",removed_lines) > rcount("</?ref>",added_lines) & /* if they removed a probable comment with ref tag then its probs OK */ rcount("<!--.*</?ref>.*-->",removed_lines) <= rcount("<!--.*</?ref>.*-->",added_lines)
Notes:
Flags:
Filter last modified:02:54, 10 March 2019 by MusikAnimal (talk | contribs)
History:View this filter's history
Tools:Export this filter to another wiki
Actions to take when matched

You are viewing an old version of this filter. The statistics quoted are for the most recent version of the filter.Return to this filter's history.