MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=images (im)
- Questo modulo richiede i diritti di lettura.
- Questo modulo può essere utilizzato come generatore.
- Fonte: MediaWiki
- Licenza: GPL-2.0+
Returns all files contained on the given pages.
Parametri:
- imlimit
Quanti file restituire.
- Non più di 500 (5 000 per bot) consentito.
- Tipo: intero o max
- Predefinito: 10
- imcontinue
Quando più risultati sono disponibili, usa questo per continuare.
- imimages
Only list these files. Useful for checking whether a certain page has a certain file.
- Separa i valori con |. Il numero massimo di valori è 50 (500 per i bot).
- imdir
La direzione in cui elencare.
- Uno dei seguenti valori: ascending, descending
- Predefinito: ascending
Esempi:
- Ottieni un elenco di file usati in Main Page.
- api.php?action=query&prop=images&titles=Main%20Page [apri in una sandbox]
- Get information about all files used in the Main Page.
- api.php?action=query&generator=images&titles=Main%20Page&prop=info [apri in una sandbox]