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)

Returns a user's contributions feed.

Parametrit:
Other general parameters are available.
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.
Tyyppi: 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, 106, 107, 274, 275, 460, 461, 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): centralnotice, centralnotice translation, contenttranslation, contenttranslation-v2, cx2-outreach, 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, sectiontranslation, translate-translation-pages, uploadwizard, uploadwizard-flickr, visualeditor, visualeditor-needcheck, visualeditor-switched, visualeditor-wikitext, wikieditor
Oletus: (tyhjä)
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

Piilota pienet muutokset.

Type: boolean (details)
showsizediff

Show the size difference between revisions.

Type: boolean (details)
esimerkki:
Return contributions for user Example.
api.php?action=feedcontributions&user=Example [avaa hiekkalaatikossa]