Template:BlueSpiceExtensionFooter
Appearance
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExtensionFooter/ja.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceExtensionFooter/ja) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExtensionFooter/ja.git" } ], "require": { "mediawiki/BlueSpiceExtensionFooter/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( 'BlueSpiceExtensionFooter/ja' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
テンプレートの解説
使用法
If 'status' is 'unmaintained', the output will be This extension is no longer bundled with BlueSpice.
Otherwise:
'download-with' が設定されていない場合、出力は この拡張機能は個別にダウンロードできます。 になります
'download-with' に (例えば) BlueSpice free を設定すると、出力は この拡張機能は BlueSpice free とともにダウンロードできます。 になります
例
{{BlueSpiceExtensionFooter|AboutBlueSpice
|download-with = BlueSpice free
}}
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-AboutBlueSpice
.git) as a "vcs repository" and the package name (mediawiki/AboutBlueSpice) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-AboutBlueSpice .git" } ], "require": { "mediawiki/AboutBlueSpice": "AboutBlueSpice" } }
- 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( 'AboutBlueSpice' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| status | status | no description | Unknown | optional |
| download-with | download-with | no description | Unknown | optional |
