This page documents the variables available in
PmWiki for LocalCustomizations. Much of this documentation is still incomplete but people are working on it now. Feel free to add placeholders for variables you want to have documented if you don't know what the variable does.
The variables documentation is divided into several pages
- BasicVariables - core variables
- LayoutVariables - variables that control page layout
- LinkVariables - variables that control the display of links in pages
- EditVariables - variables used when editing pages
- UploadVariables - variables used for uploads/attachments
- OtherVariables - variables not yet classified
- MailPosts
A complete
index of documented variables is given below.
In general, variables with names ending in 'Fmt' (such as $PageLayoutFmt) have their values processed for global $-variable substitutions prior to being output. Thus strings such as
$Title
and
$PageUrl
are replaced with the title and URL of the page when the string is printed.
<< UploadQuickReference | PmWiki.DocumentationIndex | PmWikiPhilosophy >>
It whould be nice if someone explained here in an comment exactly where that "$Varindex" variable comes from?
$Varindex comes from scripts/vardoc.php. --Pm