This page describes various terms related to PmWiki.
$EnablePathInfo is disabled by default. A wiki with no local/config.php file is using the default configuration. Likewise, a farm that only defines $FarmPubDirUrl in farmconfig.php is using the default configuration.
local/farmconfig.php file, where any settings (besides $FarmPubDirUrl) customize the default configuration for all of the wikis in a farm.
Main.WikiSandbox. The variable for the full page name is {$FullName}, which for this page is PmWiki.Glossary. Similarly, the variable for the group is {$Group} which here is PmWiki.
"Group.PageName". Attributes can be set on all pages in the group simultaneously. The variable for the group is {$Group}, which here is PmWiki.
local/config.php. Individual groups and pages can also have their own local configuration files.
wiki.d/. This file name is normally built directly from the page name.
[[wiki sandbox]], [[(wiki) sandbox]], WikiSandbox, Main/WikiSandbox, [[Main/wiki sandbox]], [[Main.WikiSandbox | click here]], etc all specify a link to the page 'Main.WikiSandbox'. In each case PmWiki uses the context of the link to generate a page name from the page link -- normally by capitalizing each word found in the link and stripping any characters that aren't considered valid in page names.
{$Name}, which for this page is Glossary.
Note that there is no whitespace in page names, and by default PmWiki capitalizes each word in a page's name. There is however a variable{$Namespaced}where spaces have been inserted, e.g. for the pageWikiSandboxthis variable would beWiki Sandbox. Note that PmWiki also uses the page name to locate per-group and per-page customization files in thelocal/subdirectory. For example, browsingMain.WikiSandboxwould causelocal/Main.WikiSandbox.phpandlocal/Main.phpto be loaded if these files existed.
(:title:), but if no such directive is given the title will be automatically generated from the page name. The title of a page is accessed via either the variable {$Title} or the variable {$Titlespaced}. The latter differs in that it uses the spaced version of the name.
https://example.com/pmwiki/pmwiki.php?n=Main.WikiSandboxhttps://example.com/pmwiki/pmwiki.php/Main.WikiSandbox
Note that various aliasing and rewriting tricks can be used to modify this, but PmWiki expects to obtain a page name from the parameter 'n' or from thePATH_INFOcomponent following the URI of the script (pmwiki.php). Note that the parameter 'n' takes precedence overPATH_INFOif both are available.
This page may have a more recent version on pmwiki.org: PmWiki:Glossary, and a talk page: PmWiki:Glossary-Talk.