MedijaViki API pagalba
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=allfileusages (af)
- This module requires read rights.
- This module can be used as a generator.
- Šaltinis: MediaWiki
- Licencija: GPL-2.0-or-later
List all file usages, including non-existing.
Parametrai:
- afcontinue
When more results are available, use this to continue.
- affrom
The title of the file to start enumerating from.
- afto
The title of the file to stop enumerating at.
- afprefix
Search for all file titles that begin with this value.
- afunique
Only show distinct file titles. Cannot be used with afprop=ids. When used as a generator, yields target pages instead of source pages.
- Type: boolean (details)
- afprop
Which pieces of information to include:
- ids
- Adds the page IDs of the using pages (cannot be used with afunique).
- title
- Prideda failo pavadinimą.
- Values (separate with | or alternative): ids, title
- Numatytasis: title
- aflimit
Kiek iš viso gražinti objektų.
- Leidžiama ne daugiau nei 500 (5 000 robotams).
- Type: integer or max
- Numatytasis: 10
- afdir
The direction in which to list.
- One of the following values: ascending, descending
- Numatytasis: ascending
Pavyzdžiai:
- List file titles, including missing ones, with page IDs they are from, starting at B.
- api.php?action=query&list=allfileusages&affrom=B&afprop=ids|title [open in sandbox]
- Pateikti unikalius failų pavadinimus.
- api.php?action=query&list=allfileusages&afunique=&affrom=B [open in sandbox]
- Gauna visus failų pavadinimus, paženklinant trūkstamus.
- api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B [open in sandbox]
- Gauti puslapius, kuriuose yra failai.
- api.php?action=query&generator=allfileusages&gaffrom=B [open in sandbox]