MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=echomarkseen

(main | echomarkseen)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: Echo
  • License: MIT

التعليم على الإخطارات كمنظورة للمستخدم الحالي.

Parameters:
token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.
type

نوع الإشعارت لتحديد كما تبدو على أنها: 'تنبيه' 'رسالة' أو 'كل'.

This parameter is required.
One of the following values: alert، message، all
timestampFormat

صيغة الطابع الزمني للاستخدام للناتج 'ISO_8601' أو 'MW'. 'MW' مستغنى عنه هنا، لذا فكل العملاء ينبغي أن يتحولوا إلى 'ISO_8601'. هذا المعامل ستتم إزالته، و 'ISO_8601' سيصبح صيغة الناتج الوحيدة.

One of the following values: ISO_8601، MW
Default: MW
Examples:
التعليم على الإخطارات من كل الأنواع كمنظورة
api.php?action=echomarkseen&type=all [open in sandbox]