미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
action=feedwatchlist
(main | feedwatchlist)
- 이 모듈은 read 권한을 요구합니다.
 - 출처: MediaWiki
 - 라이선스: GPL-2.0-or-later
 
주시문서 목록 피드를 반환합니다.
변수:
- feedformat
 피드 포맷.
- 다음 값 중 하나: rss, atom 또는 다른 문자열: rss, atom
 - 기본값: rss
 - hours
 List pages modified within this many hours from now.
- 값은 1와 72 사이여야 합니다.
 - 유형: 정수
 - 기본값: 24
 - linktosections
 Link directly to changed sections if possible.
- 유형: 불리언 (자세한 정보)
 - allrev
 Include multiple revisions of the same page within given timeframe.
- 유형: 불리언 (자세한 정보)
 - 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.
- 값 (|로 구분): minor, !minor, bot, !bot, anon, !anon, patrolled, !patrolled, autopatrolled, !autopatrolled, unread, !unread 또는 다른 문자열: minor, !minor, bot, !bot, anon, !anon, patrolled, !patrolled, autopatrolled, !autopatrolled, unread, !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.
 
- 값 (|로 구분): edit, new, log, external, categorize 또는 다른 문자열: edit, new, log, external, categorize
 - 기본값: edit|new|log|categorize
 - wlexcludeuser
 이 사용자의 변경사항을 나열하지 않습니다.
- 유형: 사용자 이름
 
예시:
- 주시문서 목록 피드를 보여줍니다.
 - api.php?action=feedwatchlist [연습장에서 열기]
 - Show all changes to watched pages in the past 6 hours.
 - api.php?action=feedwatchlist&allrev=&hours=6 [연습장에서 열기]