MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=watch
- Este módulo requiere permisos de lectura.
- Este módulo requiere permisos de escritura.
- Este módulo solo acepta solicitudes POST.
- Fuente: MediaWiki
- Licencia: GPL-2.0+
Add or remove pages from the current user's watchlist.
- title
- En desuso.
The page to (un)watch. Use titles instead.
- unwatch
If set the page will be unwatched rather than watched.
- Tipo: booleano/lógico (detalles)
- continue
Cuando haya más resultados disponibles, utiliza esto para continuar.
- titles
A list of titles to work on.
- Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
- pageids
A list of page IDs to work on.
- Tipo: lista de enteros
- Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
- revids
A list of revision IDs to work on.
- Tipo: lista de enteros
- Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
- generator
Get the list of pages to work on by executing the specified query module.
Note: Generator parameter names must be prefixed with a "g", see examples.
- Uno de los siguientes valores: allcategories, alldeletedrevisions, allfileusages, allimages, alllinks, allpages, allredirects, alltransclusions, backlinks, categories, categorymembers, deletedrevisions, duplicatefiles, embeddedin, exturlusage, fileusage, images, imageusage, iwbacklinks, langbacklinks, links, linkshere, pageswithprop, prefixsearch, protectedtitles, querypage, random, recentchanges, redirects, revisions, search, templates, transcludedin, watchlist, watchlistraw
- redirects
Automatically resolve redirects in titles, pageids, and revids, and in pages returned by generator.
- Tipo: booleano/lógico (detalles)
- converttitles
Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include gan, iu, kk, ku, shi, sr, tg, uz, zh.
- Tipo: booleano/lógico (detalles)
- token
A "watch" token retrieved from action=query&meta=tokens
- Este parámetro es obligatorio.
- Vigilar la página Portada.
- api.php?action=watch&titles=Main_Page&token=123ABC
- Dejar de vigilar la Portada.
- api.php?action=watch&titles=Main_Page&unwatch=&token=123ABC
- Watch the first few pages in the main namespace.
- api.php?action=watch&generator=allpages&gapnamespace=0&token=123ABC