Templat:BlueSpiceExtensionFooter
Appearance
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExtensionFooter/id.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceExtensionFooter/id) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExtensionFooter/id.git" } ], "require": { "mediawiki/BlueSpiceExtensionFooter/id": "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/id' );
Selesai Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Dokumentasi templat
Penggunaan
If 'status' is 'unmaintained', the output will be This extension is no longer bundled with BlueSpice.
Otherwise:
Jika 'download-with' tidak diatur, keluarannya akan berupa Anda dapat mengunduh pengaya ini secara terpisah..
Atur "'download-with'" menjadi (misalnya) "BlueSpice free", hasilnya akan berupa "Anda dapat mengunduh pengaya ini dengan BlueSpice free."
Contoh
{{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' );
Selesai 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 |
