Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=feedcontributions
(main | feedcontributions)
- Этот модуль требует прав на чтение.
- Источник: MediaWiki
- Лицензия: GPL-2.0+
Returns a user contributions feed.
Параметры:
- feedformat
The format of the feed.
- One value: rss, atom
- По умолчанию: rss
- user
What users to get the contributions for.
- Этот параметр является обязательным.
- Тип: user name
- namespace
Which namespace to filter the contributions by.
- One value: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- year
От года (и ранее).
- Тип: integer
- month
От месяца (и ранее).
- Тип: integer
- tagfilter
Filter contributions that have these tags.
- Values (separate with |):
- По умолчанию: (пусто)
- deletedonly
Show only deleted contributions.
- Тип: двоичный (details)
- toponly
Only show edits that are latest revisions.
- Тип: двоичный (details)
- newonly
Показывать только правки, являющиеся созданием страниц.
- Тип: двоичный (details)
- showsizediff
Показать размер различия между версиями.
- Тип: двоичный (details)
Пример:
- Return contributions for user Example.
- api.php?action=feedcontributions&user=Example