Extension:FileList/pl

This page is a translated version of the page Extension:FileList and the translation is 15% complete.
Podręcznik rozszerzeń MediaWiki
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
$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)

Screenshot:

Instalacja

  • Download i umieść plik(i) w katalogu o nazwie FileList w swoim katalogu extensions/.
  • 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