미디어위키 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.
변수:
- 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.
- Type: boolean (details)
- unplimit
반환할 문서의 최대 수입니다.
- 유형: 정수 또는 max
- The value must be between 1 and 2,000.
- 기본값: 10
예시:
- List pages with (their amount of) unread notifications
- api.php?action=query&meta=unreadnotificationpages [연습장에서 열기]