- This extension is not enabled by default but may be available upon request.
The AbuseFilter extension allows administrators to set specific actions to be taken when actions by users match certain criteria. Enabling the extension is subject to restrictions, and administrators are only given access when there is a clear and current need for it. Administrators can contact Fandom Staff to enable the extension.
Managing filters[]
When enabled, an administrator can navigate to Special:AbuseFilter, which lists the current filters and some basic information about them. Clicking the "Create a new filter" button will create a new filter. The public description will be visible in Special:AbuseLog. The conditions section is where rules can be written. When the filter is hit by an action, additional actions can be taken. These include displaying a warning before allowing it to complete, completely disallowing the action, adding a tag to the action, or even blocking the user.
Syntax[]
The syntax consists of variables (which store data), functions (which transform data), and keywords (which have common functionality).
Here are some of the most commonly used variables:
Name | Description |
---|---|
action
|
The action taken (like edit , move , delete , protect , or upload )
|
user_groups
|
An array of the user's groups (like sysop or content-moderator )
|
user_rights
|
An array of the user's specific rights (see Special:ListGroupRights) |
page_namespace
|
Numerical ID of the page's namespace (this replaces the deprecated article_namespace )
|
page_title
|
The title of the page (this replaces the deprecated article_text )
|
added_lines
|
Lines added in the edit |
removed_lines
|
Lines removed in the edit |
See also[]
- Extension:AbuseFilter - on MediaWiki.org, upon which this page was originally based
- Manual:Combating spam/AbuseFilter examples - on MediaWiki.org, some examples of filters
- Extension:AbuseFilter/Rules format - on MediaWiki.org, the full documentation on available rules
- Extension:AbuseFilter/Actions - on MediaWiki.org, more information on the actions the Abuse filter can take
- Help:Extensions - A guide to all the extensions Fandom offers
- Help:Discussions AbuseFilter - AbuseFilter for Discussions (includes also comments and message walls)
Further help and feedback[]
- Browse and search other help pages at Help:Contents
- Check Fandom Community Central for sources of further help and support
- Check Contacting Fandom for how to report any errors or unclear steps in this article