Viewing abuse filter 3: Block all attempts to add links to user pages since this is spam

Editing filter 3

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:3

Description:

(publicly viewable)
Statistics:Of the last 1 action, this filter has matched 0 (0%). On average, its run time is 0.13 ms, and it consumes 5 conditions of the condition limit.
Conditions:
/* This filter checks edit actions in user talk pages, except for trusted users */ /* Check if user is NOT in any trusted groups using boolean operations: ! means "not" in means "is found in the array" | means "or" */ !( 'bot' in user_groups | 'sysop' in user_groups | 'autoconfirmed' in user_groups ) /* AND (&) check if all these conditions are true: */ & ( /* Check if we're in user talk namespace (which is namespace 2) */ page_namespace == 2 /* AND check if links were added (more than 0 links) */ & added_links > 0 )
Notes:
Flags:
Filter last modified:05:14, 14 January 2025 by Louis (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.