미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=unreadnotificationpages (unp)
- 이 모듈은 read 권한을 요구합니다.
- 출처: Echo
- 라이선스: MIT
Get pages for which there are unread notifications for the current user.
변수:
- unpwikis
읽지 않은 알림 문서를 가져올 위키 목록입니다. (기본값으로는 현재 위키만)
- 값 (|로 구분): *, ivnix_wiki 또는 다른 문자열: *, ivnix_wiki
- 기본값: ivnix_wiki
- unpgrouppages
Group talk pages together with their subject page, and group notifications not associated with a page together with the current user's user page.
- 유형: 불리언 (자세한 정보)
- unplimit
반환할 문서의 최대 수입니다.
- 유형: 정수 또는 max
- 값은 1와 2,000 사이여야 합니다.
- 기본값: 10
예시:
- List pages with (their amount of) unread notifications
- api.php?action=query&meta=unreadnotificationpages [연습장에서 열기]