ARC中文动保小百科(APpedia)国际水准的动物保护百科全书 - Wiki Word


本文选自:《ARC中文动保小百科(APpedia)国际水准的动物保护百科全书

ARC中文动保小百科(APpedia)是一个免费的关于动物保护的在线百科全书 ,了解更多APpedia的信息请访问网站:http://APpedia.arc.capn-online.info 或发邮件至百科编辑团队联系邮箱:APpedia@arc.capn-online.info
主编及主导师Editor in Chief and Principal Supervisor: Dr Jenia Meng

Wiki Word



Definition and use as Page Titles

A WikiWord is a set of two or more words run together, where the first letter of each word is capitalized. This syntax is also sometimes referred to as "mixed case" or "camel case". WikiWords are used as page titles in a WikiWikiWeb.

Use as links

In some wikis, you can string any sequence of words together, capitalizing the first letter of each word, to make a valid WikiWord link. In such PmWiki installations, WikiWords surrounded by [=...=] or preceded by a backquote (`) are not turned into links:

LikeThis compared to `LikeThis or even [=LikeThis=]

LikeThis compared to LikeThis or even LikeThis

See Links for information about PmWiki's rules for forming links and forming page titles.

Enabling WikiWord links

WikiWord links are disabled by default since Pmwiki version 2.1 beta2. To enable WikiWord links you need to set in config.php

       $LinkWikiWords = 1;  

If you want to display links to non-existent pages without decoration, place the following lines in pub/css/local.css:

    span.wikiword a.createlink { display:none; }
    span.wikiword a.createlinktext 
      { border-bottom:none; text-decoration:none; color:inherit; }

Finding WikiWord links

If you upgraded from an earlier version and want to convert WikiWord links to standard links, the following will help to find those WikiWord links easier by highlighting them. Set in config.php:

       $HTMLStylesFmt['wikiword'] = "
        span.wikiword { background:yellow; }
       "; 

Other descriptions of WikiWords are available from Wiki:WikiWord and Wikipedia:WikiWord.

<< WikiWikiWeb | Documentation Index | >>


  • APpedia长期更新中,您可以在APpedia的网站上查看本文最新版本。查找方法:在页面右上角的搜索框中输入本文标题“Wiki Word”,在返回的页面内点击相应链接即可。
  • 当前版本的最后编辑时间为 2006 年 03 月 12 日, 02:11 下午