MediaWiki API help
This is an auto-generated MediaWiki Action API documentation page.
action=feedcontributions
(main | feedcontributions)
- This module requires read rights.
- Source: MediaWiki
- License: GPL-2.0-or-later
Returns a user's contributions feed.
Specific parameters:
Other general parameters are available.
- feedformat
Format umpan.
- One of the following values: atom, rss
- Default: rss
- user
What users to get the contributions for.
- This parameter is required.
- Tipe: pengguna, dengan salah satu dari nama pengguna, IP, Pengguna sementara, rentang IP, nama antarwiki (misal "awalan>ContohNama") dan ID pengguna (mis. "#12345")
- 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
From year (and earlier).
- Type: integer
- month
From month (and earlier).
- Type: integer
- tagfilter
Menyaring kontribusi yang punya tanda-tanda ini.
- Values (separate with | or alternative): abusefilter-condition-limit, editcheck-newcontent, editcheck-newreference, editcheck-paste-shown, editcheck-reference-decline-common-knowledge, editcheck-reference-decline-irrelevant, editcheck-reference-decline-other, editcheck-reference-decline-uncertain, editcheck-references, editcheck-references-activated, editcheck-references-shown, editcheck-tone, editcheck-tone-shown, editsuggestion-seen, editsuggestion-used, mw-blank, mw-changed-redirect-target, mw-contentmodelchange, mw-edited-other-users-js, mw-ipblock-appeal, mw-manual-revert, mw-new-redirect, mw-recreated, mw-removed-redirect, mw-replace, mw-reverted, mw-rollback, mw-server-side-upload, mw-undo, visualeditor, visualeditor-needcheck, visualeditor-switched, visualeditor-wikitext, wikieditor
- Default: (empty)
- deletedonly
Tampilkan hanya kontribusi terhapus.
- Type: boolean (details)
- toponly
Hanya menampilkan suntingan yang merupakan revisi terbaru.
- Type: boolean (details)
- newonly
Hanya menampilkan revisi yang merupakan pembuatan halaman.
- Type: boolean (details)
- hideminor
Sembunyikan suntingan kecil.
- Type: boolean (details)
- showsizediff
Menampilkan perbedaan ukuran antarrevisi.
- Type: boolean (details)
Example:
- Mengembalikan kontribusi untuk pengguna Example .
- api.php?action=feedcontributions&user=Example [open in sandbox]