Bantuan API MediaWiki

Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.

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

action=csunwatch

(main | csunwatch)
  • Modul ini memerlukan hak membaca.
  • Modul ini menerima permohonan POST sahaja.
  • Source: CommentStreams
  • License: MIT

Unwatch a comment to no longer be notified when it receives replies

Parameter:
Other general parameters are available.
pageid

page ID of the page which holds the comment to be unwatched

Type: integer
title

title of the page which holds the comment to be unwatched

token

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

This parameter is required.
Contoh-contoh:
unwatch comment with page ID 3
api.php?action=csunwatch&pageid=3 [open in sandbox]
unwatch comment with page title CommentStreams:3
api.php?action=csunwatch&title=CommentStreams:3 [open in sandbox]