Extension:PreToClip
Appearance
| この拡張機能は主に外部でサポートされています: BlueSpice Community Forum。 支援が必要な場合は、トークページではなくそちらに投稿してください。 |
リリースの状態: 安定 |
|
|---|---|
| 実装 | パーサー拡張機能, 外装 |
| 説明 | Adds a "Copy to clipboard"-Button to every <pre>-tag |
| 作者 | Thomas Candrian, Robert Vogel |
| 最新バージョン | 3.0.0-alpha |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| データベースの変更 | いいえ |
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、PreToClip 拡張機能の翻訳にご協力ください | |
The PreToClip extension adds a "Copy to clipboard" button to every <pre> tag, even auto-generated ones (e.g. by Extension:SyntaxHighlight).
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceAbout
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceAbout) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceAbout .git" } ], "require": { "mediawiki/BlueSpiceAbout": "BlueSpiceAbout" } }
- 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( 'BlueSpiceAbout' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
| この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: |

