Pomoć oko Medijavikijevog API-ja

Ovo je automatski generisana dokumentacija za Medijaviki API

Dokumentacija i primeri: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=feedcontributions

(main | feedcontributions)

Returns a user's contributions feed.

Specifični parametri:
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.
Tip: korisnik, po: korisničko ime, IP, Privremeni korisnik, IP opseg, međuwiki ime (npr. „prefiks>Primjer”) i korisnička naznaka (npr. „#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
year

Od godine (i ranije).

Type: integer
month

From month (and earlier).

Type: integer
tagfilter

Filter contributions that have these tags.

Values (separate with | or alternative): mw-blank, mw-changed-redirect-target, mw-contentmodelchange, mw-manual-revert, mw-new-redirect, mw-recreated, mw-removed-redirect, mw-replace, mw-reverted, mw-rollback, mw-server-side-upload, mw-undo, wikieditor
Podrazumevano: (nema)
deletedonly

Prikaži samo obrisane doprinose.

Type: boolean (details)
toponly

Only show edits that are the latest revisions.

Type: boolean (details)
newonly

Only show edits that are page creations.

Type: boolean (details)
hideminor

Sakrij manje izmjene.

Type: boolean (details)
showsizediff

Show the size difference between revisions.

Type: boolean (details)
Primjer:
Return contributions for user Example.
api.php?action=feedcontributions&user=Example [open in sandbox]