Ajuda API da MediaWiki
Esta é uma página de documentação API do MediaWiki gerada automaticamente.
Documentação e exemplos: https://www.mediawiki.org/wiki/API
list=mystashedfiles (msf)
- This module requires read rights.
- Fonte: MediaWiki
- Licença: GPL-2.0+
Get a list of files in the current user's upload stash.
Parâmetros:
- msfprop
Which properties to fetch for the files.
- size
- Fetch the file size and image dimensions.
- type
- Fetch the file's MIME type and media type.
- Valores (separar com |): size, type
- Padrão: (vazio)
- msflimit
How many files to get.
- No more than 500 (5 000 for bots) allowed.
- Tipo: inteiro ou max
- Padrão: 10
- msfcontinue
When more results are available, use this to continue.
Exemplo:
- Get the filekey, file size, and pixel size of files in the current user's upload stash.
- api.php?action=query&list=mystashedfiles&msfprop=size [abrir na página de testes]