Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentaÄnà stránka k MediaWiki API.
Dokumentace a pÅÃklady: https://www.mediawiki.org/wiki/API
list=allfileusages (af)
- Tento modul vyžaduje oprávnÄnà ke ÄtenÃ.
- Tento modul lze využÃvat jako generátor.
- Zdroj: MediaWiki
- Licence: GPL-2.0-or-later
Zobrazit seznam vÅ¡ech použità souboru, vÄetnÄ neexistujÃcÃch.
Parametry:
- 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.
- Typ: boolean (podrobnosti)
- afprop
Which pieces of information to include:
- ids
- Adds the page IDs of the using pages (cannot be used with afunique).
- title
- Adds the title of the file.
- Hodnoty (oddÄlené | nebo alternativou.): ids, title
- Implicitnà hodnota: title
- aflimit
How many total items to return.
- Nenà dovoleno vÃce než 500 (5 000 pro boty).
- Type: integer or max
- Implicitnà hodnota: 10
- afdir
The direction in which to list.
- Jedna z následujÃcÃch hodnot: ascending, descending
- Implicitnà hodnota: ascending
PÅÃklady:
- 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 [otevÅÃt v pÃskoviÅ¡ti]
- Zobrazit seznam unikátnÃch názvů souborů.
- api.php?action=query&list=allfileusages&afunique=&affrom=B [otevÅÃt v pÃskoviÅ¡ti]
- Gets all file titles, marking the missing ones.
- api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B [otevÅÃt v pÃskoviÅ¡ti]
- Gets pages containing the files.
- api.php?action=query&generator=allfileusages&gaffrom=B [otevÅÃt v pÃskoviÅ¡ti]