KvFG Wiki

Karl-von-Frisch-Gymnasium Dußlingen

Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:barcode

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
wiki:barcode [2012/06/06 15:51] d.wellerwiki:barcode [2017/09/13 10:37] d.weller
Zeile 1: Zeile 1:
 +====== Barcode ======
  
 +<note warning>Plugin verwendet externe Dienste!</note>
 +
 +Zum Plugin siehe auch: http://www.eiroca.net/doku_bar
 +
 +
 +  ~~BARCODE~attribute1=value1~attribute2=value2~~
 +  
 +attributes
 +
 +<code>
 +Name          Description
 +id          id to assign to the barcode img tag
 +class          class to assign to the barcode img tag, possible value:
 +barcode_left     barcode is left aligned
 +barcode_right    barcode is right aligned
 +barcode_center   barcode is centered
 +mode          Valid only for I-nigma provider, 0 is QR Code, 1 for DataMatrix code
 +size          Size of the barcode, allowed: S, M, L, XL 
 +</code>
 +
 +payload
 +
 +<code>
 +Name   Description
 +url   payload is an URL, e.g. url=http:/www.eiroca.net
 +sms   payload is a SMS, e.g. sms=+391234567890=A Message
 +tel   payload is an telephone number, e.g. tel=+391234567890
 +contact   payload is a contact, e.g. contact=Name=+123432324=my@address.com
 +text   payload is a text, e.g. text=MAILTO:my@address.com 
 +</code>
 +
 +attribute extension
 +
 +<code>
 +Name         Description
 +caption Valid only for I-nigma, caption to be used on the bottom of the barcode
 +bgcolor Valid only for QRServer, background color of the barcode 
 +</code>
 +
 +
 +
 +~~BARCODE~class=barcode_left~url=http://www.eiroca.net/doku_bar~size=L~~