확장기능:여러개의 파일 업로드
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
![]() | This extension is incompatible with the current stable MediaWiki 1.35 release! You are advised against using this extension on a live site. Volunteer developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.35 by replacing the {{Incompatible }} template with {{Incompatible |pledge=~~~~}} . |
MultiUpload 출시 상태: 관리되지 않음 |
|
---|---|
![]() |
|
구현 | 특수 문서 |
설명 | 사용자가 하나 이상의 파일을 한번에 업로드 할 수 있도록 허용한다. |
만든이 | Lee Worden (originally by Travis Derouin) |
최신 버전 | 3.3.0 (2019-01-12) |
MediaWiki | 1.28+ |
데이터베이스 변경 | 아니오 |
라이선스 | GNU General Public License 2.0 or later |
다운로드 | README |
|
|
MultiUpload 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
이슈 | 미해결 작업 · 버그 보고 |
The MultiUpload extension allows users to upload more than one file at a time. It also unpacks package files (.zip
, .tar
, .tar.gz
, and .tgz
), allowing the files found in the package to be uploaded to the wiki.
Installation
- 파일을 다운로드해서,
extensions/
폴더 내의MultiUpload
이라는 이름의 디렉터리 내에 설치합니다. - 아래의 코드를 LocalSettings.php의 말미에 추가합니다:
wfLoadExtension( 'MultiUpload' );
완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
Options
Creating links to the extension
사이드바 메뉴에서 할 일
사이드메뉴에서 아래 정보를 수정하거나, 혹은 추가로 메뉴를 구성하는 코드를 추가한다.
** Special:MultiUpload|multiupload ("upload files")
or
** Special:MultiUpload|multiupload-toolbox ("Upload multiple files").
Replacing 'Upload file' with MultiUpload in the sidebar
In the LocalSettings.php file, right below the last require_once line add:
$wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:MultiUpload";
Messages
You can change the messages of this extension through pages of MediaWiki namespace starting with multipleupload. For example, [[MediaWiki:Multiupload-text]]
is the message displayed on MultipleUpload special page.
Other messages are:
multiupload-submit
multiupload-uploadedto
multiupload-row-name-base
multiupload-unpack-button
multiupload-notify-ok
multiupload-upload-package-error
multiupload-unpack-error
multiupload-http-error
multiupload-file-unpacked-from