미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
list=logevents (le)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
Get events from logs.
- leprop
Which properties to get:
;ids:로그 이벤트의 ID를 추가합니다.
;title:Adds the title of the page for the log event.
;type:로그 이벤트의 유형을 추가합니다.
;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.
- 다음 값 중 하나: 비어 있을 수 있거나 renameuser, spamblacklist, titleblacklist, block, protect, rights, delete, upload, move, import, patrol, merge, suppress, tag, managetags, contentmodel, newusers, interwiki
- 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 (/).
- 다음 값 중 하나: renameuser/renameuser, spamblacklist/, titleblacklist/, block/block, block/reblock, block/unblock, contentmodel/change, contentmodel/new, delete/delete, delete/delete_redir, 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, patrol/autopatrol, protect/modify, protect/move_prot, protect/protect, protect/unprotect, 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, interwiki/*
- lestart
The timestamp to start enumerating from.
- Type: timestamp (allowed formats)
- leend
The timestamp to end enumerating.
- 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.
- 다음 값 중 하나: newer, older
- 기본값: older
- leuser
Filter entries to those made by the given user.
- Type: user name
- letitle
Filter entries to those related to a page.
- lenamespace
Filter entries to those in the given namespace.
- 다음 값 중 하나: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 2300, 2301, 2302, 2303
- leprefix
Filter entries that start with this prefix.
- letag
Only list event entries tagged with this tag.
- lelimit
How many total event entries to return.
- 500 초과는 허용되지 않습니다. (봇의 경우 5,000)
- 유형: 정수 또는 max
- 기본값: 10
- lecontinue
더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
- List recent log events.
- api.php?action=query&list=logevents [연습장에서 열기]