MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=abusefilters (abf)

(main | query | abusefilters)

عرض تفاصيل مرشحات الإساءة.

Parameters:
abfstartid

معرف المرشح لبدء التعداد منه.

Type: integer
abfendid

معرف المرشح لإيقاف التعداد فيه.

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.
One of the following values: older، newer
Default: newer
abfshow

عرض المرشحات التي تستوفي هذه المعايير فقط.

Values (separate with | or alternative): enabled، !enabled، deleted، !deleted، private، !private
abflimit

الحد الأقصى لعدد المرشحات للقائمة.

No more than ٥٠٠ (٥٬٠٠٠ for bots) allowed.
Type: integer or max
Default: 10
abfprop

أي خصائص للحصول عليها.

Values (separate with | or alternative): id، description، pattern، actions، hits، comments، lasteditor، lastedittime، status، private
Default: id|description|actions|status
Examples:
سرد المرشحات العامة المفعلة
api.php?action=query&list=abusefilters&abfshow=enabled|!private [open in sandbox]
عرض بعض التفاصيل عن المرشحات
api.php?action=query&list=abusefilters&abfprop=id|description|pattern [open in sandbox]