MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=mystashedfiles (msf)

(main | query | mystashedfiles)
  • Este módulo requiere permisos de lectura.
  • Fuente: MediaWiki
  • Licencia: 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 (separados por |): size, type
Predeterminado: (vacío)
msflimit

Cuántos archivos obtener.

No se permite más de 500 (5000 para los bots).
Tipo: entero o max
Predeterminado: 10
msfcontinue

Cuando haya más resultados disponibles, utiliza esto para continuar.

Ejemplo:
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 [open in sandbox]