Hi If you need some fresh new leads for this last push to the end of the year, look no further. At blulinedata we have done all the hard work for you, offering fresh data sets all ready for use. Every data set you buy from us gaurantees you a new contact. Our datasets have already been cleansed for you, having not a single record without contact information. We are growing our data sets to cover the whole world and any industry you can think of. Every dataset is priced per record so never end up spending money on excessively large datasets you do not actually need. Feel free to browse through our current selection and request any country you would be interested in via our chat. For an end of year special, enter chat requesting bludata sale discount to get up to 50% discount on any data. Regards, BluLineData.com |
PmWiki /
WikiWordA WikiWord is a set of two or more words run together, where the first letter of each word is capitalized. This syntax is also sometimes referred to as "mixed case" or "camel case". Other descriptions of WikiWords are available from Wiki:WikiWord and Wikipedia:WikiWord. Usage as page titlesWikiWords are used as page titles in a wiki-based system. Usage as linksIn some wikis (depending on the configuration of PmWiki), a valid link can be created by writing it as WikiWord. In such PmWiki installations, WikiWords surrounded by [=...=] or preceded by a backquote (`) are not turned into links:
See Links for information about PmWiki's rules for forming links and forming page titles. Enabling WikiWord linksWikiWord links are disabled by default since Pmwiki version 2.1 beta2. To enable WikiWord links you need to set in config.php See also WikiWord links to non-existent pages without decorationIf 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; } Finding WikiWord linksIf 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; }";
Disabling certain WikiWords linksThe variable This page may have a more recent version on pmwiki.org: PmWiki:WikiWord, and a talk page: PmWiki:WikiWord-Talk. |