version=pmwiki-0.6.21 newline=˛ text=<<|{{Variables}}|>>˛˛The variables listed on this page are miscellaneous variables that haven't yet been classified into other more appropriate pages.˛˛:$GroupNamePattern:The regular expression pattern used for valid {{WikiGroup|s}} name specifications. Defaults to allowing any group name beginning with an uppercase letter, but can be set to limit the valid group names (see Cookbook:LimitWikiGroups).˛˛:$SearchExcludePatterns:An array of page name patterns to be excluded from search results. See Cookbook:SearchExcludePages.˛ # exclude PmWiki.* pages from search results˛ $SearchExcludePatterns[] = [='/^PmWiki\\./';=]˛ # exclude RecentChanges pages from search results˛ $SearchExcludePatterns[] = [='/\\.(All)?RecentChanges$/';=]˛˛:$IncludeBadAnchorFmt:Format string to be used when an [=[[include:SomePage#start#end]]=] directive refers to an anchor that doesn't exist in [=SomePage=].˛˛:$GroupHeaderFmt:˛:$GroupFooterFmt:˛: :Variables that define the names of the pages to be added as a header or footer to the current page.˛ # defaults˛ $GroupHeaderFmt = [='$Group.GroupHeader';=]˛ $GroupFooterFmt = [='$Group.GroupFooter';=]˛ # cause all pages to share a common footer˛ $GroupFooterFmt = [='Main.CommonFooter';=]˛˛:$GroupPrintHeaderFmt:˛:$GroupPrintFooterFmt:˛: :Variables that define the names of the pages to be added as a header or footer to the current page when @@?action=print@@ is selected.˛ # defaults˛ $GroupPrintHeaderFmt = [='$Group.GroupPrintHeader';=]˛ $GroupPrintFooterFmt = [='$Group.GroupPrintFooter';=]˛ # set print headers and footers same as browse˛ $GroupPrintHeaderFmt = $GroupHeaderFmt;˛ $GroupPrintFooterFmt = $GroupFooterFmt;˛˛:$TableAttr:˛: :Attributes added to the
HTML tags generated by ||-table markup. Defaults to "valign='top'";˛ $TableCellAttr = "valign='center'";˛˛˛:$FarmD:˛: :In a {{WikiFarm|s}}, the directory that contains the main installation of ''pmwiki.php''.˛˛:$FarmPubDirUrl:˛: :The URL to be used for accessing the ''pub/'' directory in a {{WikiFarm|s}}. Normally this has to be set by the farm's administrator in a ''local/farmconfig.php'' file, as there's not an easy way for PmWiki to automatically determine this location.˛˛ time=1085704003 author=Pm name=PmWiki.OtherVariables host=24.1.44.14 agent=Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 rev=12 |