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.
- Font : Abuse Filter
- Licéncia : GPL-2.0-or-later
Show details of the abuse filters.
Paramètres :
Other general parameters are available.
- abfstartid
The filter ID to start enumerating from.
- Tipus: enter
- abfendid
The filter ID to stop enumerating at.
- Tipus: enter
- abfdir
In which direction to enumerate:
- One of the following values: newer, older
- Per defecte: newer
- abfshow
Show only filters which meet these criteria.
- Values (separate with | or alternative): !deleted, !enabled, !private, !protected, deleted, enabled, private, protected
- abflimit
El nombre màxim de filtres per llistar.
- Type: integer or max
- The value must be between 1 and 500.
- Per defecte: 10
- abfprop
Quines propietats obtenir.
- Values (separate with | or alternative): actions, comments, description, hits, id, lasteditor, lastedittime, pattern, private, protected, status
- Per defecte: id|description|actions|status
Examples:
- Llista els filtres públics habilitats
- api.php?action=query&list=abusefilters&abfshow=enabled|!private [open in sandbox]
- Mostra alguns detalls dels filtres
- api.php?action=query&list=abusefilters&abfprop=id|description|pattern [open in sandbox]