Extension:BlueSpiceQrCode
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Release status: stable |
|
|---|---|
| Description | Adds a QR code to every content page to open the page on mobile devices. |
| Author(s) | Hallo Welt! GmbH |
| Maintainer(s) | Hallo Welt! GmbH |
| Latest version | - |
| Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
| Licence | GNU General Public License 3.0 only |
| Download | |
| Translate the BlueSpiceQrCode extension if it is available at translatewiki.net | |
BlueSpiceQrCode adds a QR code to every content page to enable easy opening of the page on mobile devices.
Usage / features
[edit]The QR Code added by this extension is located in the page tools in BlueSpice free. Scanning and opening the URL provided by this QR code opens the page.
See also
[edit]- QR Codes — a summary of all QR code usages within MediaWiki and Wikimedia
- Extension:QRLite — embed QR codes in wiki pages via a parser function
Installation
[edit]- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceQrCode
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceQrCode) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceQrCode .git" } ], "require": { "mediawiki/BlueSpiceQrCode": "BlueSpiceQrCode" } }
- 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( 'BlueSpiceQrCode' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
[edit]Categories:
- Stable extensions
- Extensions with invalid or missing type
- BeforePageDisplay extensions
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions
- MWStakeDynamicFileDispatcherRegisterModule extensions
- MWStakeGenericTagHandlerInitTags extensions
- SetupAfterCache extensions
- SkinTemplateNavigation::Universal extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions by HalloWelt
- BlueSpice

