Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=mystashedfiles (msf)
- Ten moduł wymaga praw odczytu.
 - Źródło: MediaWiki
 - Licencja: GPL-2.0-or-later
 
Get a list of files in the current user's upload stash.
Parametry:
- 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.
 
- Wartości (oddziel za pomocą | lub alternatywy): size, type
 - Domyślnie: (puste)
 - msflimit
 Liczba plików do pobrania.
- Type: integer or max
 - Wartość musi znajdować się pomiędzy 1 a 500.
 - Domyślnie: 10
 - msfcontinue
 Gdy będzie dostępnych więcej wyników, użyj tego do kontynuowania.
Przykład:
- 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 [otwórz w brudnopisie]