MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=abusefiltercheckmatch
(main | abusefiltercheckmatch)
- This module requires read rights.
- Font : Abuse Filter
- Licéncia : GPL-2.0-or-later
Check to see if an AbuseFilter matches a set of variables, an edit, or a logged AbuseFilter event.
vars, rcid or logid is required however only one may be used.
Paramètres :
Other general parameters are available.
- filter
The full filter text to check for a match.
- Cal aquest paràmetre.
- vars
JSON encoded array of variables to test against.
- rcid
Recent change ID to check against.
- Tipus: enter
- logid
Abuse filter log ID to check against.
- Tipus: enter
Example:
- Test if recent change ID 15 matches a simple filter
- api.php?action=abusefiltercheckmatch&filter=!("autoconfirmed"%20in%20user_groups)&rcid=15 [open in sandbox]