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

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: ਵਰਤੋਂਕਾਰ, ਕਿਸੇ ਵੀ ਵੱਲੋਂ ਵਰਤੋਂਕਾਰ-ਨਾਂ, IP, ਅਸਥਾਈ ਵਰਤੋਂਕਾਰ, IP ਹੱਦ, ਅੰਤਰ-ਵਿਕੀ ਨਾਂ (ਜਿਵੇਂ "ਅਗੇਤਰ>ਉਦਾਹਰਣ ਨਾਂ") ਅਤੇ ਵਰਤੋਂਕਾਰ 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
year

ਸਾਲ ਤੋਂ (ਅਤੇ ਪਹਿਲਾਂ)

Type: integer
month

ਮਹੀਨੇ ਤੋਂ (ਅਤੇ ਪਹਿਲਾਂ)

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
Default: (empty)
deletedonly

Show only deleted contributions.

ਕਿਸਮ: ਬੂਲੀਅਨ (ਸੱਚ/ਝੂਠ ਕਿਸਮ) (ਵੇਰਵੇ)
toponly

Only show edits that are the latest revisions.

ਕਿਸਮ: ਬੂਲੀਅਨ (ਸੱਚ/ਝੂਠ ਕਿਸਮ) (ਵੇਰਵੇ)
newonly

Only show edits that are page creations.

ਕਿਸਮ: ਬੂਲੀਅਨ (ਸੱਚ/ਝੂਠ ਕਿਸਮ) (ਵੇਰਵੇ)
hideminor

ਛੋਟੀਆਂ ਸੋਧਾਂ ਨੂੰ ਲੁਕਾਓ।

ਕਿਸਮ: ਬੂਲੀਅਨ (ਸੱਚ/ਝੂਠ ਕਿਸਮ) (ਵੇਰਵੇ)
showsizediff

ਸੋਧਾਂ ਦੇ ਆਕਾਰ ਵਿੱਚ ਅੰਤਰ ਵਿਖਾਓ।

ਕਿਸਮ: ਬੂਲੀਅਨ (ਸੱਚ/ਝੂਠ ਕਿਸਮ) (ਵੇਰਵੇ)
Example:
Return contributions for user Example.
api.php?action=feedcontributions&user=Example [open in sandbox]