Lines Matching refs:optional
36 | `img-type` | optional | optional | optional | Type of the image to be created. Must be one of `svg` (default) or `png` | `img-type="png"` |
37 | `color` | optional | optional | optional | Base color of the barcode. | `color="#FF0000"` |
38 | `background-color` | optional | optional | optional | Background color of the barcode. Leave empty for transparent. | `background-color="#FFFFFF"` |
39 | `size` | optional | optional | optional | Set the size in px (width and height for QR code and Data Matrix, height for other barcodes). | `size="64px"` |
40 | `scale ` | *N.A.* | *N.A.* | optional | Scale the width of the barcode. | `scale="1.5"` |
41 | `padding` | optional | optional | optional | Padding of the barcode in px. | `padding="10px"` |
42 | `logo` | optional | *N.A.* | *N.A.* | Add a logo to the QR code. Only works reliably with `img-type="png"`. | `logo="lib/tpl/dokuwiki/images/logo.png"` |