راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=allfileusages (af)
- این پودمان نیازمند اختیارات خواندن است.
- This module can be used as a generator.
- منبع: MediaWiki
- مجوز: GPL-2.0-or-later
List all file usages, including non-existing.
پارامترها:
Other general parameters are available.
- afcontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
- 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 [باز کردن در صفحهٔ تمرین]