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.
  • Source: Echo
  • License: MIT

الحصول على إشعارات في انتظار المستخدم الحالي.

Parameters:
notfilter

فلترة الإخارات أرجعت.

Values (separate with | or alternative): read، !read
Default: read|!read
notprop

طلب تفاصيل.

Values (separate with | or alternative): list، count، seenTime
Default: list
notsections

اقسام الأشعار للأستعلام (أي بمعنى بعض الثنائي من "تنبيه" و "رسالة").

Values (separate with | or alternative): alert، message
Default: 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

العدد الأقصى للإخطارات في النتائج.

No more than ٥٠ (٥٠٠ for bots) allowed.
Type: integer or max
Default: 20
notcontinue

When more results are available, use this to continue.

notunreadfirst

ما إذا كان يتم عرض التذكيرات غير المقروءة أولا (فقط تستخدم لو أن الgroupbysection غير مضبوط).

Type: boolean (details)
nottitles

فقط أرجع الإخطارات لهذه الصفحات. للحصول على الإخطارات غير المرتبطة بأي صفحة، استخدم [] كعنوان.

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

ما إذا كان يتم عرض الإخطارات غير المقروءة المتوافقة مع الحزمة طبقا لقواعد أنواع حزم الإخطارات.

Type: boolean (details)
notalertcontinue

عندما تكون المزيد من نتائج التنبيهات متوفرة، استخدم هذه للاستمرار.

notalertunreadfirst

ما إذا كان تذكيرات الرسائل غير المقروءة يتم عرضها أولا (فقط تستخدم لو كانت الgroupbysection مضبوطة).

Type: boolean (details)
notmessagecontinue

عندما تكون المزيد من النتائج الرسائل المتاحة، واستخدم هذا للمتابعة.

notmessageunreadfirst

ما إذ كنت تريد عرض التنبيهات غير المقروءة أولا (تستخدم فقط إذا ما كانت groupbysection مضبوطة).

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]