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=protectedtitles (pt)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้สามารถใช้เป็นตัวสร้างได้
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
แสดงรายการชื่อหน้าทั้งหมดที่ถูกป้องกันไม่ให้สร้าง
Specific parameters:
Other general parameters are available.
- ptnamespace
Only list titles in these namespaces.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 710, 711, 828, 829
- ถ้าต้องการระบุค่าทั้งหมด ให้ใช้ *
- ptlevel
Only list titles with these protection levels.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): autoconfirmed, sysop
- ptlimit
How many total pages to return.
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- ptdir
In which direction to enumerate:
- newer
- List oldest first. Note: ptstart has to be before ptend.
- older
- List newest first (default). Note: ptstart has to be later than ptend.
- ค่าใดค่าหนึ่งต่อไปนี้: newer, older
- Default: older
- ptstart
Start listing at this protection timestamp.
- Type: timestamp (allowed formats)
- ptend
Stop listing at this protection timestamp.
- Type: timestamp (allowed formats)
- ptprop
Which properties to get:
- timestamp
- Adds the timestamp of when protection was added.
- user
- Adds the user that added the protection.
- userid
- Adds the user ID that added the protection.
- comment
- Adds the comment for the protection.
- parsedcomment
- Adds the parsed comment for the protection.
- expiry
- Adds the timestamp of when the protection will be lifted.
- level
- เพิ่มระดับการป้องกัน
- ค่า (คั่นด้วย | หรือข้อความทดแทน): comment, expiry, level, parsedcomment, timestamp, user, userid
- Default: timestamp|level
- ptcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
ตัวอย่าง:
- List protected titles.
- api.php?action=query&list=protectedtitles [เปิดในกระบะทราย]
- Find links to protected titles in the main namespace.
- api.php?action=query&generator=protectedtitles&gptnamespace=0&prop=linkshere [เปิดในกระบะทราย]