MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=allfileusages (af)
- Questo modulo richiede i diritti di lettura.
- Questo modulo può essere utilizzato come generatore.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
List all file usages, including non-existing.
- afcontinue
- Quando più risultati sono disponibili, usa questo per continuare. Informazioni più dettagliate su come continuare le query possono essere trovate su mediawiki.org. 
- affrom
- Il titolo del file da cui iniziare l'elenco. 
- afto
- Il titolo del file al quale interrompere l'elenco. 
- afprefix
- Ricerca per tutti i titoli dei file che iniziano con questo valore. 
- afunique
- Only show distinct file titles. Cannot be used with afprop=ids. When used as a generator, yields target pages instead of source pages. 
- Tipo: booleano (dettagli)
- afprop
- Quali informazioni includere: - ids
- Adds the page IDs of the using pages (cannot be used with afunique).
- title
- Aggiunge il titolo del file.
 
- Valori (separati da | o alternativa): ids, title
- Default: title
- aflimit
- Quanti elementi totali restituire. 
- Tipo: intero o max
- The value must be between 1 and 500.
- Default: 10
- afdir
- La direzione in cui elencare. 
- Uno dei seguenti valori: ascending, descending
- Default: ascending
- 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 [apri in una sandbox]
- List unique file titles.
- api.php?action=query&list=allfileusages&afunique=&affrom=B [apri in una sandbox]
- Gets all file titles, marking the missing ones.
- api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B [apri in una sandbox]
- Ottieni le pagine contenenti i file.
- api.php?action=query&generator=allfileusages&gaffrom=B [apri in una sandbox]