미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=feedwatchlist
(main | feedwatchlist)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0-or-later
주시문서 목록 피드를 반환합니다.
변수:
- feedformat
- 피드 포맷. 
- 다음 값 중 하나: atom, rss 또는 다른 문자열: atom, rss
- 기본값: rss
- hours
- List pages modified within this many hours from now. 
- Type: integer
- The value must be between 1 and 72.
- 기본값: 24
- linktosections
- Link directly to changed sections if possible. 
- Type: boolean (details)
- allrev
- Include multiple revisions of the same page within given timeframe. 
- Type: boolean (details)
- wlowner
- Used along with token to access a different user's watchlist. 
- 형태: 사용자 이름에 따른 사용자
- wltoken
- A security token (available in the user's preferences) to allow access to another user's watchlist. 
- wlshow
- Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set show=minor|!anon. 
- 값 (|로 구분): !anon, !autopatrolled, !bot, !minor, !patrolled, !unread, anon, autopatrolled, bot, minor, patrolled, unread 또는 다른 문자열: !anon, !autopatrolled, !bot, !minor, !patrolled, !unread, anon, autopatrolled, bot, minor, patrolled, unread
- wltype
- Which types of changes to show: - edit
- Regular page edits.
- new
- Page creations.
- log
- Log entries.
- external
- External changes.
- categorize
- Category membership changes.
 
- 값 (|로 구분): categorize, edit, external, log, new 또는 다른 문자열: categorize, edit, external, log, new
- 기본값: edit|new|log|categorize
- wlexcludeuser
- 이 사용자의 변경사항을 나열하지 않습니다. 
- 형태: 사용자 이름, IP, 인터위키 이름 (예: "prefix>ExampleName"), 사용자 ID (예: "#12345") 모두에 따른 사용자
예시:
- 주시문서 목록 피드를 보여줍니다.
- api.php?action=feedwatchlist [연습장에서 열기]
- Show all changes to watched pages in the past 6 hours.
- api.php?action=feedwatchlist&allrev=&hours=6 [연습장에서 열기]