MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=notifications (not)
- このモジュールは読み取りの権限を必要とします。
- ソース: Echo
- ライセンス: MIT
Get notifications waiting for the current user.
- notfilter
Filter notifications returned.
- 値 (|もしくは別の文字列で区切る): !read、read
- Default: read|!read
- notprop
Details to request.
- 値 (|もしくは別の文字列で区切る): count、list、seenTime
- Default: list
- notsections
The notification sections to query (i.e. some combination of 'alert' and 'message').
- 値 (|もしくは別の文字列で区切る): alert、message
- Default: 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
- The value must be between 1 and 50.
- Default: 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).
- 型: 真偽値 (詳細)