Viewing abuse filter 105: New page creation by anonymous users

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)

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

Description:

(publicly viewable)
Filter group:
Statistics:Of the last 413,888 actions, this filter has matched 5 (0%). On average, its run time is 0.16 ms, and it consumes 1.1 conditions of the condition limit.
Conditions:
(documentation)
(condition usage)
/* simple conditions that aren't met by many actions first */ ( user_age == 0 ) & ( old_size === 0 ) & ( action === 'edit' ) /* only article-namespaces (talk pages should be excluded);*/ /* exclude categories (NS 14) and timed text (NS 102) and treat project pages (NS 4) differently */ /* also added Translation (1198) to exclude list */ & ( ( (page_namespace % 2) === 0 & page_namespace !== 4 & page_namespace !== 14 & page_namespace !== 102 & page_namespace !== 1198 ) /* allow creating deletion requests, use of sandbox */ | ( page_namespace === 4 & ( strpos( page_title, 'Deletion requests/' ) !== 0 & strpos( page_title, 'Categories for discussion/' ) !== 0 & strpos( page_title, 'Sandbox') !== 0 ) ) )
Notes:
Flags:
Filter last modified:02:27, 3 September 2023 by Mdaniels5757 (talk | contribs)
History:View this filter's history
Tools:Export this filter to another wiki
Actions to take when matched