MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=bs-qr-code
(main | bs-qr-code)
- This module requires read rights.
- Source: BlueSpiceQrCode
- License: GPL-3.0-only
Get QR code as base64 data URI for a page
Parameters:
- page
Page name of the page to generate base64 data URI
- This parameter is required.
- revid
Revision id of the page to generate a permalink
- Type: integer
- Default: 0
- size
Size of the QR code
- Type: integer
- Default: 120
Examples:
- Default API call
- api.php?action=bs-qr-code&page=Main0x20page [open in sandbox]
- API call for a certain revid
- api.php?action=bs-qr-code&page=Main0x20page&revid=1 [open in sandbox]
- API call with custom size
- api.php?action=bs-qr-code&page=Main0x20page&size=250 [open in sandbox]