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=feedrecentchanges
- Ez a modul olvasási jogot igényel.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Returns a recent changes feed.
- feedformat
The format of the feed.
- A következő értékek egyike: rss, atom
- Default: rss
- namespace
Namespace to limit the results to.
- A következő értékek egyike: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- invert
All namespaces but the selected one.
- Típus: logikai (részletek)
- associated
Include associated (talk or main) namespace.
- Típus: logikai (részletek)
- days
Days to limit the results to.
- Az érték nem lehet kisebb mint 1.
- Típus: egész
- Default: 7
- limit
Maximum number of results to return.
- Az értéknek 1 és 50 között kell lennie.
- Típus: egész
- Default: 50
- from
Show changes since then.
- Típus: időbélyeg (engedélyezett formátumok)
- hideminor
Apró változtatások elrejtése.
- Típus: logikai (részletek)
- hidebots
Botszerkesztések elrejtése.
- Típus: logikai (részletek)
- hideanons
Hide changes made by anonymous users.
- Típus: logikai (részletek)
- hideliu
Hide changes made by registered users.
- Típus: logikai (részletek)
- hidepatrolled
Ellenőrzött változtatások elrejtése.
- Típus: logikai (részletek)
- hidemyself
Hide changes made by the current user.
- Típus: logikai (részletek)
- hidecategorization
Hide category membership changes.
- Típus: logikai (részletek)
- tagfilter
Filter by tag.
- target
Show only changes on pages linked from this page.
- showlinkedto
Show changes on pages linked to the selected page instead.
- Típus: logikai (részletek)
- Show recent changes.
- api.php?action=feedrecentchanges [open in sandbox]
- Show recent changes for 30 days.
- api.php?action=feedrecentchanges&days=30 [open in sandbox]