Variables
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
- PathVariables? - variables used to specify various locations on the server
- LinkVariables - variables that control the display of links in pages
- EditVariables - variables used when editing pages
- UploadVariables - variables used for uploads/attachments
- I18nVariables - variables used for internationalization (i18n)
- OtherVariables - variables not yet classified
- MailPosts - mails sent when pages are modified
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 $Name
and $PageUrl
are replaced with the name and URL of the page when the string is printed.
<< Url approvals | PmWiki.DocumentationIndex | Wiki architecture? >>