راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=description (desc)
- This module is internal or unstable. Its operation may change without notice.
- این پودمان نیازمند اختیارات خواندن است.
- منبع: WikibaseClient
- مجوز: GPL-2.0-or-later
Get a short description a.k.a. subtitle explaining what the target page is about.
The description is plain text, on a single line, but otherwise arbitrary (potentially including raw HTML tags, which also should be interpreted as plain text). It must not be used in HTML unescaped!
پارامترها:
- desccontinue
When more results are available, use this to continue.
- نوع: عدد صحیح
- پیشفرض: 0
- descprefersource
Which description source to prefer if present:
- local
- Local descriptions via
{{SHORTDESC:...}}
parser function in the wikitext of the page. - central
- Central descriptions from the associated Wikibase item.
- یکی از مقدارهای زیر: central، local
- پیشفرض: local
نمونهها:
- دریافت توصیف برای صفحهٔ 'London'.
- api.php?action=query&prop=description&titles=London [باز کردن در صفحهٔ تمرین]
- Get the description for the page 'London', preferring the central description if it exists.
- api.php?action=query&prop=description&titles=London&descprefersource=central [باز کردن در صفحهٔ تمرین]