راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شده است.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=transcludedin (ti)
- این پودمان نیازمند اختیارات خواندن است.
- This module can be used as a generator.
- منبع: MediaWiki
- مجوز: GPL-2.0-or-later
Find all pages that transclude the given pages.
پارامترها:
Other general parameters are available.
- tiprop
Which properties to get:
- pageid
- Page ID of each page.
- title
- عنوان هر صفحه.
- redirect
- Flag if the page is a redirect.
- مقدارهای (جداشده با | یا جایگزینهای آن): pageid، redirect، title
- پیشفرض: pageid|title|redirect
- tinamespace
Only include pages in these namespaces.
- مقدارهای (جداشده با | یا جایگزینهای آن): 0، 1، 2، 3، 4، 5، 6، 7، 8، 9، 10، 11، 12، 13، 14، 15، 102، 103، 106، 107، 108، 109، 112، 113، 828، 829، 3080، 3081، 3082، 3083، 3084، 3085، 3086، 3087، 3088، 3089، 3090، 3091، 3092، 3093، 3094، 3095، 3096، 3097
- برای تعیین همهٔ مقدارها از * استفاده کنید.
- tishow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- مقدارهای (جداشده با | یا جایگزینهای آن): !redirect، redirect
- tilimit
How many to return.
- نوع: عدد صحیح یا max
- The value must be between ۱ and ۵۰۰.
- پیشفرض: 10
- ticontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
نمونهها:
- Get a list of pages transcluding حافا:شروع.
- api.php?action=query&prop=transcludedin&titles=%D8%AD%D8%A7%D9%81%D8%A7%3A%D8%B4%D8%B1%D9%88%D8%B9 [باز کردن در صفحهٔ تمرین]
- Get information about pages transcluding حافا:شروع.
- api.php?action=query&generator=transcludedin&titles=%D8%AD%D8%A7%D9%81%D8%A7%3A%D8%B4%D8%B1%D9%88%D8%B9&prop=info [باز کردن در صفحهٔ تمرین]