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
action=feedwatchlist
(main | feedwatchlist)
- This module requires read rights.
 - Šaltinis: MediaWiki
 - Licencija: GPL-2.0-or-later
 
Gražina stebimųjų sąrašo srautą.
Parametrai:
- feedformat
 Srauto formatas.
- One of the following values: atom, rss
 - Default: rss
 - hours
 List pages modified within this many hours from now.
- Type: integer
 - The value must be between 1 and 72.
 - Default: 24
 - linktosections
 Link directly to changed sections if possible.
- Type: boolean (details)
 - allrev
 Include multiple revisions of the same page within given timeframe.
- Type: boolean (details)
 - wlowner
 Used along with token 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.
- wlshow
 Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set show=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
 - 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")
 
Pavyzdžiai:
- Rodyti stebimųjų sąrašo srautą.
 - api.php?action=feedwatchlist [open in sandbox]
 - Rodyti visus pakeitimus stebimuose puslapiuose per paskutines 6 valandas.
 - api.php?action=feedwatchlist&allrev=&hours=6 [open in sandbox]