Modèle:BlueSpiceExtensionFooter
Appearance
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExtensionFooter/fr.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceExtensionFooter/fr) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExtensionFooter/fr.git" } ], "require": { "mediawiki/BlueSpiceExtensionFooter/fr": "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/fr' );
Fait Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Documentation du modèle
Utilisation
If 'status' is 'unmaintained', the output will be This extension is no longer bundled with BlueSpice.
Otherwise:
Si 'download-with' n'est pas initialisé, la sortie sera You can download this extension separately.
En initialisant 'download-with' à (par exemple) BlueSpice free le résultat sera This extension is bundled with BlueSpice free.
Exemples
{{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' );
Fait 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 |
