Sablon:BlueSpiceKiterjesztésLábléc
Appearance
Outdated translations are marked like this.
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExtensionFooter/hu.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceExtensionFooter/hu) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExtensionFooter/hu.git" } ], "require": { "mediawiki/BlueSpiceExtensionFooter/hu": "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/hu' );
Kész Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Sablondokumentáció
Usage
Creates two level 2 sections (one for installation steps and one for external links) followed by a flat list of BlueSpice links.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | name of the extension
| String | optional |
| status | status | If value is 'unmaintained', the output will be "This extension is no longer bundled with BlueSpice." otherwise see 'download-with'
| String | optional |
| download-with | download-with | If NOT set, output is "You can download this extension separately". If you set a value (i.e. "BlueSpice free") result will be "This extension is bundled with BlueSpice free" in the blue box.
| String | optional |
| has-userhelp | has-userhelp | add predefined package help link
| String | optional |
Examples
{{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' );
Kész Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
