MediaWiki API ヘルプ

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

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

meta=notifications (not)

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

Get notifications waiting for the current user.

パラメーター:
notwikis

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

値 (| または別の文字列で区切る): *、cooking_wiki
既定: cooking_wiki
notfilter

Filter notifications returned.

値 (| または別の文字列で区切る): !read、read
既定: read|!read
notprop

Details to request.

値 (| または別の文字列で区切る): count、list、seenTime
既定: list
notsections

The notification sections to query (i.e. some combination of 'alert' and 'message').

値 (| または別の文字列で区切る): alert、message
既定: alert|message
notgroupbysection

Whether to group the result by section. Each section is fetched separately if set.

型: 真偽値 (詳細)
notformat

If specified, notifications will be returned formatted this way.

model
Raw notification data
special
Formatted for Special:Notifications page (and only that!) Do not rely on the HTML as it may change at any given time.
flyout
Deprecated. Use notformat=model for raw data
html
Deprecated. Use notformat=model for raw data
値 (次の値のいずれか1つ): flyout、html、model、special
notlimit

返す通知の最大数。

型: 整数または max
値は1以上50以下です。
既定: 20
notcontinue

When more results are available, use this to continue.

notunreadfirst

Whether to show unread notifications first (only used if groupbysection is not set).

型: 真偽値 (詳細)
nottitles

Only return notifications for these pages. To get notifications not associated with any page, use [] as a title.

複数の値は | または代わりの文字で区切ってください。
値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
notbundle

Whether to show bundle compatible unread notifications according to notification types bundling rules.

型: 真偽値 (詳細)
notalertcontinue

When more alert results are available, use this to continue.

notalertunreadfirst

Whether to show unread message notifications first (only used if groupbysection is set).

型: 真偽値 (詳細)
notmessagecontinue

When more message results are available, use this to continue.

notmessageunreadfirst

Whether to show unread alert notifications first (only used if groupbysection is set).

型: 真偽値 (詳細)
notcrosswikisummary

True to opt in to a summary notification of notifications on foreign wikis.

型: 真偽値 (詳細)