Extension:FileList/pl
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. |
FileList Status wydania: niewspierane |
|
---|---|
Realizacja | Znaczniki , Media, MyWiki , Akcja strony |
Opis | Generates a dynamic file-list with an upload box at the insertion of <filelist /> |
Autor(zy) | Jens Nyman, Simon Peeters (Nymanjensdyskusja) |
Ostatnia wersja | 5.1 (2022-04-09) |
MediaWiki | 1.33 |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | GitHub: Uwaga: |
$wgFileListConfig['upload_anonymously'] |
|
<filelist> |
|
What can this extension do?
This extension implements a new tag, <filelist />
, which generates a list of all images or other media that were uploaded to the page.
Also, the tag adds an input field to add a new file.(just for testing purpose)
Instalacja
- Download i umieść plik(i) w katalogu o nazwie
FileList
w swoim kataloguextensions/
. - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
require_once "$IP/extensions/FileList/FileList.php"; // set this to true if uploads need to be anonymous $wgFileListConfig['upload_anonymously'] = false;
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Użycie
Insert:
<filelist />
This will generate a FileList for the corresponding page.