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
list=abusefilters (abf)
- This module requires read rights.
 - Lähde: Abuse Filter
 - Lisenssi: GPL-2.0-or-later
 
Näytä väärinkäyttösuodattimien tiedot.
Tietyt parametrit:
Other general parameters are available.
- 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:
- One of the following values: newer, older
 - Default: newer
 - abfshow
 Show only filters which meet these criteria.
- Values (separate with | or alternative): !deleted, !enabled, !private, deleted, enabled, private
 - abflimit
 The maximum number of filters to list.
- Type: integer or max
 - The value must be between 1 and 500.
 - Default: 10
 - abfprop
 Which properties to get.
- Values (separate with | or alternative): actions, comments, description, hits, id, lasteditor, lastedittime, pattern, private, status
 - Default: id|description|actions|status
 
esimerkkiä:
- Luetteloi käytössä olevat julkiset suodattimet
 - api.php?action=query&list=abusefilters&abfshow=enabled|!private [avaa hiekkalaatikossa]
 - Näytä joitain tietoja suodattimista
 - api.php?action=query&list=abusefilters&abfprop=id|description|pattern [avaa hiekkalaatikossa]