MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: 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.
- One of the following values: atom, rss
- Default: rss
- user
What users to get the contributions for.
- This parameter is required.
- Type: user, by any of käyttäjänimi, IP-osoite, IP-osoiteavaruus, interwikinimi (esim. "prefix>EsimerkkiNimi") ja käyttäjän tunnistenumero (esim. "#12345")
- namespace
Which namespace to filter the contributions by.
- One of the following values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 90, 91, 92, 93, 102, 103, 106, 107, 108, 109, 112, 113, 114, 115, 274, 275, 300, 301, 302, 303, 304, 305, 306, 307, 310, 311, 420, 421, 828, 829, 1198, 1199, 2300, 2301, 2302, 2303
- year
Alkaen vuodesta (ja aiemmin).
- Type: integer
- month
Alkaen kuukaudesta (ja aiemmin).
- Type: integer
- tagfilter
Suodata muokkaukset, joissa on nämä merkkaukset.
- Values (separate with | or alternative): maps-visual-edit, mw-blank, mw-changed-redirect-target, mw-contentmodelchange, mw-new-redirect, mw-removed-redirect, mw-replace, mw-rollback, mw-undo
- Default: (empty)
- deletedonly
Näytä vain poistetut muokkaukset.
- Type: boolean (details)
- toponly
Näytä vain muokkaukset, jotka ovat viimeisimpiä versioita.
- Type: boolean (details)
- newonly
Näytä vain muokkaukset, joilla on luotu sivu.
- Type: boolean (details)
- hideminor
Hide minor edits.
- Type: boolean (details)
- showsizediff
Show the size difference between revisions.
- Type: boolean (details)
Example:
- Return contributions for user Example.
- api.php?action=feedcontributions&user=Example [open in sandbox]