SimulacreS > PmWiki > LinkVariables
« LayoutVariables | Variables | EditVariables »

The variables on this page control the formatting of links within wiki pages, such as WikiWords and URL-links. The settings of these variables should be performed in LocalCustomizations.

$WikiWordCountMax
The maximum number of times to convert each WikiWord encountered on a page. Defaults to 1,000,000. Common settings for this variable are zero (disable WikiWord links) and one (convert only the first occurrence of each WikiWord).
        $WikiWordCountMax = 0;     # disable WikiWord links
        $WikiWordCountMax = 1;     # convert only first WikiWord

Fatal error: fopen(wiki.d/PmWiki.WikiWord) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Aucun fichier ou dossier de ce type in /mnt/114/sda/7/1/www.simulacres/wiki/index.php on line 639