MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
meta=unreadnotificationpages (unp)
- このモジュールは読み取りの権限を必要とします。
 - ソース: 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
 返すページの最大数。
- 2,000(botは2,000)より多くは受け付けません。
 - Type: integer or max
 - 既定値: 10
 
例:
- List pages with (their amount of) unread notifications
 - api.php?action=query&meta=unreadnotificationpages [サンドボックスで開く]