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.

Specifični parametri:
Na voljo so tudi drugi splošni parametri.
feedformat

Format vira.

One of the following values: atom, rss
Privzeto: rss
user

What users to get the contributions for.

Ta parameter je obvezen.
Vrsta: uporabnik, ki ustreza kateremu koli od uporabniško ime, IP, IP-razpon, ime interwikija (npr. »predpona>ImePrimera«) in ID uporabnika (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

From year (and earlier).

Vtipkajte: celo število
month

From month (and earlier).

Vtipkajte: celo število
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-removed-redirect, mw-replace, mw-reverted, mw-rollback, mw-server-side-upload, mw-undo, wikieditor
Default: (empty)
deletedonly

Show only deleted contributions.

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

Hide minor edits.

Type: boolean (details)
showsizediff

Prikaže razliko v velikosti med redakcijami.

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