<< BasicVariables | PmWiki.Variables | LinkVariables >>
$WikiTitle$HTMLStylesFmt$RecentChangesFmt $RecentChangesFmt = array(
'Main.AllRecentChanges' =>
'* [[$Group.$Name]] . . . $CurrentTime by $AuthorLink',
'$Group.RecentChanges' =>
'* [[$Group/$Name]] . . . $CurrentTime by $AuthorLink');
$PageRedirectFmt(:redirect:) markup.
$PageRedirectFmt = '<p><i>redirected from $FullName</p>';
$PageRedirectFmt = '';
$WikiStyle$MaxIncludes(:include:) and other directives, used to control recursion and otherwise pose a sanity check on page contents. $MaxIncludes defaults to 50, but can be set to any value by the wiki administrator.
$MaxIncludes= 50; # default$MaxIncludes= 1000; # allow lots of includes$MaxIncludes= 0; # turn off includes
$EnablePathInfo1 page URL will be ...wiki.php/Main/Main, when set to 0 (default) it will be ...wiki.php?n=Main.Main.