미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
list=usercontribs (uc)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
한 사용자의 모든 편집을 가져옵니다.
- uclimit
반환할 기여의 최대 수.
- 500 초과는 허용되지 않습니다. (봇의 경우 5,000)
- 유형: 정수 또는 max
- 기본값: 10
- ucstart
The start timestamp to return from.
- Type: timestamp (allowed formats)
- ucend
The end timestamp to return to.
- Type: timestamp (allowed formats)
- uccontinue
더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
- ucuser
The users to retrieve contributions for.
- Type: list of user names
- Separate values with | or alternative. 값들의 최대 수는 50입니다. (봇의 경우 500)
- ucuserprefix
Retrieve contributions for all users whose names begin with this value. Overrides ucuser.
- ucdir
In which direction to enumerate:
- newer
- List oldest first. Note: ucstart has to be before ucend.
- older
- List newest first (default). Note: ucstart has to be later than ucend.
- 다음 값 중 하나: newer, older
- 기본값: older
- ucnamespace
Only list contributions in these namespaces.
- 값 (|로 구분): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 2300, 2301, 2302, 2303
- ucprop
Include additional pieces of information:
;ids:페이지 ID와 판 ID를 추가합니다.
;title:문서의 제목과 이름공간 ID를 추가합니다.
;timestamp:편집의 타임스탬프를 추가합니다.
;comment:Adds the comment of the edit.
;parsedcomment:Adds the parsed comment of the edit.
;size:편집의 새로운 크기를 추가합니다.
;sizediff:Adds the size delta of the edit against its parent.
;flags:편집의 플래그를 추가합니다.
;patrolled:점검한 편집을 태그합니다.
;tags:편집의 태그를 나열합니다.
- 값 (|로 구분): ids, title, timestamp, comment, parsedcomment, size, sizediff, flags, patrolled, tags
- 기본값: ids|title|timestamp|comment|size|flags
- ucshow
Show only items that meet these criteria, e.g. non minor edits only: ucshow=!minor.
If ucshow=patrolled or ucshow=!patrolled is set, revisions older than $wgRCMaxAge (7776000 seconds) won't be shown.
- 값 (|로 구분): minor, !minor, patrolled, !patrolled, top, !top, new, !new
- uctag
이 태그로 태그된 판만을 나열합니다.
- uctoponly
- 사용되지 않습니다.
최신 판인 변경 사항만 나열합니다.
- 유형: 부울 (자세한 정보)
- 사용자 Example의 기여를 표시합니다.
- api.php?action=query&list=usercontribs&ucuser=Example [연습장에서 열기]
- 192.0.2.로 시작하는 모든 IP 주소의 기여를 표시합니다.
- api.php?action=query&list=usercontribs&ucuserprefix=192.0.2. [연습장에서 열기]