MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=description (desc)
- มอดูลนี้เป็นมอดูลภายในหรือไม่เสถียร การดำเนินการของมอดูลนี้อาจเปลี่ยนแปลงได้โดยไม่แจ้งให้ทราบล่วงหน้า
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: 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!
Specific parameters:
Other general parameters are available.
- desccontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
- Type: integer
- Default: 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 วิกิสนเทศ item.
- ค่าใดค่าหนึ่งต่อไปนี้: central, local
- Default: local
ตัวอย่าง:
- Get the description for the page '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 [เปิดในกระบะทราย]