MedijaViki API pagalba

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=watchlist (wl)

(main | query | watchlist)
  • This module requires read rights.
  • This module can be used as a generator.
  • Šaltinis: MediaWiki
  • Licencija: GPL-2.0-or-later

Get recent changes to pages in the current user's watchlist.

Parametrai:
wlallrev

Include multiple revisions of the same page within given timeframe.

Type: boolean (details)
wlstart

The timestamp to start enumerating from.

Type: timestamp (allowed formats)
wlend

The timestamp to end enumerating.

Type: timestamp (allowed formats)
wlnamespace

Filter changes to only the given namespaces.

Values (separate with | or alternative): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
To specify all values, use *.
wluser

Nurodyti tik pakeitimus, atliktus šio vartotojo.

Type: user, by any of user name, IP, interwiki name (e.g. "prefix>ExampleName") ir user ID (e.g. "#12345")
wlexcludeuser

Nenurodyti pakeitimų, kuriuos atliko šis vartotojas.

Type: user, by any of user name, IP, interwiki name (e.g. "prefix>ExampleName") ir user ID (e.g. "#12345")
wldir

In which direction to enumerate:

newer
List oldest first. Note: wlstart has to be before wlend.
older
List newest first (default). Note: wlstart has to be later than wlend.
One of the following values: newer, older
Default: older
wllimit

Kiek viso rezultatų gražinti vienai užklausai.

Type: integer or max
The value must be between 1 and 500.
Default: 10
wlprop

Kokias papildomas savybes gauti:

ids
Adds revision IDs and page IDs.
title
Prideda puslapio pavadinimą.
flags
Adds flags for the edit.
user
Prideda naują vartotoją, kuris atliko pakeitimą.
userid
Prideda vartotojo ID, kuris atliko pakeitimą.
comment
Prideda keitimo komentarą.
parsedcomment
Adds parsed comment of the edit. If the comment has been revision deleted, a commenthidden property will be returned.
timestamp
Prideda keitimo laiko žymę.
patrol
Tags edits that are patrolled.
sizes
Prideda naują ir seną puslapio ilgius.
notificationtimestamp
Prideda laiko žymę, kada vartotojui buvo pranešta apie pakeitimą.
loginfo
Prideda žurnalo informaciją, kai reikia.
tags
Lists tags for the entry.
expiry
(nėra aprašymo)
Values (separate with | or alternative): comment, expiry, flags, ids, loginfo, notificationtimestamp, parsedcomment, patrol, sizes, tags, timestamp, title, user, userid
Default: ids|title|flags
wlshow

Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set wlshow=minor|!anon.

Values (separate with | or alternative): !anon, !autopatrolled, !bot, !minor, !patrolled, !unread, anon, autopatrolled, bot, minor, patrolled, unread
wltype

Kokios keitimų tipus rodyti:

edit
Regular page edits.
new
Puslapio sukūrimai.
log
Žurnalo įrašai.
external
Išoriniai keitimai.
categorize
Category membership changes.
Values (separate with | or alternative): categorize, edit, external, log, new
Default: edit|new|log|categorize
wlowner

Used along with wltoken to access a different user's watchlist.

Type: user, by user name
wltoken

A security token (available in the user's preferences) to allow access to another user's watchlist.

wlcontinue

When more results are available, use this to continue.

Pavyzdžiai:
List the top revision for recently changed pages on the current user's watchlist.
api.php?action=query&list=watchlist [open in sandbox]
Fetch additional information about the top revision for recently changed pages on the current user's watchlist.
api.php?action=query&list=watchlist&wlprop=ids|title|timestamp|user|comment [open in sandbox]
Fetch additional information about the top revision for recently changed pages on the current user's watchlist, including when temporarily watched items will expire.
api.php?action=query&list=watchlist&wlprop=ids|title|timestamp|user|comment|expiry [open in sandbox]
Fetch information about all recent changes to pages on the current user's watchlist.
api.php?action=query&list=watchlist&wlallrev=&wlprop=ids|title|timestamp|user|comment [open in sandbox]
Fetch page info for recently changed pages on the current user's watchlist.
api.php?action=query&generator=watchlist&prop=info [open in sandbox]
Fetch revision info for recent changes to pages on the current user's watchlist.
api.php?action=query&generator=watchlist&gwlallrev=&prop=revisions&rvprop=timestamp|user [open in sandbox]
List the top revision for recently changed pages on the watchlist of user Example.
api.php?action=query&list=watchlist&wlowner=Example&wltoken=123ABC [open in sandbox]