Extension:FileList/pl

Category:Unmaintained extensions/pl#FileList/pl Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
FileList
Status wydania: niewspieraneCategory:Unmaintained extensions/pl
Realizacja Znaczniki Category:Tag extensions/pl, MediaCategory:Media handling extensions/pl, MyWiki Category:Personalization extensions/pl, Akcja strony Category:Page action extensions/pl
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.33Category:Extensions with manual MediaWiki version
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in GitHub version control/pl
$wgFileListConfig['upload_anonymously']
<filelist>
Category:All extensions/plCategory:Extensions not in ExtensionJson

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;
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.Category:Extensions not using extension registration/pl

Użycie

Insert:

<filelist />

This will generate a FileList for the corresponding page.

More info

Category:All extensions/pl Category:Extensions in GitHub version control/pl Category:Extensions not in ExtensionJson Category:Extensions not using extension registration/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:Media handling extensions/pl Category:Page action extensions/pl Category:Personalization extensions/pl Category:SpecialMovepageAfterMove extensions/pl Category:SpecialUploadComplete extensions/pl Category:Tag extensions/pl Category:UnknownAction extensions/pl Category:Unmaintained extensions/pl Category:UploadForm:BeforeProcessing extensions/pl