Extension:JQueryUpload
Appearance
リリースの状態: 安定 |
|
|---|---|
| 実装 | 特別ページ |
| 説明 | Allows files to be uploaded to the wiki or specific pages using the jQueryFileUpload module |
| 作者 | Aran Dunkley, Sebastian Tschan, Igor Absorto, Professional Wiki |
| 最新バージョン | 3.0.0-alpha (2023-06-29) |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| PHP | >= 8.0 |
| データベースの変更 | いいえ |
|
|
| ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
| ダウンロード | GitHub:
注: |
The JQueryUpload extension allows files to be uploaded to the wiki or to specific pages using the jQueryFileUpload module
インストール
- ダウンロードして、ファイルを
extensions/フォルダー内のJQueryUploadという名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'JQueryUpload' );
- 必要に応じて設定します。
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
設定
This extension provides the following configuration parameters, which should be added below invoking the extension in your LocalSettings.php file:
| Name | Description | Default |
|---|---|---|
$wgJQUploadIconPrefix
|
Defines the relative path to the icons. | /icons/Farm-Fresh_file_extension_
|
$wgJQUploadFileMagic
|
Defines the upload file magic mode. | file
|
$wgJQUploadFileLinkPopup
|
Defines whether or not the upload file link should be a popup. | true
|
関連項目
