Robin's Wiki
SearchWiki

Kallisti

What's here?

  • Home Page
  • WebMail
  • Photo Gallery
  • Webserver Stats
  • Recent Changes

Software

Stuff I have a hand in

  • iRATE Radio
  • Journal Generator
  • PostInject
  • NeurosDBM
  • eMusic/J

Personal

Home pages of people

  • Robin's Stuff
  • John Machin

Wiki

Using this site to its fullest

  • PmWiki Home Page
  • Wiki Sandbox
  • What's a Wiki?
  • Documentation Index
  1. Kallisti
    1. Home Page
    2. WebMail: Squirrel Mail
    3. Photo Gallery
    4. Webserver Stats

  1. Hosted
    1. Roleplaying Games
    2. OURS

  1. Personal
    1. Robin Sheat
    2. John Machin

  1. Software
    1. Journal Generator
    2. PostInject
    3. eMusic/J

  1. Wiki
    1. Wiki Sandbox
    2. What is a Wiki?
    3. Wiki Documentation
PmWiki/
WikiWord
Read PageEdit PagePage AttributesPage HistoryUpload
Printable View

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 | >>

Page last modified on March 13, 2006, at 10:11 AM

  1. ▲ Top ▲
  2. Edit:
  3. SideBar
  4. MenuBar
  5. BottomBar
  6. GroupHeader
  7. GroupFooter