MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
action=feedwatchlist
(main | feedwatchlist)
- Ez a modul olvasási jogot igényel.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Returns a watchlist feed.
Paraméterek:
- feedformat
The format of the feed.
- A következő értékek egyike: rss, atom
- Default: rss
- hours
List pages modified within this many hours from now.
- Az értéknek 1 és 72 között kell lennie.
- Típus: egész
- Default: 24
- linktosections
Link directly to changed sections if possible.
- Típus: logikai (részletek)
- allrev
Include multiple revisions of the same page within given timeframe.
- Típus: logikai (részletek)
- wlowner
Used along with token to access a different user's watchlist.
- Típus: felhasználónév
- 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.
- Értékek (elválasztó: |): minor, !minor, bot, !bot, anon, !anon, patrolled, !patrolled, unread, !unread
- wltype
Which types of changes to show:
- edit
- Regular page edits.
- new
- Page creations.
- log
- Log entries.
- external
- External changes.
- categorize
- Category membership changes.
- Értékek (elválasztó: |): edit, new, log, external, categorize
- Default: edit|new|log|categorize
- wlexcludeuser
Don't list changes by this user.
- Típus: felhasználónév
Examples:
- Show the watchlist feed.
- api.php?action=feedwatchlist [open in sandbox]
- Show all changes to watched pages in the past 6 hours.
- api.php?action=feedwatchlist&allrev=&hours=6 [open in sandbox]