LogoMark.png

Plugin/QRCode の変更点


#author("2020-11-21T11:47:17+09:00;2020-11-20T20:53:43+09:00","default:inoue.ko","inoue.ko")
#navi(../)
~

*Plugin QR Code
~


***概要
QRコードを生成して表示します。
~

***書式
 #qrcode( [URL], [ left / right / center ], [サイズ%] )
-第1引数:QRコードに変換したい文字列(一般に URL、メルアドなど)
空欄の場合は、掲載当該ページのURLが変換されます。
-第2引数:表示位置(left, right を使うと文章が回り込み)
-第3引数:表示サイズ(パーセンテージ)
~

***事例1
このページのURLをQRコードにしてデフォルト幅(25%)で表示
 #qrcode
#qrcode
~

***事例2
このページのURLをQRコードにして中央に30%幅で表示
 #qrcode( , center, 30% )
#qrcode( , center, 30% )
~

***事例3
URL:http://www.example.com をQRコードにして中央に30%幅で表示
 #qrcode( http://www.example.com, center, 30% )
#qrcode( http://www.example.com, center, 30%)
~

***事例4
URL:http://www.example.com をQRコードにして右回り込み30%幅で表示
 #qrcode( http://www.example.com, right, 30% )
#qrcode( http://www.example.com,right, 30% )
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
~
~

#navi(../)
~