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=deletedrevs (dr)
- มอดูลนี้เลิกใช้แล้ว
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
List deleted revisions.
Operates in three modes:
- List deleted revisions for the given titles, sorted by timestamp.
- List deleted contributions for the given user, sorted by timestamp (no titles specified).
- List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, druser not set).
Certain parameters only apply to some modes and are ignored in others.
- drstart
ตราเวลาที่จะใช้เป็นจุดเริ่มต้นของการแจกแจง
- Modes: 1, 2
- Type: timestamp (allowed formats)
- drend
ตราเวลาที่จะใช้เป็นจุดสิ้นสุดของการแจกแจง
- Modes: 1, 2
- Type: timestamp (allowed formats)
- drdir
In which direction to enumerate:
- newer
- List oldest first. Note: drstart has to be before drend.
- older
- List newest first (default). Note: drstart has to be later than drend.
- Modes: 1, 3
- ค่าใดค่าหนึ่งต่อไปนี้: newer, older
- Default: older
- drfrom
Start listing at this title.
- Mode: 3
- drto
Stop listing at this title.
- Mode: 3
- drprefix
Search for all page titles that begin with this value.
- Mode: 3
- drunique
List only one revision for each page.
- Mode: 3
- Type: boolean (details)
- drnamespace
Only list pages in this namespace.
- Mode: 3
- ค่าใดค่าหนึ่งต่อไปนี้: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 710, 711, 828, 829
- Default: 0
- drtag
Only list revisions tagged with this tag.
- druser
Only list revisions by this user.
- ชนิด: ผู้ใช้ โดย ชื่อผู้ใช้, ไอพี, ผู้ใช้ชั่วคราว, ชื่อข้ามวิกิ (เช่น "prefix>ตัวอย่าง") และ ไอดีผู้ใช้ (เช่น "#12345")
- drexcludeuser
Don't list revisions by this user.
- ชนิด: ผู้ใช้ โดย ชื่อผู้ใช้, ไอพี, ผู้ใช้ชั่วคราว, ชื่อข้ามวิกิ (เช่น "prefix>ตัวอย่าง") และ ไอดีผู้ใช้ (เช่น "#12345")
- drprop
Which properties to get:
- revid
- Adds the revision ID of the deleted revision.
- parentid
- Adds the revision ID of the previous revision to the page.
- user
- Adds the user who made the revision.
- userid
- Adds the ID of the user who made the revision.
- comment
- Adds the comment of the revision.
- parsedcomment
- Adds the parsed comment of the revision.
- minor
- Tags if the revision is minor.
- len
- Adds the length (bytes) of the revision.
- sha1
- Adds the SHA-1 (base 16) of the revision.
- content
- Adds the content of the revision. For performance reasons, if this option is used, drlimit is enforced to 50.
- token
- เลิกใช้แล้ว Gives the edit token.
- tags
- Tags for the revision.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): comment, content, len, minor, parentid, parsedcomment, revid, sha1, tags, user, userid, token
- Default: user|comment
- drlimit
The maximum amount of revisions to list. If drprop=content is used, the limit is 50.
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- drcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
- List the last deleted revisions of the pages หน้าหลัก and Talk:Main Page, with content (mode 1).
- api.php?action=query&list=deletedrevs&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|%E0%B8%9E%E0%B8%B9%E0%B8%94%E0%B8%84%E0%B8%B8%E0%B8%A2%3A%E0%B8%AB%E0%B8%99%E0%B9%89%E0%B8%B2%E0%B8%AB%E0%B8%A5%E0%B8%B1%E0%B8%81&drprop=user|comment|content [เปิดในกระบะทราย]
- List the last 50 deleted contributions by Bob (mode 2).
- api.php?action=query&list=deletedrevs&druser=Bob&drlimit=50 [เปิดในกระบะทราย]
- List the first 50 deleted revisions in the main namespace (mode 3).
- api.php?action=query&list=deletedrevs&drdir=newer&drlimit=50 [เปิดในกระบะทราย]
- List the first 50 deleted pages in the พูดคุย namespace (mode 3).
- api.php?action=query&list=deletedrevs&drdir=newer&drlimit=50&drnamespace=1&drunique= [เปิดในกระบะทราย]