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
list=abusefilters (abf)
- Ez a modul olvasási jogot igényel.
- Forrás: Abuse Filter
- Licenc: GPL-2.0-or-later
Show details of the abuse filters.
Paraméterek:
- abfstartid
The filter ID to start enumerating from.
- Típus: egész
- abfendid
The filter ID to stop enumerating at.
- Típus: egész
- abfdir
In which direction to enumerate:
- newer
- List oldest first. Note: abfstart has to be before abfend.
- older
- List newest first (default). Note: abfstart has to be later than abfend.
- A következő értékek egyike: older, newer
- Alapértelmezett: newer
- abfshow
Show only filters which meet these criteria.
- Értékek (elválasztó: | vagy más): enabled, !enabled, deleted, !deleted, private, !private
- abflimit
The maximum number of filters to list.
- Nem engedélyezett több mint 500 (botoknak 5 000).
- Típus: egész vagy max
- Alapértelmezett: 10
- abfprop
Which properties to get.
- Értékek (elválasztó: | vagy más): id, description, pattern, actions, hits, comments, lasteditor, lastedittime, status, private
- Alapértelmezett: id|description|actions|status
Példák:
- Az engedélyezett nyilvános szűrők listázása.
- api.php?action=query&list=abusefilters&abfshow=enabled|!private [open in sandbox]
- Show some details about filters
- api.php?action=query&list=abusefilters&abfprop=id|description|pattern [open in sandbox]