미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
action=feedrecentchanges
(main | feedrecentchanges)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0-or-later
최근 바뀜 피드를 반환합니다.
변수:
- feedformat
- 피드 포맷. 
- 다음 값 중 하나: atom, rss 또는 다른 문자열: atom, rss
- 기본값: rss
- namespace
- 결과를 제한할 이름공간. 
- 다음 값 중 하나: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829, 2300, 2301, 2302, 2303 또는 다른 문자열: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829, 2300, 2301, 2302, 2303
- invert
- 선택한 항목을 제외한 모든 이름공간. 
- Type: boolean (details)
- associated
- 관련 (토론 또는 일반) 이름공간을 포함합니다. 
- Type: boolean (details)
- days
- Days to limit the results to. 
- Type: integer
- The value must be no less than 1.
- 기본값: 7
- limit
- 반환할 결과의 최대 수. 
- Type: integer
- The value must be between 1 and 50.
- 기본값: 50
- from
- 이후의 변경사항을 보여줍니다. 
- 유형: 타임스탬프 (허용되는 포맷)
- hideminor
- 사소한 편집을 숨깁니다. 
- Type: boolean (details)
- hidebots
- 봇의 편집을 숨깁니다. 
- Type: boolean (details)
- hideanons
- 익명 사용자의 편집을 숨깁니다. 
- Type: boolean (details)
- hideliu
- 등록된 사용자의 편집을 숨깁니다. 
- Type: boolean (details)
- hidepatrolled
- 검토된 편집을 숨깁니다. 
- Type: boolean (details)
- hidemyself
- 현재 사용자가 변경한 사항을 숨깁니다. 
- Type: boolean (details)
- hidecategorization
- Hide category membership changes. 
- Type: boolean (details)
- tagfilter
- 태그로 분류 
- target
- Show only changes on pages linked from this page. 
- showlinkedto
- Show changes on pages linked to the selected page instead. 
- Type: boolean (details)
예시:
- 최근 바뀜을 봅니다.
- api.php?action=feedrecentchanges [연습장에서 열기]
- 30일간의 최근 바뀜을 봅니다.
- api.php?action=feedrecentchanges&days=30 [연습장에서 열기]