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
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.57 ms, and it consumes 5 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| 'confirmed' 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 < 5 )
Notes:
Flags:
Filter last modified:20:13, 10 June 2025 by Keith (talk | contribs)
History:View this filter's history
Tools:Export this filter to another wiki
Actions to take when matched