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.
- Source: Abuse Filter
- License: GPL-2.0-or-later
Tampilkan detail filter penyalahgunaan.
Specific parameters:
Other general parameters are available.
- abfstartid
ID filter untuk mulai menghitung.
- Type: integer
- abfendid
ID filter untuk berhenti menghitung.
- Type: integer
- abfdir
In which direction to enumerate:
- One of the following values: newer, older
- Default: newer
- abfshow
Hanya tampilkan filter yang memenuhi kriteria ini.
- Values (separate with | or alternative): !deleted, !enabled, !private, !protected, deleted, enabled, private, protected
- abflimit
Jumlah maksimum filter untuk dicantumkan.
- Type: integer or max
- The value must be between 1 and 500.
- Default: 10
- abfprop
Properti mana yang akan didapat.
- Values (separate with | or alternative): actions, comments, description, hits, id, lasteditor, lastedittime, pattern, private, protected, status
- Default: id|description|actions|status
Examples:
- Daftar penyaring publik yang diaktifkan
- api.php?action=query&list=abusefilters&abfshow=enabled|!private [open in sandbox]
- Tampilkan beberapa rincian tentang penyaring
- api.php?action=query&list=abusefilters&abfprop=id|description|pattern [open in sandbox]