Помощ за МедияУики API

Това е автоматично генерирана страница за документация на МедияУики API.

Документация и примери: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=echomute

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

Mute or unmute notifications from certain users or pages.

Parameters:
type

Which mute list to add to or remove from

This parameter is required.
Една от следните стойности: page-linked-title, user
mute

Pages or users to add to the mute list

За разделител на стойностите използвайте | или алтернативния разделител.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
unmute

Pages or users to remove from the mute list

За разделител на стойностите използвайте | или алтернативния разделител.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
token

Маркер „csrf“, получен от action=query&meta=tokens

This parameter is required.