MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
list=logevents (le)
- このモジュールは読み取りの権限を必要とします。
- Source: MediaWiki
- License: GPL-2.0+
Get events from logs.
パラメーター:
- leprop
Which properties to get:
- ids
- Adds the ID of the log event.
- title
- Adds the title of the page for the log event.
- type
- Adds the type of log event.
- user
- Adds the user responsible for the log event.
- userid
- Adds the user ID who was responsible for the log event.
- timestamp
- Adds the timestamp for the log event.
- comment
- Adds the comment of the log event.
- parsedcomment
- Adds the parsed comment of the log event.
- details
- Lists additional details about the log event.
- tags
- Lists tags for the log event.
- 値 (|で区切る): ids、title、type、user、userid、timestamp、comment、parsedcomment、details、tags
- 既定値: ids|title|type|user|timestamp|comment|details
- letype
Filter log entries to only this type.
- 値 (次の値のいずれか1つ): 空欄にするか、または renameuser、block、protect、rights、delete、upload、move、import、patrol、merge、suppress、tag、managetags、contentmodel、newusers
- leaction
Filter log actions to only this action. Overrides letype. In the list of possible values, values with the asterisk wildcard such as action/* can have different strings after the slash (/).
- 値 (次の値のいずれか1つ): protect/modify、protect/protect、protect/unprotect、renameuser/renameuser、block/block、block/reblock、block/unblock、contentmodel/change、delete/delete、delete/event、delete/restore、delete/revision、import/interwiki、import/upload、managetags/activate、managetags/create、managetags/deactivate、managetags/delete、merge/merge、move/move、move/move_redir、patrol/patrol、protect/move_prot、rights/autopromote、rights/rights、suppress/block、suppress/delete、suppress/event、suppress/reblock、suppress/revision、tag/update、upload/overwrite、upload/revert、upload/upload、newusers/newusers、newusers/create、newusers/create2、newusers/byemail、newusers/autocreate
- lestart
列挙の始点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- leend
列挙の終点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- ledir
In which direction to enumerate:
- newer
- List oldest first. Note: lestart has to be before leend.
- older
- List newest first (default). Note: lestart has to be later than leend.
- 値 (次の値のいずれか1つ): newer、older
- 既定値: older
- leuser
与えられた利用者による記録項目に絞り込む。
- letitle
そのページに関連する記録項目に絞り込む。
- lenamespace
与えられた名前空間内の記録項目に絞り込む。
- 値 (次の値のいずれか1つ): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15、2300、2301、2302、2303、828、829
- leprefix
この接頭辞ではじまる記録項目に絞り込む。
- letag
このタグが付与された記録項目のみ表示する。
- lelimit
返す記録項目の総数。
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 既定値: 10
- lecontinue
When more results are available, use this to continue.
例:
- 最近の記録項目を一覧表示する。
- api.php?action=query&list=logevents