MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
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.
- 型: 真偽値 (詳細)
- unplimit
返すページの最大数。
- 型: 整数または max
- 値は1以上2,000以下です。
- 既定: 10
例:
- List pages with (their amount of) unread notifications
- api.php?action=query&meta=unreadnotificationpages [サンドボックスで開く]