|
发表于 2010-2-22 04:26:21
|
显示全部楼层
引用第5楼greedwind于2010-02-22 04:19发表的  :
    'URLS' => array(
        1 => '',
        2 => '',
        3 => '',
        4 => '',
.......
错了,应该是:-     'URLS' => array(
-         1 => '',
-         2 => '',
-         3 => '',
-         4 => '',
-         5 => 'http://wiki.islga.org/index.php?title={FNAME}'
-         ),
复制代码
As of Version 1.0.7.21 there have been added two more symbols you can use to link to functions. {FNAMEL} will generate the lowercase version of the keyword, {FNAMEU} will generate the uppercase version. {FNAME} will provide the keyword as specified in the language file. Use one of these more specific placeholders if possible, as they result in less overhead while linking for case insensitive languages. |
|