MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=oldreviewedpages (or)

(main | query | oldreviewedpages)
  • This module requires read rights.
  • This module can be used as a generator.
  • Source: Flagged Revisions
  • License: GPL-2.0-or-later

تعداد الصفحات التي لديها تغييرات في انتظار المراجعة.

Parameters:
orstart

بدء الإدراج في هذا الطابع الزمني.

Type: timestamp (allowed formats)
orend

وقف الإدراج في هذا الطابع الزمني.

Type: timestamp (allowed formats)
ordir

In which direction to enumerate:

newer
List oldest first. Note: orstart has to be before orend.
older
List newest first (default). Note: orstart has to be later than orend.
One of the following values: newer، older
Default: newer
ormaxsize

الحد الأقصى لحجم تغيير عدد الأحرف.

The value must be no less than ٠.
Type: integer
orfilterwatched

كيفية تصفية الصفحات لقائمة مراقبتك.

One of the following values: watched، all
Default: all
ornamespace

نطاق للتعداد.

Values (separate with | or alternative): 0، 1، 2، 3، 4، 5، 6، 7، 8، 9، 10، 11، 12، 13، 14، 15
To specify all values, use *.
Default: 0
orcategory

اعرض الصفحات في التصنيف المحدد فقط.

orfilterredir

كيفية التصفية للتحويلات.

One of the following values: redirects، nonredirects، all
Default: all
orlimit

كم عدد الصفحات التي سيتم إرجاعها.

No more than ٥٠٠ (٥٬٠٠٠ for bots) allowed.
Type: integer or max
Default: 10
Examples:
عرض قائمة بالصفحات ذات التغييرات المعلقة غير المراجعة
api.php?action=query&list=oldreviewedpages&ornamespace=0 [open in sandbox]
عرض معلومات حول بعض الصفحات القديمة المراجعة
api.php?action=query&generator=oldreviewedpages&gorlimit=4&prop=info [open in sandbox]