MedijaViki API pagalba
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=filearchive (fa)
- 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
- Default: 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): archivename, bitdepth, description, dimensions, mediatype, metadata, mime, parseddescription, sha1, size, timestamp, user
- Default: timestamp
- falimit
How many images to return in total.
- Type: integer or max
- The value must be between 1 and 500.
- Default: 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]