Bantuan API MediaWiki

Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.

Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API

action=echomute

(main | echomute)
  • Modul ini memerlukan hak membaca.
  • Modul ini memerlukan hak menulis.
  • Modul ini menerima permohonan POST sahaja.
  • Source: Echo
  • License: MIT

Mute or unmute notifications from certain users or pages.

Parameter:
Other general parameters are available.
type

Which mute list to add to or remove from

This parameter is required.
One of the following values: page-linked-title, user
mute

Pages or users to add to the mute list

Asingkan nilai-nilai dengan "|".
Maximum number of values is 50 (500 for clients that are allowed higher limits).
unmute

Pages or users to remove from the mute list

Asingkan nilai-nilai dengan "|".
Maximum number of values is 50 (500 for clients that are allowed higher limits).
token

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

This parameter is required.