MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=abusefilters (abf)
- Questo modulo richiede i diritti di lettura.
- Fonte: Abuse Filter
- Licenza: GPL-2.0+
Show details of the abuse filters.
Parametri:
- abfstartid
The filter ID to start enumerating from.
- Tipo: intero
- abfendid
The filter ID to stop enumerating at.
- Tipo: intero
- 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.
- Uno dei seguenti valori: older, newer
- Predefinito: newer
- abfshow
Mostra solo i filtri che soddisfano questi criteri.
- Valori (separati da |): enabled, !enabled, deleted, !deleted, private, !private
- abflimit
Il numero massimo di filtri da elencare.
- Non più di 500 (5 000 per bot) consentito.
- Tipo: intero o max
- Predefinito: 10
- abfprop
Quali proprietà ottenere.
- Valori (separati da |): id, description, pattern, actions, hits, comments, lasteditor, lastedittime, status, private
- Predefinito: id|description|actions|status
Esempi:
- Elenca i filtri pubblici abilitati
- api.php?action=query&list=abusefilters&abfshow=enabled|!private [apri in una sandbox]
- Mostra alcuni dettagli sui filtri
- api.php?action=query&list=abusefilters&abfprop=id|description|pattern [apri in una sandbox]