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=embeddedin (ei)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้สามารถใช้เป็นตัวสร้างได้
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
Find all pages that embed (transclude) the given title.
Specific parameters:
Other general parameters are available.
- eititle
Title to search. Cannot be used together with eipageid.
- eipageid
Page ID to search. Cannot be used together with eititle.
- Type: integer
- eicontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
- einamespace
เนมสเปซที่จะแจกแจง
- ค่า (คั่นด้วย | หรือข้อความทดแทน): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 710, 711, 828, 829
- ถ้าต้องการระบุค่าทั้งหมด ให้ใช้ *
- eidir
The direction in which to list.
- ค่าใดค่าหนึ่งต่อไปนี้: ascending, descending
- Default: ascending
- eifilterredir
How to filter for redirects.
- ค่าใดค่าหนึ่งต่อไปนี้: all, nonredirects, redirects
- Default: all
- eilimit
How many total pages to return.
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
ตัวอย่าง:
- Show pages transcluding Template:Stub.
- api.php?action=query&list=embeddedin&eititle=Template:Stub [เปิดในกระบะทราย]
- Get information about pages transcluding Template:Stub.
- api.php?action=query&generator=embeddedin&geititle=Template:Stub&prop=info [เปิดในกระบะทราย]