راهنمای واسط برنامه‌نویسی کاربردی مدیاویکی

این یک صفحهٔ مستندات برای واسط برنامه‌نویسی کاربردی مدیاویکی است که به‌طور خودکار ایجاد شده‌است.

مستندات و نمونه‌ها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=allfileusages (af)

(main | query | allfileusages)
  • این پودمان نیازمند اختیارات خواندن است.
  • This module can be used as a generator.
  • منبع: MediaWiki
  • مجوز: GPL-2.0-or-later

List all file usages, including non-existing.

پارامترها:
afcontinue

When more results are available, use this to continue.

affrom

The title of the file to start enumerating from.

afto

The title of the file to stop enumerating at.

afprefix

Search for all file titles that begin with this value.

afunique

Only show distinct file titles. Cannot be used with afprop=ids. When used as a generator, yields target pages instead of source pages.

نوع: بولی (جزئیات)
afprop

Which pieces of information to include:

ids
Adds the page IDs of the using pages (cannot be used with afunique).
title
عنوان پرونده را درج می‌کند.
مقدارهای (جداشده با | یا جایگزین‌های آن): ids، title
پیش‌فرض: title
aflimit

تعداد آیتم‌ها برای بازگرداندن.

نوع: عدد صحیح یا max
The value must be between ۱ and ۵۰۰.
پیش‌فرض: 10
afdir

جهتی که باید فهرست شود.

یکی از مقدارهای زیر: ascending، descending
پیش‌فرض: ascending
نمونه‌ها:
List file titles, including missing ones, with page IDs they are from, starting at B.
api.php?action=query&list=allfileusages&affrom=B&afprop=ids|title [باز کردن در صفحهٔ تمرین]
فهرست پرونده‌های با عنوان یکتا
api.php?action=query&list=allfileusages&afunique=&affrom=B [باز کردن در صفحهٔ تمرین]
گرفتن عنوان همهٔ پرونده‌ها، برچسب زدن موارد گم شده
api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B [باز کردن در صفحهٔ تمرین]
گرفتن صفحاتی که دارای پرونده هستند
api.php?action=query&generator=allfileusages&gaffrom=B [باز کردن در صفحهٔ تمرین]