Extension:EnhancedUpload/ja
Appearance
リリースの状態: 安定 |
|
|---|---|
| 説明 | Provides a special page with the option to upload one or multiple files to the wiki |
| 作者 | Hallo Welt! GmbH |
| 最新バージョン | 5.0.0-alpha |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| MediaWiki | 1.35+ |
| データベースの変更 | はい |
|
|
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、EnhancedUpload 拡張機能の翻訳にご協力ください | |
This extension offers a number of file uploading improvements:
- New special page EnhancedUpload
Special:EnhancedUploadintroduces 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.
-
Example of Special:EnhancedUpload
-
Configuration settings (BlueSpice) for the Enhanced upload
インストール
- Install Extension:OOJSPlus and Extension:VisualEditor extensions first, since they are required.
- ダウンロードして、ファイルを
extensions/フォルダー内のEnhancedUploadという名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EnhancedUpload
- 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'EnhancedUpload' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
設定
You can set some variables in the "LocalSettings.php" file:
- Image alignment
$wgEnhancedUploadDragDropImagesAlignment = 'none';(default = 'right')- Image width
$wgEnhancedUploadDragDropImagesWidth = '600px';- Image height
$wgEnhancedUploadDragDropImagesHeight = '600px';- Image type
$wgEnhancedUploadDragDropImagesType = 'frameless';(default = 'thumb', other options 'frameless', 'frame', 'basic')- Allow mismatched mime types
$wgEnhancedUploadAllowMismatchedMimeType = 'true';(default = 'false')
外部リンク
| この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: |
Categories:
- Stable extensions/ja
- Extensions with invalid or missing type/ja
- BeforePageDisplay extensions/ja
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/ja
- LoadExtensionSchemaUpdates extensions/ja
- MimeMagicImproveFromExtension extensions/ja
- ParserFirstCallInit extensions/ja
- SkinTemplateNavigation::Universal extensions/ja
- SpecialPage initList extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions included in BlueSpice/ja
