راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=protectedtitles (pt)
- این پودمان نیازمند اختیارات خواندن است.
- This module can be used as a generator.
- منبع: MediaWiki
- مجوز: GPL-2.0-or-later
List all titles protected from creation.
پارامترها:
Other general parameters are available.
- ptnamespace
فقط عنوانها در این فضاهای نام را فهرست کنید.
- مقدارهای (جداشده با | یا جایگزینهای آن): 0، 1، 2، 3، 4، 5، 6، 7، 8، 9، 10، 11، 12، 13، 14، 15، 202، 203، 204، 205، 420، 421، 710، 711، 828، 829، 844، 845، 2300، 2301، 2302، 2303، 2600
- برای تعیین همهٔ مقدارها از * استفاده کنید.
- ptlevel
فقط عنوانها در این سطحهای حفاظت را فهرست کنید.
- مقدارهای (جداشده با | یا جایگزینهای آن): autoconfirmed، sysop
- ptlimit
تعداد صفحهها برای بازگرداندن.
- نوع: عدد صحیح یا max
- The value must be between ۱ and ۵۰۰.
- پیشفرض: 10
- ptdir
In which direction to enumerate:
- newer
- List oldest first. Note: ptstart has to be before ptend.
- older
- List newest first (default). Note: ptstart has to be later than ptend.
- یکی از مقدارهای زیر: newer، older
- پیشفرض: older
- ptstart
آغاز فهرستکردن از این برچسب زمانی حفاظت.
- نوع: برچسب زمان (قالبهای مجاز)
- ptend
متوقفکردن فهرستکردن در این برچسب زمانی حفاظت.
- نوع: برچسب زمان (قالبهای مجاز)
- ptprop
Which properties to get:
- timestamp
- Adds the timestamp of when protection was added.
- user
- Adds the user that added the protection.
- userid
- Adds the user ID that added the protection.
- comment
- Adds the comment for the protection.
- parsedcomment
- خلاصهٔ تجزیهشدهٔ محافظت را اضافه میکند.
- expiry
- Adds the timestamp of when the protection will be lifted.
- level
- Adds the protection level.
- مقدارهای (جداشده با | یا جایگزینهای آن): comment، expiry، level، parsedcomment، timestamp، user، userid
- پیشفرض: timestamp|level
- ptcontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
نمونهها:
- List protected titles.
- api.php?action=query&list=protectedtitles [باز کردن در صفحهٔ تمرین]
- Find links to protected titles in the main namespace.
- api.php?action=query&generator=protectedtitles&gptnamespace=0&prop=linkshere [باز کردن در صفحهٔ تمرین]