MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
action=feedcontributions
(main | feedcontributions)
- Ez a modul olvasási jogot igényel.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Returns a user contributions feed.
Paraméterek:
- feedformat
The format of the feed.
- A következő értékek egyike: rss, atom
- Default: rss
- user
What users to get the contributions for.
- Ez a paraméter kötelező.
- Típus: felhasználónév
- namespace
Which namespace to filter the contributions by.
- A következő értékek egyike: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- year
From year (and earlier).
- Típus: egész
- month
From month (and earlier).
- Típus: egész
- tagfilter
Filter contributions that have these tags.
- Értékek (elválasztó: |): mw-contentmodelchange
- Default: (empty)
- deletedonly
Show only deleted contributions.
- Típus: logikai (részletek)
- toponly
Only show edits that are the latest revisions.
- Típus: logikai (részletek)
- newonly
Only show edits that are page creations.
- Típus: logikai (részletek)
- hideminor
Hide minor edits.
- Típus: logikai (részletek)
- showsizediff
Show the size difference between revisions.
- Típus: logikai (részletek)
Example:
- Return contributions for user Example.
- api.php?action=feedcontributions&user=Example [open in sandbox]