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=abuselog (afl)
- This module requires read rights.
- Source: Abuse Filter
- License: GPL-2.0-or-later
Show events that were caught by one of the abuse filters.
Parameters:
- afllogid
Show an entry with the given log ID.
- Type: integer
- aflstart
समयछाप की गिनती प्रारंभ हो रही (स्थान) से।
- Type: timestamp (allowed formats)
- aflend
समयछाप की गिनती समाप्त हो रही (स्थान) से।
- Type: timestamp (allowed formats)
- afldir
In which direction to enumerate:
- newer
- List oldest first. Note: aflstart has to be before aflend.
- older
- List newest first (default). Note: aflstart has to be later than aflend.
- One of the following values: newer, older
- Default: older
- afluser
केवल उन प्रविष्टियों को दिखाएँ जो दिए गए सदस्य या आई०पी० पते द्वारा किए गए हैं।
- afltitle
केवल उन प्रविष्टियों को दिखाएँ जो दिए गए पृष्ठ पर आ रहे हैं।
- aflfilter
केवल उन प्रविष्टियों को दिखाएँ जो दी गई फ़िलटर आई०डी० द्वारा दिखाई गई है।
- Separate values with | or alternative.
- Maximum number of values is ५० (५०० for clients that are allowed higher limits).
- afllimit
सूची के अनुसार सर्वाधिक प्रविष्टियाँ।
- Type: integer or max
- The value must be between १ and ५००.
- Default: 10
- aflprop
कौन से गुण पाना चाहिए।
- Values (separate with | or alternative): action, details, filter, hidden, ids, result, revid, timestamp, title, user
- Default: ids|user|title|action|result|timestamp|hidden|revid
Examples:
- हाल के लॉग प्रविष्टियाँ दिखाएँ
- api.php?action=query&list=abuselog [open in sandbox]
- हाल के लॉग प्रविष्टियाँ API के लिए दिखाएँ
- api.php?action=query&list=abuselog&afltitle=API [open in sandbox]