2004-07-31-1

chalow (okikae)

昔の画像貼り付け記法への対応を止める(ソースから削除)。
[IMG:image/hogehoge.jpg]など。
### 画像張り付け
# image : [IMG:image/2000-06-20-08-32-57.m.jpg]
s!\[IMG:([^\]\s]+)\]!get_link_str("画像", $1);die!ge;
### リンク付き画像張り付け
# サムネイルと拡大画像などに
# image : [IMG:image/hello-s.jpg image/hello.jpg]
# image : [IMG:image/hello-s.jpg http://example.com/hoge.html]
s!\[IMG:([^\]\s]+)\s+([^\]\s]+)\]!get_link_str($1, $2);die!gesm;
[ 固定リンク ]