Pomoc MediaWiki API
To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
list=abusefilters (abf)
- Ten moduł wymaga praw odczytu.
- Źródło: Abuse Filter
- Licencja: GPL-2.0+
Pokaż szczegóły filtrów nadużyć.
Parametry:
- abfstartid
The filter ID to start enumerating from.
- Type: integer
- abfendid
The filter ID to stop enumerating at.
- Type: integer
- 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.
- Jedna z następujących wartość: older, newer
- Domyślnie: newer
- abfshow
Show only filters which meet these criteria.
- Wartości (oddziel za pomocą |): enabled, !enabled, deleted, !deleted, private, !private
- abflimit
The maximum number of filters to list.
- Nie więcej niż 500 (5000 dla botów) dozwolone.
- Type: integer or max
- Domyślnie: 10
- abfprop
Which properties to get.
- Wartości (oddziel za pomocą |): id, description, pattern, actions, hits, comments, lasteditor, lastedittime, status, private
- Domyślnie: id|description|actions|status
Przykłady:
- Lista uruchomionych filtrów publicznych
- api.php?action=query&list=abusefilters&abfshow=enabled|!private [open in sandbox]
- Pokaż szczegóły dotyczące filtrów
- api.php?action=query&list=abusefilters&abfprop=id|description|pattern [open in sandbox]