미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

action=feedcontributions

(main | feedcontributions)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0+

사용자 기여 피드를 반환합니다.

변수:
feedformat

피드 포맷.

하나의 값: rss, atom
기본값: rss
user

기여를 읽을 사용자 이름.

이 변수는 필수 입력 사항입니다.
Type: user name
namespace

기여를 분류할 이름공간

하나의 값: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 274, 275
year

From year (and earlier).

유형: 정수
month

From month (and earlier).

유형: 정수
tagfilter

Filter contributions that have these tags.

값 ("|"로 구분): mobile edit, mobile web edit
기본값: (비어 있음)
deletedonly

삭제된 기여만 봅니다.

유형: 부울 (자세한 정보)
toponly

최신 판인 편집만 봅니다.

유형: 부울 (자세한 정보)
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 [open in sandbox]