미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
action=feedcontributions
(main | feedcontributions)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
Returns a user contributions feed.
변수:
- feedformat
The format of the feed.
- 하나의 값: rss, atom
- 기본값: rss
- user
What users to get the contributions for.
- 이 변수는 필수 입력 사항입니다.
- Type: user name
- namespace
Which namespace to filter the contributions by.
- 하나의 값: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- year
From year (and earlier).
- 유형: 정수
- month
From month (and earlier).
- 유형: 정수
- tagfilter
Filter contributions that have these tags.
- 값 ("|"로 구분):
- 기본값: (비어 있음)
- deletedonly
Show only deleted contributions.
- 유형: 부울 (자세한 정보)
- toponly
Only show edits that are latest revisions.
- 유형: 부울 (자세한 정보)
- newonly
Only show edits that are page creations.
- 유형: 부울 (자세한 정보)
- showsizediff
Show the size difference between revisions.
- 유형: 부울 (자세한 정보)
예시:
- Return contributions for user Example.
- api.php?action=feedcontributions&user=Example