#author("2020-06-19T13:44:09+09:00","default:fujioka","fujioka")
**target_blank.inc.php [#pfad76fe]
&target_blank(http://google.com/,Google);
 &target_blank(http://google.com/,Google);

**nokoridays.inc.php [#dc9b9803]
#nokoridays(2020-12-24,クリスマスイブ)
 #nokoridays(2020-12-24,クリスマスイブ)
誕生日まで &nokoridays(2021-05-25); 日です。
 誕生日まで &nokoridays(2021-05-25); 日です。

**php.inc.php [#i32efeed]
#php(){{
$ret = date('Y-m-d');
$ret = '今日は ' . $ret . 'です。';
return $ret;
}}
 #php(){{
 $ret = date('Y-m-d');
 $ret = '今日は ' . $ret . 'です。';
 return $ret;
 }}


RIGHT:Today : &counter(today); / Yesterday : &counter(yesterday); / Total : &counter(total);


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS