Clock

雑に作った時計構文です

その割には結構いろいろ弄れます。
引数 説明 初期値 表記方法(例)
clock-h 時計の円の大きさ 100px 数値のみ
clock-color 時計の円の背景色 #deffbd #deffbd, burlywood
s-color, m-color, h-color 時計の針の色 red, black, blue (上記と同じく色の指定)
s-thick, m-thick, h-thick 時計の針の太さ 2px, 6px, 6px 数値のみ
s-len,m-len, h-len 時計の円の長さ 50px, 40px, 25px 数値のみ
s, m, h ページ読み込み時の開始時刻 00:00:00(AM, PM無し) 0~60, 0~60, 0~12の数値

隠し要素あり

[[include rta-s:clock
|clock-h=100
|clock-color=#deffbd
|s-color=red
|m-color=black
|h-color=blue
|s-thick=2
|m-thick=6
|h-thick=6
|s-len=50
|m-len=40
|h-len=25
|s=0
|m=0
|h=0
]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License