Помощ за МедияУики API
Това е автоматично генерирана страница за документация на МедияУики API.
Документация и примери: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=feedcontributions
(main | feedcontributions)
- This module requires read rights.
- Source: MediaWiki
- License: GPL-2.0-or-later
Returns a user's contributions feed.
Parameters:
- feedformat
The format of the feed.
- Една от следните стойности: atom, rss
- Default: rss
- user
What users to get the contributions for.
- This parameter is required.
- Type: user, by any of потребителско име, IP, IP-диапазон, име на междууикито (напр. „представка>ПримерноИме“) и Идентификатор на потребителя (напр. „#12345“)
- namespace
Which namespace to filter the contributions by.
- Една от следните стойности: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- year
От година (и по-рано).
- Type: integer
- month
От месец (и по-рано).
- Type: integer
- tagfilter
Филтриране на приноси, които имат тези етикети.
- Стойности (разделени с | или алтернативния разделител): mw-blank, mw-changed-redirect-target, mw-contentmodelchange, mw-manual-revert, mw-new-redirect, mw-removed-redirect, mw-replace, mw-reverted, mw-rollback, mw-server-side-upload, mw-undo, visualeditor, visualeditor-needcheck, visualeditor-switched, visualeditor-wikitext
- По подразбиране: (празно)
- deletedonly
Показване само на изтритите приноси.
- Type: boolean (details)
- toponly
Only show edits that are the latest revisions.
- Type: boolean (details)
- newonly
Показване само на редакции за създаване на страници.
- Type: boolean (details)
- hideminor
Скриване на малки промени.
- Type: boolean (details)
- showsizediff
Показване на размера на разликите между версиите.
- Type: boolean (details)
Пример:
- Return contributions for user Example.
- api.php?action=feedcontributions&user=Example [open in sandbox]