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
prop=redirects (rd)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้สามารถใช้เป็นตัวสร้างได้
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
Returns all redirects to the given pages.
Specific parameters:
Other general parameters are available.
- rdprop
Which properties to get:
- pageid
- Page ID of each redirect.
- title
- Title of each redirect.
- fragment
- Fragment of each redirect, if any.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): fragment, pageid, title
- Default: pageid|title
- rdnamespace
Only include pages in these namespaces.
Note: Due to miser mode, using this may result in fewer than rdlimit results returned before continuing; in extreme cases, zero results may be returned.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 710, 711, 828, 829
- ถ้าต้องการระบุค่าทั้งหมด ให้ใช้ *
- rdshow
Show only items that meet these criteria:
- fragment
- Only show redirects with a fragment.
- !fragment
- Only show redirects without a fragment.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): !fragment, fragment
- rdlimit
How many redirects to return.
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- rdcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
ตัวอย่าง:
- Get a list of redirects to the หน้าหลัก.
- api.php?action=query&prop=redirects&titles=%E0%B8%AB%E0%B8%99%E0%B9%89%E0%B8%B2%E0%B8%AB%E0%B8%A5%E0%B8%B1%E0%B8%81 [เปิดในกระบะทราย]
- Get information about all redirects to the หน้าหลัก.
- api.php?action=query&generator=redirects&titles=%E0%B8%AB%E0%B8%99%E0%B9%89%E0%B8%B2%E0%B8%AB%E0%B8%A5%E0%B8%B1%E0%B8%81&prop=info [เปิดในกระบะทราย]