Extension:FileList/pl
Appearance
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. |
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
FileListw 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.
More info
Categories:
- Unmaintained extensions/pl
- Tag extensions/pl
- Media handling extensions/pl
- Personalization extensions/pl
- Page action extensions/pl
- GPL licensed extensions/pl
- Extensions in GitHub version control/pl
- UploadForm:BeforeProcessing extensions/pl
- SpecialUploadComplete extensions/pl
- UnknownAction extensions/pl
- SpecialMovepageAfterMove extensions/pl
- All extensions/pl
- Extensions not using extension registration/pl

