1
2
3
4
5
6
7
8
9
10
11
12
13
14
| $root->ext_autolinks[] = array(
'priority'=> 41 ,
'url' => 'http://.hypweb.net/download/e-words.autolink.dat',
'case_i'=> 1 , // Case insensitive
'base' => '' ,
'len' => 3 , // minimum length of page name
'enc' => 'UTF-8',
'cache' => 10 , //
'urldat'=> 1 , // url is autolink's data.
'pat' => 'http://e-words.jp/w/[EWORDS_ENCODE].html' , // Link pattern.
'title' => 'e-Words: [KEY]',
'a_target' => '_blank',
'a_class' => 'ext_eword'
);
|