blob: f53060be6ef31a0ce6e4ad2dcda9f964d66deb62 (
plain)
1
2
3
4
5
6
7
8
9
|
version=pmwiki-2.3.28 ordered=1 urlencoded=1
author=simon
charset=UTF-8
csum=add link, hlt (+69)
name=PmWiki.WikiWord
rev=37
targets=PmWiki.WikiWikiWeb,PmWiki.Links,PmWiki.BasicVariables,PmWiki.LinkVariables
text=(:Summary:Definition and usage of WikiWord:)%0aA '''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 "[[Wikipedia:Camel_case|camel case]]". Other descriptions of WikiWords are available from [[Wiki:WikiWord]] and [[Wikipedia:WikiWord]].%0a%0a!!Usage as page titles%0aWikiWords are used as '''page names''' in a [[WikiWikiWeb|wiki-based system]]. %0a%0a!!Usage as links%0aIn 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 %25pmhlt%25[@[=...=]@] or preceded by a backquote ([@`@]) are not turned into links: %0a%0a(:linkwikiwords:)%0a(:markup:)[@LikeThis compared to `LikeThis or even [=LikeThis=]@]%0a(:nolinkwikiwords:)%0a%0aSee [[Links]] for information about `PmWiki's rules for forming links and forming page titles.%0a%0a!!!Enabling WikiWord links%0aWikiWord links are disabled by default since Pmwiki version 2.1 beta2. To enable WikiWord links you need to set in ''@@config.php@@'' %0a-> %25hlt php%25[@$EnableWikiWords = 1; @]%0a%0aSee also $LinkWikiWords and $SpaceWikiWords.%0a%0a!!!WikiWord links to non-existent pages without decoration%0aIf you want to display links to non-existent pages without decoration, place the following lines in ''pub/css/local.css'': %0a%0a-> %25hlt css%25[@span.wikiword a.createlink { display:none; }%0aspan.wikiword a.createlinktext { border-bottom:none; text-decoration:none; color:inherit; }@]%0a %0a!!!Finding WikiWord links%0aIf 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'':%0a%0a-> %25hlt php%25[@$HTMLStylesFmt['wikiword'] = "span.wikiword { background:yellow; }";@] %0a%0a!!!Disabling certain WikiWords links%0aThe variable $WikiWordCount controls WikiWord conversion on a per word basis.%0a%0a
time=1702064490
|