MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=feedrecentchanges
- This module requires read rights.
- Source: MediaWiki
- Licenza: GPL-2.0+
Returns a recent changes feed.
- feedformat
The format of the feed.
- One of the following values: rss, atom
- Predefinito: rss
- namespace
Namespace to limit the results to.
- One of the following values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 104, 105
- invert
All namespaces but the selected one.
- Type: boolean (details)
- associated
Include associated (talk or main) namespace.
- Type: boolean (details)
- days
Days to limit the results to.
- The value must be no less than 1.
- Type: integer
- Predefinito: 7
- limit
Maximum number of results to return.
- The value must be between 1 and 500.
- Type: integer
- Predefinito: 50
- from
Show changes since then.
- Type: timestamp (allowed formats)
- hideminor
Nascondi le modifiche minori.
- Type: boolean (details)
- hidebots
Nascondi le modifiche apportate da bot.
- Type: boolean (details)
- hideanons
Nascondi le modifiche fatte da utenti anonimi.
- Type: boolean (details)
- hideliu
Nascondi le modifiche apportate dagli utenti registrati.
- Type: boolean (details)
- hidepatrolled
Hide patrolled changes.
- Type: boolean (details)
- hidemyself
Hide changes made by the current user.
- Type: boolean (details)
- tagfilter
Filter by tag.
- target
Show only changes on pages linked from this page.
- showlinkedto
Mostra solo le modifiche alle pagine collegate a quella specificata.
- Type: boolean (details)
- categories
- (nessuna descrizione)
- Separate values with |. Il numero massimo di valori è 50 (500 per i bot).
- categories_any
- (nessuna descrizione)
- Type: boolean (details)
- Show recent changes.
- api.php?action=feedrecentchanges
- Show recent changes for 30 days.
- api.php?action=feedrecentchanges&days=30