Ajuda API da MediaWiki

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
  • Licença: GPL-2.0+

Returns a user contributions feed.

Parâmetros:
feedformat

O formato do feed.

One value: rss, atom
Padrão: rss
user

What users to get the contributions for.

Este parâmetro é obrigatório.
Type: user name
namespace

Which namespace to filter the contributions by.

One value: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
year

From year (and earlier).

Type: integer
month

From month (and earlier).

Type: integer
tagfilter

Filter contributions that have these tags.

Values (separate with |): visualeditor, visualeditor-needcheck, visualeditor-switched
Padrão: (vazio)
deletedonly

Mostrar apenas contribuições eliminadas.

Type: boolean (details)
toponly

Only show edits that are latest revisions.

Type: boolean (details)
newonly

Only show edits that are page creations.

Type: boolean (details)
showsizediff

Mostrar diferença de tamanho entre edições.

Type: boolean (details)
Exemplo:
Return contributions for user Example.
api.php?action=feedcontributions&user=Example