MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

meta=notifications (not)

(main | query | notifications)
  • This module requires read rights.
  • منبع: Echo
  • License: MIT

دریافت اعلان‌های منتظر کاربر کنونی.

Parameters:
notfilter

پالایش آگاه‌سازی‌های دریافتی

Values (separate with | or alternative): read، !read
پیش‌فرض: read|!read
notprop

جزئیات به درخواست.

Values (separate with | or alternative): list، count، seenTime
پیش‌فرض: list
notsections

بخش آگاه‌سازی پرسمان (مانند هشدار و پیام بعضی از مشارکت‌ها)

Values (separate with | or alternative): alert، message
پیش‌فرض: alert|message
notgroupbysection

برای گروه‌بندی نتایج توسط بخش، در صورت تنظیم هر بخش به صورت جداگانه دریافت می‌شود.

Type: boolean (details)
notformat

در صورت تخصیص داده شدن، آگاه‌سازی‌ها به صورت این فرمت بازگردانده می‌شوند.

model
اطلاعات خام آگاه‌سازی
special
ساختار یافته برای صفحهٔ Special:Notifications (فقط برای آن!) به HTML توجه نکنید که هر زمان ممکن است عوض شود.
flyout
نهی شده. از notformat=model برای اطلاعات خام استفاده کنید
html
نهی شده. از notformat=model برای اطلاعات خام استفاده کنید
One of the following values: model، special، flyout، html
notlimit

حداکثر تعداد آگاه‌سازی‌ها برگردانده شده.

بيش از ۵۰ (برای ربات‌ها ۵۰۰) مجاز نيست
Type: integer or max
پیش‌فرض: 20
notcontinue

When more results are available, use this to continue.

notunreadfirst

برای نمایش آگاه‌سازی‌های مطالعه نشده در ابتدا (فقط اگر گروه بندی بر پایهٔ بخش تنظیم نشده‌باشد، استفاده می‌شود).

Type: boolean (details)
nottitles

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

Separate values with | or alternative. Maximum number of values is ۵۰ (۵۰۰ for bots).
notbundle

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

Type: boolean (details)
notalertcontinue

زمانی که هشدارهای زیادی موجود هست، از این برای ادامه دادن استفاده کنید.

notalertunreadfirst

برای نمایش آگاه‌سازی‌های خوانده نشده در ابتدای کار (فقط اگر گروه بندی بر پایهٔ بخش تنظیم نشده‌باشد، استفاده می‌شود).

Type: boolean (details)
notmessagecontinue

زمانی که هشدارهای زیادی موجود هست، از این برای ادامه دادن استفاده کنید.

notmessageunreadfirst

برای نمایش آگاه‌سازی‌های خوانده‌نشده در ابتدای کار (فقط اگر گروه بندی بر پایهٔ بخش تنظیم نشده‌باشد، استفاده می‌شود).

Type: boolean (details)
Examples:
اعلان‌ها را فهرست کن
api.php?action=query&meta=notifications [open in sandbox]
فهرست اعلان‌ها، بخش بندیش شده، همراه با شمار آن‌ها.
api.php?action=query&meta=notifications&notprop=count&notsections=alert|message&notgroupbysection=1 [open in sandbox]