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=pageswithprop (pwp)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้สามารถใช้เป็นตัวสร้างได้
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
List all pages using a given page property.
Specific parameters:
Other general parameters are available.
- pwppropname
Page property for which to enumerate pages (action=query&list=pagepropnames returns page property names in use).
- This parameter is required.
- pwpprop
Which pieces of information to include:
- ids
- เพิ่มไอดีหน้า
- title
- เพิ่มชื่อและไอดีเนมสเปซของหน้า
- value
- Adds the value of the page property.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): ids, title, value
- Default: ids|title
- pwpcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
- pwplimit
จำนวนหน้าสูงสุดที่จะส่งกลับ
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- pwpdir
ทิศทางในการเรียงลำดับ
- ค่าใดค่าหนึ่งต่อไปนี้: ascending, descending
- Default: ascending
ตัวอย่าง:
- List the first 10 pages using
{{DISPLAYTITLE:}}
. - api.php?action=query&list=pageswithprop&pwppropname=displaytitle&pwpprop=ids|title|value [เปิดในกระบะทราย]
- Get additional information about the first 10 pages using
__NOTOC__
. - api.php?action=query&generator=pageswithprop&gpwppropname=notoc&prop=info [เปิดในกระบะทราย]