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.

Specific parameters:
Other general parameters are available.
feedformat

Η μορφή της ροής.

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

What users to get the contributions for.

This parameter is required.
Τύπος: χρήστης, κατά οτιδήποτε από όνομα χρήστη, διεύθυνση IP, Προσωρινός χρήστης, Εύρος IP, όνομα interwiki (π.χ. "πρόθεμα>ExampleName") και user ID (π.χ. «#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, 100, 101, 446, 447, 710, 711, 828, 829, 2600
year

Από το έτος (και νωρίτερα).

Type: integer
month

Από το μήνα (και νωρίτερα).

Type: integer
tagfilter

Filter contributions that have these tags.

Values (separate with | or alternative): AWB, Disambiguation links, OAuth CID: 99, OAuth CID: 429, OAuth CID: 593, OAuth CID: 651, OAuth CID: 678, OAuth CID: 1352, OAuth CID: 1804, OAuth CID: 1805, OAuth CID: 1809, OAuth CID: 1841, OAuth CID: 1904, OAuth CID: 3711, OAuth CID: 4664, OAuth CID: 6365, OTRS permission added by non-OTRS member, SWMT-vandalism, T144167, abusefilter-condition-limit, advanced mobile edit, android app edit, app-description-add, app-description-change, app-description-translate, app-rollback, app-suggestededit, app-undo, campaign-external-machine-translation, centralnotice, centralnotice translation, community configuration, contenttranslation, contenttranslation-high-unmodified-mt-text, contenttranslation-v2, disambiguator-link-added, discussiontools, discussiontools-added-comment, discussiontools-edit, discussiontools-newtopic, discussiontools-reply, discussiontools-source, discussiontools-source-enhanced, discussiontools-visual, disneynew, editcheck-newcontent, editcheck-newreference, editcheck-reference-decline-common-knowledge, editcheck-reference-decline-irrelevant, editcheck-reference-decline-other, editcheck-reference-decline-uncertain, editcheck-references, editcheck-references-activated, emoji, fileimporter-remote, help module question, help panel question, ios app edit, massmessage-delivery, mentor list change, mentorship module question, mentorship panel question, meta spam id, mobile app edit, mobile edit, mobile web edit, 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, newcomer task, newcomer task add link, newcomer task copyedit, newcomer task expand, newcomer task image suggestion, newcomer task links, newcomer task references, newcomer task section image suggestion, newcomer task update, repeated xwiki CoI abuse, school-ip, sectiontranslation, swmt-vandalism, visualeditor, visualeditor-needcheck, visualeditor-switched, visualeditor-wikitext, wikieditor, Μετάφραση Περιεχομένου, άδειασμα, αφαιρέθηκαν παραπομπές, μεγάλη αφαίρεση, μεγάλη προσθήκη, μικρό, σχόλιο
Maximum number of values is 50 (500 for clients that are allowed higher limits).
Default: (empty)
deletedonly

Εμφάνιση μόνο διαγεγραμμένων συνεισφορών.

Type: boolean (details)
toponly

Εμφάνιση μόνο των επεξεργασιών που είναι οι πιο πρόσφατες αναθεωρήσεις.

Type: boolean (details)
newonly

Εμφάνιση μόνο των επεξεργασιών που είναι δημιουργία σελίδας.

Type: boolean (details)
hideminor

Hide minor edits.

Type: boolean (details)
showsizediff

Disabled due to miser mode.

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