راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=images (im)
- این پودمان نیازمند اختیارات خواندن است.
- This module can be used as a generator.
- منبع: MediaWiki
- مجوز: GPL-2.0-or-later
Returns all files contained on the given pages.
پارامترها:
Other general parameters are available.
- imlimit
تعداد پروندههایی که باید بازگرداند.
- نوع: عدد صحیح یا max
- The value must be between ۱ and ۵۰۰.
- پیشفرض: 10
- imcontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
- imimages
Only list these files. Useful for checking whether a certain page has a certain file.
- Separate values with | or alternative.
- حداکثر تعداد مقدارها ۵۰ است (۵۰۰ برای متقضایانی که مجوز محدودیتهای بالاتر را دارند).
- imdir
The direction in which to list.
- یکی از مقدارهای زیر: ascending، descending
- پیشفرض: ascending
نمونهها:
- Get a list of files used on the page صفحهٔ اصلی.
- api.php?action=query&prop=images&titles=%D8%B5%D9%81%D8%AD%D9%87%D9%94%20%D8%A7%D8%B5%D9%84%DB%8C [باز کردن در صفحهٔ تمرین]
- Get information about all files used on the page صفحهٔ اصلی.
- api.php?action=query&generator=images&titles=%D8%B5%D9%81%D8%AD%D9%87%D9%94%20%D8%A7%D8%B5%D9%84%DB%8C&prop=info [باز کردن در صفحهٔ تمرین]