MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

meta=unreadnotificationpages (unp)

(main | query | unreadnotificationpages)
  • このモジュールは読み取りの権限を必要とします。
  • ソース: Echo
  • ライセンス: MIT

Get pages for which there are unread notifications for the current user.

パラメーター:
unpwikis

List of wikis to fetch pages with unread notifications from (defaults to only current wiki).

値 (| または別の文字列で区切る): *、cooking_wiki
既定: cooking_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 [サンドボックスで開く]