MediaWiki API ヘルプ

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

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

meta=notifications (not)

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

Get notifications waiting for the current user.

パラメーター:
notfilter

Filter notifications returned.

値 (|もしくは別の文字列で区切る): read!read
既定値: read|!read
notprop

Details to request.

値 (|もしくは別の文字列で区切る): listcountseenTime
既定値: list
notsections

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

値 (|もしくは別の文字列で区切る): alertmessage
既定値: alert|message
notgroupbysection

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

Type: boolean (details)
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つ): modelspecialflyouthtml
notlimit

返す通知の最大数。

50(botは500)より多くは受け付けません。
Type: integer or max
既定値: 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).

Type: boolean (details)
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.

Type: boolean (details)
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).

Type: boolean (details)
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).

Type: boolean (details)