<< LayoutVariables | PmWiki.Variables | EditVariables >>
$MakePageNameFunction
- Name of a custom function to replace MakePageName?, which converts strings into valid page names.
$PagePathFmt
- TODO
$LinkPageExistsFmt
- The (HTML) string to output for links to already existing wiki pages. Defaults to
<a class='wikilink' href='$LinkUrl'>$LinkText</a>
$LinkPageCreateFmt
- The (HTML) string to output for links to non-existent wiki pages. The default is to add a '?' after the link text with a link to the page edit/create form. Defaults to
<a class='createlinktext' href='$PageUrl?action=edit'>$LinkText</a>
<a class='createlink' href='$PageUrl?action=edit'>?</a>
$LinkPageCreateSpaceFmt
- Same as
$LinkPageCreateFmt
, but used when the link text has a space in it.
$LinkPageSelfFmt
- The (HTML) string to output for self-referencing links (i.e. links to the page itself). Defaults to
<a class='selflink' href='$LinkUrl'>$LinkText</a>
$UrlLinkFmt
- The (HTML) string to output for URL-links that begin with 'http:', 'ftp:', etc. Defaults to
<a class='urllink' href='$LinkUrl'>$LinkText</a>