API:Watch

From MediaWiki.org
Jump to: navigation, search
Tools clipart.png This page is part of the MediaWiki API documentation.
Language: English  • Deutsch
MediaWiki API

Quick overview:

v · d · e
MediaWiki version: 1.18

Contents

[edit] Token

To (un)watch a page, a token is required. This token is different to the edit token, is the same for all pages, but changes at every login. A(n) (un)watch token can be obtained like this: Obtaining a watch token

[edit] Watching and unwatching pages

Pages can be watched (added to your watchlist) and unwatched (removed from your watchlist) with action=watch. Of course, you can only add and remove pages to/from your own watchlist.

[edit] Parameters

  • title: Page to (un)watch
  • unwatch: If set, unwatch the page. If not set, watch the page.
  • token: Your (un)watch token.

[edit] Examples

Watching Main Page

Unwatching Dog

[edit] Possible errors

Only the usual stuff.