MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
list=deletedrevs (dr)
- Ez a modul elavult.
- Ez a modul olvasási jogot igényel.
- Forrás: MediaWiki
- Licenc: 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
A listázás kezdő időbélyege.
- Módok: 1, 2
- Típus: időbélyeg (engedélyezett formátumok)
- drend
A lista végét jelentő időbélyeg.
- Módok: 1, 2
- Típus: időbélyeg (engedélyezett formátumok)
- 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.
- Módok: 1, 3
- A következő értékek egyike: newer, older
- Alapértelmezett: older
- drfrom
Listázás ettől a címtől.
- Mód: 3
- drto
Listázás eddig a címig.
- Mód: 3
- drprefix
Ezzel kezdődő című lapok keresése.
- Mód: 3
- drunique
Egyetlen lapváltozat listázása minden laphoz.
- Mód: 3
- Típus: logikai (részletek)
- drnamespace
Lapok listázása csak ebben a névtérben.
- Mód: 3
- A következő értékek egyike: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- Alapértelmezett: 0
- drtag
Csak ezzel a címkével ellátott változatok listázása.
- druser
Csak ezen felhasználó szerkesztéseinek listázása.
- Típus: felhasználónév
- drexcludeuser
Ezen felhasználó szerkesztéseinek kihagyása.
- Típus: felhasználónév
- 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.
- token
- Deprecated. Gives the edit token.
- tags
- Tags for the revision.
- Értékek (elválasztó: | vagy más): revid, parentid, user, userid, comment, parsedcomment, minor, len, sha1, content, token, tags
- Alapértelmezett: user|comment
- drlimit
A listázandó lapváltozatok maximális száma.
- Nem engedélyezett több mint 500 (botoknak 5 000).
- Típus: egész vagy max
- Alapértelmezett: 10
- drcontinue
When more results are available, use this to continue.
- Main Page és Talk:Main Page utolsó törölt lapváltozatainak listázása tartalommal (1. mód).
- api.php?action=query&list=deletedrevs&titles=Main%20Page|Talk:Main%20Page&drprop=user|comment|content [open in sandbox]
- Bob felhasználó utolsó 50 törölt szerkesztésének listázása (2. mód).
- api.php?action=query&list=deletedrevs&druser=Bob&drlimit=50 [open in sandbox]
- Az első 50 törölt lapváltozat listázása a fő névtérben (3. mód).
- api.php?action=query&list=deletedrevs&drdir=newer&drlimit=50 [open in sandbox]
- Az első 50 törölt lapváltozat listázása a Vita névtérben (3. mód).
- api.php?action=query&list=deletedrevs&drdir=newer&drlimit=50&drnamespace=1&drunique= [open in sandbox]