Pomoc MediaWiki API

To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API

action=feedcontributions

(main | feedcontributions)
  • Ten moduł wymaga praw odczytu.

Returns a user contributions feed.

Parametry:
feedformat

The format of the feed.

Jedna wartość: rss, atom
Domyślnie: rss
user

What users to get the contributions for.

Ten parametr jest wymagany.
namespace

Which namespace to filter the contributions by.

Jedna wartość: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
year

From year (and earlier).

month

From month (and earlier).

tagfilter

Filter contributions that have these tags.

Wartości (oddziel za pomocą |):
Domyślnie: (puste)
deletedonly

Show only deleted contributions.

toponly

Only show edits that are latest revisions.

newonly

Only show edits that are page creations.

showsizediff

Show the size difference between revisions.

Przykład:
Return contributions for user Example.
api.php?action=feedcontributions&user=Example