Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ With the barcode section we can represent passes as used currently ( 2016 ) in t

{% endhighlight %}

Format can be either QR_CODE, PDF417, AZTEC, CODE_39, CODE_93, CODE_128
Format can be either QR_CODE, PDF417, AZTEC, CODE_39, CODE_93, CODE_128, EAN.
The message is the message that should be encoded with the barcode.
alternativeText and size are optional. The alternativeText is displayed below the barcode if given and used for manual verification if there are problems with the barcode reader. Size gives a indication how big the barcode should ideally be to be optimally scanned by the scanners available at the entrance. The size is given in [Device independent pixels](https://en.wikipedia.org/wiki/Device_independent_pixel)

Expand Down