Extension:StandardDialogs
Appearance
| この拡張機能は主に外部でサポートされています: BlueSpice Community Forum。 支援が必要な場合は、トークページではなくそちらに投稿してください。 |
リリースの状態: 安定 |
|
|---|---|
| 説明 | Provides dialog user interfaces for common page actions |
| 作者 | Miriam Schlindwein, Robert Vogel |
| メンテナー | Hallo Welt! GmbH |
| 最新バージョン | - |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| MediaWiki | 1.43 (LTS) |
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、StandardDialogs 拡張機能の翻訳にご協力ください | |
Usage / features
This extension provides dialogs for various actions, including:
- Delete
- Move
- Protect
- Refresh
- New page
- New subpage
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-StandardDialogs/ja.git) as a "vcs repository" and the package name (mediawiki/StandardDialogs/ja) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-StandardDialogs/ja.git" } ], "require": { "mediawiki/StandardDialogs/ja": "dev-REL1_43" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'StandardDialogs/ja' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
| この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: |

