Extension:EnhancedUpload/pl

Category:Extensions with invalid or missing type/plCategory:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
EnhancedUpload
Status wydania: stabilneCategory:Stable extensions/pl
Opis Provides a special page with the option to upload one or multiple files to the wiki
Autor(zy) Hallo Welt! GmbH
Ostatnia wersja 5.0.0-alpha
Polityka zgodności Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu.
MediaWiki 1.35+Category:Extensions with manual MediaWiki version
Licencja Licencja GNU General Public License 3.0 wyłącznie
Pobieranie Category:Extensions in Wikimedia version control/pl
  • $wgEnhancedUploadAllowMismatchedMimeTypes
  • $wgEnhancedUploadOverrideStandardUpload
  • $wgEnhancedUploadDragDropImagesAlignment
  • $wgEnhancedUploadDragDropImagesWidth
  • $wgEnhancedUploadDragDropImagesType
  • $wgEnhancedUploadDragDropImagesHeight
Quarterly downloads 6 (Ranked 92nd)
Przetłumacz rozszerzenie EnhancedUpload jeżeli jest dostępne na translatewiki.net
Category:All extensions/pl

This extension offers a number of file uploading improvements:

New special page EnhancedUpload

Special:EnhancedUpload introduces a streamlined, user-friendly media upload experience with support for drag-and-drop functionality and multiple file uploads. The interface features a modern, clean layout, providing users with improved visual feedback and a more intuitive workflow.

Improved drag-and-drop uploading in VisualEditor
"New file" menu in edit toolbar

It also introduces the <attachments /> tag that allows to maintain file lists on pages easily.

Instalacja

  • Install Extension:OOJSPlus and Extension:VisualEditor extensions first, since they are required.
  • Pobierz i umieść plik(i) w katalogu o nazwie EnhancedUpload w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EnhancedUpload
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'EnhancedUpload' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Konfiguracja

You can set some variables in the "LocalSettings.php" file:

$wgEnhancedUploadDragDropImagesAlignment = 'none'; (default = 'right')
image alignment
$wgEnhancedUploadDragDropImagesWidth = '600px';
image width
$wgEnhancedUploadDragDropImagesHeigth = '600px';
image height
$wgEnhancedUploadDragDropImagesType = 'frameless'; (default = 'thumb', other options 'frameless', 'frame', 'basic')
image type
$wgEnhancedUploadAllowMismatchedMimeType = 'true'; (default = 'false')
allow mismatched mime types
Category:All extensions/pl Category:BeforePageDisplay extensions/pl Category:BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in BlueSpice/pl Category:Extensions with invalid or missing type/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:MimeMagicImproveFromExtension extensions/pl Category:ParserFirstCallInit extensions/pl Category:SkinTemplateNavigation::Universal extensions/pl Category:SpecialPage initList extensions/pl Category:Stable extensions/pl