MediaWiki API yardımı
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=feedrecentchanges
(main | feedrecentchanges)
- This module requires read rights.
 - Source: MediaWiki
 - License: GPL-2.0+
 
Returns a recent changes feed.
Parametre:
- feedformat
 The format of the feed.
- One of the following values: rss, atom
 - Varsayılan: 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
 - 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
 - Varsayılan: 7
 - limit
 Verilecek azami sonuç sayısı.
- The value must be between 1 and 50.
 - Type: integer
 - Varsayılan: 50
 - from
 Show changes since then.
- Type: timestamp (allowed formats)
 - hideminor
 Küçük değişiklikleri gizle.
- Type: boolean (details)
 - hidebots
 Bot değişikliklerini gizle.
- Type: boolean (details)
 - hideanons
 Anonim kullanıcı değişikliklerini gizle.
- Type: boolean (details)
 - hideliu
 Kayıtlı kullanıcı değişikliklerini gizle.
- Type: boolean (details)
 - hidepatrolled
 Hide patrolled changes.
- Type: boolean (details)
 - hidemyself
 Kendi değişikliklerini gizle.
- Type: boolean (details)
 - 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.
- Type: boolean (details)
 
Examples:
- Son değişiklikleri göster
 - api.php?action=feedrecentchanges
 - Son 30 gündeki değişiklikleri göster
 - api.php?action=feedrecentchanges&days=30