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)
- This module requires read rights.
- Source: MediaWiki
- Licenza: GPL-2.0+
Returns a user contributions feed.
Parametri:
- feedformat
The format of the feed.
- One of the following values: rss, atom
- Predefinito: rss
- user
What users to get the contributions for.
- Questo parametro è obbligatorio.
- 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, 100, 101, 104, 105
- year
Dall'anno (e precedenti).
- Type: integer
- month
Dal mese (e precedenti).
- Type: integer
- tagfilter
Filter contributions that have these tags.
- Values (separate with |):
- Predefinito: (vuoto)
- deletedonly
Mostra solo i contribuiti cancellati.
- Type: boolean (details)
- toponly
Mostra solo i contributi che sono le ultime versioni per la pagina.
- Type: boolean (details)
- newonly
Visualizza solo le modifiche che sono creazioni di pagina.
- Type: boolean (details)
- showsizediff
Show the size difference between revisions.
- Type: boolean (details)
Esempio:
- Return contributions for user Example.
- api.php?action=feedcontributions&user=Example