MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=feedcontributions
(main | feedcontributions)
- Voor deze module zijn leesrechten nodig.
- Source: MediaWiki
- License: GPL-2.0+
Haalt de feed van de gebruikersbijdragen op.
Parameters:
- feedformat
De indeling van de feed.
- One of the following values: rss, atom
- Standaard: rss
- user
What users to get the contributions for.
- This parameter is required.
- Type: user name
- 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
Van jaar (en eerder).
- Type: integer
- month
Van maand (en eerder).
- Type: integer
- tagfilter
Filter contributions that have these tags.
- Values (separate with | or alternative): mw-contentmodelchange, mobile edit, mobile web edit
- Default: (empty)
- deletedonly
Alleen verwijderde bijdragen weergeven.
- 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
Show the size difference between revisions.
- Type: boolean (details)
Example:
- Return contributions for user Example.
- api.php?action=feedcontributions&user=Example [open in sandbox]