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
  • License: GPL-2.0+

إرجاع تغذية مساهمات المستخدم.

Parameters:
feedformat

هيئة التلقيم.

One of the following values: rss، atom
Default: rss
user

أي المستخدمين سيتم الحصول على تبرعات لهم.

This parameter is required.
Type: user name
namespace

أي نطاق ستتم تصفية المساهمات حسبه.

One of the following values: 0، 1، 2، 3، 4، 5، 6، 7، 8، 9، 10، 11، 12، 13، 14، 15
year

من سنة (وأقدم).

Type: integer
month

من شهر (وأقدم).

Type: integer
tagfilter

تصفية المساهمات التي بها هذه الوسوم.

Values (separate with | or alternative): mw-contentmodelchange، mobile edit، mobile web edit
Default: (empty)
deletedonly

اعرض المساهمات المحذوفة فقط.

Type: boolean (details)
toponly

تظهر فقط التعديلات التي هي أحدث المراجعات.

Type: boolean (details)
newonly

أظهر إنشاء الصفحات فقط

Type: boolean (details)
hideminor

إخفاء التعديلات الطفيفة.

Type: boolean (details)
showsizediff

عرض حجم الفرق بين النسخ.

Type: boolean (details)
Examples:
Return contributions for user Example.
api.php?action=feedcontributions&user=Example [open in sandbox]