|
|
LikeThis compared to `LikeThis or even [=LikeThis=] |
LikeThis compared to LikeThis or even LikeThis |
See Links for information about PmWiki's rules for forming links and forming page titles.
WikiWord links are disabled by default since Pmwiki version 2.1 beta2. To enable WikiWord links you need to set in config.php
$LinkWikiWords = 1;
If you want to display links to non-existent pages without decoration, place the following lines in pub/css/local.css:
span.wikiword a.createlink { display:none; }
span.wikiword a.createlinktext { border-bottom:none; text-decoration:none; color:inherit; }
If you upgraded from an earlier version and want to convert WikiWord links to standard links, the following will help to find those WikiWord links easier by highlighting them. Set in config.php:
$HTMLStylesFmt['wikiword'] = "span.wikiword { background:yellow; }";
The variable $WikiWordCount controls WikiWord conversion on a per word basis.
Universidad de Los Andes - Facultad de Ingeniería
Núcleo La Hechicera - Edif. B - 3er Nivel - Ala Norte
Mérida 5101 - Venezuela
Telf: +58 274 2402879 - Fax: +58 274 2402872 - Correo: cesimo@ula.ve
This page may have a more recent version on pmwiki.org: PmWiki:WikiWord, and a talk page: PmWiki:WikiWord-Talk.