MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

list=abuselog (afl)

(main | query | abuselog)
  • このモジュールは読み取りの権限を必要とします。
  • Source: Abuse Filter
  • License: GPL-2.0+

Show events that were caught by one of the abuse filters.

パラメーター:
aflstart

列挙の始点となるタイムスタンプ。

Type: timestamp (allowed formats)
aflend

列挙の終点となるタイムスタンプ。

Type: timestamp (allowed formats)
afldir

列挙の方向:

newer
古いものを先に表示します。注意: aflstart は aflend 以前でなければなりません。
older
新しいものを先に表示します (既定)。注意: aflstart は aflend 以降でなければなりません。
値 (次の値のいずれか1つ): newer、older
既定値: older
afluser

与えられた利用者またはIPアドレスによる項目のみを表示する。

afltitle

与えられたページに関する項目のみを表示する。

aflfilter

Show only entries that were caught by a given filter ID.

複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
afllimit

一覧表示する項目の最大量。

No more than 500 (5,000 for bots) allowed.
Type: integer or max
既定値: 10
aflprop

取得するプロパティ。

値 (|で区切る): ids、filter、user、ip、title、action、details、result、timestamp、hidden、revid
既定値: ids|user|title|action|result|timestamp|hidden|revid