Jump to content

Viewing abuse filter 1: Prevent users from posting one or more URL links in the User talk namespace (discussion tabs).

Editing filter 1

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

Description:

(publicly viewable)
Statistics:Of the last 1 action, this filter has matched 0 (0%). On average, its run time is 0.42 ms, and it consumes 4 conditions of the condition limit.
Conditions:
/* Block users with less than 50 edits from posting URLs in their own user talk namespace, except for trusted users in specific groups */ /* First check if the user is NOT in any trusted groups */ !( 'bot' in user_groups | 'sysop' in user_groups | 'autoconfirmed' in user_groups ) /* AND check all the following conditions: */ & ( /* Check if we're in user namespace (namespace 3) */ page_namespace == 3 & /* Check if any URLs/links are being added */ added_links > 0 & /* Check if user has made less than 50 edits */ user_editcount < 50 )
Notes:
Flags:
Filter last modified:05:18, 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.