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
list=iwbacklinks (iwbl)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้สามารถใช้เป็นตัวสร้างได้
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
Find all pages that link to the given interwiki link.
Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively "all interwiki links".
Specific parameters:
Other general parameters are available.
- iwblprefix
คำขึ้นต้นสำหรับอินเตอร์วิกิ
- iwbltitle
Interwiki link to search for. Must be used with iwblblprefix.
- iwblcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
- iwbllimit
จำนวนหน้ารวมทั้งหมดที่จะส่งกลับ
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- iwblprop
คุณสมบัติที่จะรับข้อมูล:
- iwprefix
- เพิ่มคำขึ้นต้นของอินเตอร์วิกิ
- iwtitle
- เพิ่มชื่อของอินเตอร์วิกิ
- ค่า (คั่นด้วย | หรือข้อความทดแทน): iwprefix, iwtitle
- ค่าเริ่มต้น: (ว่าง)
- iwbldir
The direction in which to list.
- ค่าใดค่าหนึ่งต่อไปนี้: ascending, descending
- Default: ascending
ตัวอย่าง:
- Get pages linking to wikibooks:Test.
- api.php?action=query&list=iwbacklinks&iwbltitle=Test&iwblprefix=wikibooks [เปิดในกระบะทราย]
- Get information about pages linking to wikibooks:Test.
- api.php?action=query&generator=iwbacklinks&giwbltitle=Test&giwblprefix=wikibooks&prop=info [เปิดในกระบะทราย]