MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=allcategories (ac)
- This module requires read rights.
- This module can be used as a generator.
- Source: MediaWiki
- License: GPL-2.0+
تعداد جميع التصنيفات.
Parameters:
- acfrom
التصنيف الذي يبدأ التعداد منه.
- accontinue
When more results are available, use this to continue.
- acto
التصنيف الذي يقف التعداد عنده.
- acprefix
ابحث عن جميع التصنيفات التي تبدأ أسماؤها بهذه القيمة.
- acdir
اتجاه الفرز.
- One of the following values: ascending، descending
- Default: ascending
- acmin
Only return categories with at least this many members.
- Type: integer
- acmax
Only return categories with at most this many members.
- Type: integer
- aclimit
كم عدد الفئات في الإرجاع.
- No more than ٥٠٠ (٥٬٠٠٠ for bots) allowed.
- Type: integer or max
- Default: 10
- acprop
أي الخصائص تريد الحصول عليها:
- size
- أضف عدد الصفحات في هذا التصنيف.
- hidden
- Tags categories that are hidden with
__HIDDENCAT__
.
- Values (separate with | or alternative): size، hidden
- Default: (empty)
Examples:
- List categories with information on the number of pages in each.
- api.php?action=query&list=allcategories&acprop=size [open in sandbox]
- استرداد المعلومات حول صفحة التصنيف نفسها للتصنيفات التي تبدأ بList.
- api.php?action=query&generator=allcategories&gacprefix=List&prop=info [open in sandbox]