MedijaViki API pagalba

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=filearchive (fa)

(main | query | filearchive)
  • This module requires read rights.
  • Šaltinis: MediaWiki
  • Licencija: GPL-2.0-or-later

Enumerate all deleted files sequentially.

Parametrai:
fafrom

The image title to start enumerating from.

fato

The image title to stop enumerating at.

faprefix

Search for all image titles that begin with this value.

fadir

The direction in which to list.

One of the following values: ascending, descending
Numatytasis: ascending
fasha1

SHA1 hash of image. Overrides fasha1base36.

fasha1base36

SHA1 hash of image in base 36 (used in MediaWiki).

faprop

Kokią paveikslėlio informaciją gauti:

sha1
Adds SHA-1 hash for the image.
timestamp
Prideda laiko žymę įkeltai versijai.
user
Prideda vartotoją, kuris įkėlė paveikslėlio versiją.
size
Prideda paveikslėlio dydžio informaciją baitais ir aukštį, plotį ir puslapių skaičių (jei taikoma).
dimensions
Alias for size.
description
Adds description of the image version.
parseddescription
Parse the description of the version.
mime
Prideda paveikslėlio MIME.
mediatype
Prideda paveikslėlio medijos tipą.
metadata
Lists Exif metadata for the version of the image.
bitdepth
Adds the bit depth of the version.
archivename
Adds the filename of the archive version for non-latest versions.
Values (separate with | or alternative): sha1, timestamp, user, size, dimensions, description, parseddescription, mime, mediatype, metadata, bitdepth, archivename
Numatytasis: timestamp
falimit

How many images to return in total.

Leidžiama ne daugiau nei 500 (5 000 robotams).
Type: integer or max
Numatytasis: 10
facontinue

When more results are available, use this to continue.

Pavyzdys:
Rodyti visų ištrintų failų sąrašą.
api.php?action=query&list=filearchive [open in sandbox]