MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
action=abusefiltercheckmatch
(main | abusefiltercheckmatch)
- Ez a modul olvasási jogot igényel.
- Forrás: Abuse Filter
- Licenc: GPL-2.0-or-later
Check to see if an AbuseFilter matches a set of variables, editor logged AbuseFilter event.
vars, rcid or logid is required however only one may be used.
Paraméterek:
- filter
The full filter text to check for a match.
- Ez a paraméter kötelező.
- vars
JSON encoded array of variables to test against.
- rcid
Recent change ID to check against.
- Típus: egész
- logid
Abuse filter log ID to check against.
- Típus: egész
Példa:
- Test if recent change ID 15 matches a simple filter
- api.php?action=abusefiltercheckmatch&filter=!("autoconfirmed"%20in%20user_groups)&rcid=15 [open in sandbox]