미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

meta=unreadnotificationpages (unp)

(main | query | unreadnotificationpages)
  • 이 모듈은 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.

유형: 불리언 (자세한 정보)
unplimit

The maximum number of pages to return.

2,000 초과는 허용되지 않습니다. (봇의 경우 2,000)
유형: 정수 또는 max
기본값: 10
예시:
List pages with (their amount of) unread notifications
api.php?action=query&meta=unreadnotificationpages [연습장에서 열기]