Помощ за МедияУики API
Това е автоматично генерирана страница за документация на МедияУики API.
Документация и примери: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=feedrecentchanges
- This module requires read rights.
- Source: MediaWiki
- License: GPL-2.0-or-later
Returns a recent changes feed.
- feedformat
The format of the feed.
- Една от следните стойности: atom, rss
- Default: rss
- namespace
Namespace to limit the results to.
- Една от следните стойности: 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.
- Type: integer
- The value must be no less than 1.
- Default: 7
- limit
Maximum number of results to return.
- Type: integer
- The value must be between 1 and 50.
- Default: 50
- from
Show changes since then.
- Type: timestamp (allowed formats)
- hideminor
Скриване на малки промени.
- Type: boolean (details)
- hidebots
Скриване на промени, направени от ботове.
- Type: boolean (details)
- hideanons
Скриване на промени, направени от анонимни потребители.
- Type: boolean (details)
- hideliu
Скриване на промени, направени от регистрирани потребители.
- Type: boolean (details)
- hidepatrolled
Скриване на патрулирани промени.
- Type: boolean (details)
- hidemyself
Скриване на промените, направени от текущия потребител.
- Type: boolean (details)
- hidecategorization
Hide category membership changes.
- Type: boolean (details)
- tagfilter
Филтриране по етикет.
- target
Show only changes on pages linked from this page.
- showlinkedto
Show changes on pages linked to the selected page instead.
- Type: boolean (details)
- Показване на последни промени.
- api.php?action=feedrecentchanges [open in sandbox]
- Показване на последните промени в рамките на 30 дни.
- api.php?action=feedrecentchanges&days=30 [open in sandbox]