Extension:EnhancedUpload/ja

This page is a translated version of the page Extension:EnhancedUpload and the translation is 43% complete.
この拡張機能は MediaWiki 利害関係者グループ のメンバーが保守しています。
MediaWiki 拡張機能マニュアル
EnhancedUpload
リリースの状態: 安定
説明 Provides a special page with the option to upload one or multiple files to the wiki
作者 Hallo Welt! GmbH
最新バージョン 1.2-alpha
互換性の方針 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。
MediaWiki 1.35+
Composer mediawiki/enhanced-upload
ライセンス GNU 一般公衆利用許諾書 3.0 のみ
ダウンロード
  • $wgEnhancedUploadAllowMismatchedMimeTypes
  • $wgEnhancedUploadOverrideStandardUpload
  • $wgEnhancedUploadDragDropImagesAlignment
  • $wgEnhancedUploadDragDropImagesWidth
  • $wgEnhancedUploadDragDropImagesType
  • $wgEnhancedUploadDragDropImagesHeight
Quarterly downloads 10 (Ranked 134th)
translatewiki.net で翻訳を利用できる場合は、EnhancedUpload 拡張機能の翻訳にご協力ください

This extension adds a new special page for multi-upload and improves drag-and-drop upload in VisualEditor.

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

インストール

Install Extension:OOJSPlus and Extension:VisualEditor 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:

$wgEnhancedUploadDragDropImagesAlignment = 'none'; (default = 'right')
image alignment
$wgEnhancedUploadDragDropImagesWidth = '600px';
$wgEnhancedUploadDragDropImagesHeigth = '600px';
image size
$wgEnhancedUploadDragDropImagesType = 'frameless'; (default = 'thumb', other options 'frameless', 'frame', 'basic')
image type

外部リンク