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=alltransclusions (at)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้สามารถใช้เป็นตัวสร้างได้
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
แสดงรายการหน้าที่ถูกรวมทั้งหมด (หน้าที่ถูกฝังโดยใช้ {{x}}) รวมถึงที่ไม่มีอยู่
Specific parameters:
Other general parameters are available.
- atcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
- atfrom
The title of the transclusion to start enumerating from.
- atto
The title of the transclusion to stop enumerating at.
- atprefix
Search for all transcluded titles that begin with this value.
- atunique
Only show distinct transcluded titles. Cannot be used with atprop=ids. When used as a generator, yields target pages instead of source pages.
- Type: boolean (details)
- atprop
ส่วนของข้อมูลที่จะรวม:
- ids
- Adds the page ID of the transcluding page (cannot be used with atunique).
- title
- Adds the title of the transclusion.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): ids, title
- Default: title
- atnamespace
เนมสเปซที่จะแจกแจง
- ค่าใดค่าหนึ่งต่อไปนี้: -1, -2, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 710, 711, 828, 829
- Default: 10
- atlimit
จำนวนรายการรวมทั้งหมดที่จะส่งกลับ
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- atdir
The direction in which to list.
- ค่าใดค่าหนึ่งต่อไปนี้: ascending, descending
- Default: ascending
ตัวอย่าง:
- List transcluded titles, including missing ones, with page IDs they are from, starting at B.
- api.php?action=query&list=alltransclusions&atfrom=B&atprop=ids|title [เปิดในกระบะทราย]
- List unique transcluded titles.
- api.php?action=query&list=alltransclusions&atunique=&atfrom=B [เปิดในกระบะทราย]
- Gets all transcluded titles, marking the missing ones.
- api.php?action=query&generator=alltransclusions&gatunique=&gatfrom=B [เปิดในกระบะทราย]
- Gets pages containing the transclusions.
- api.php?action=query&generator=alltransclusions&gatfrom=B [เปิดในกระบะทราย]