MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
list=abuselog (afl)
- このモジュールは読み取りの権限を必要とします。
Show events that were caught by one of the abuse filters.
パラメーター:
- aflstart
The timestamp to start enumerating from.
- aflend
The timestamp to stop enumerating at.
- 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.
- 値 (いずれか1つ): newer、older
- 既定値: older
- afluser
Show only entries done by a given user or IP address.
- afltitle
Show only entries occurring on a given page.
- aflfilter
Show only entries that were caught by a given filter ID.
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- afllimit
The maximum amount of entries to list.
- No more than 500 (5,000 for bots) allowed.
- 既定値: 10
- aflprop
Which properties to get.
- 値 (|で区切る): ids、filter、user、ip、title、action、details、result、timestamp、hidden、revid
- 既定値: ids|user|title|action|result|timestamp|hidden|revid
例:
- Show recent log entries
- api.php?action=query&list=abuselog
- Show recent log entries for API
- api.php?action=query&list=abuselog&afltitle=API