Skip to main content
The NCI Community Hub will be retiring in May 2024. For more information please visit the NCIHub Retirement Page:https://ncihub.cancer.gov/groups/ncihubshutdown/overview
close

Help: Wiki Page Names

Version
by (unknown)
Version 2
by (unknown)

Deletions or items before changed

Additions or items after changed

1 -
 
+
= Wiki Page Names =
2 +
3 +
Wiki page names commonly use the CamelCase convention. Within wiki text, any word in CamelCase automatically becomes a hyperlink to the wiki page with that name.
4 +
5 +
CamelCase page names must follow these rules:
6 +
7 +
# The name must consist of '''alphabetic characters only'''. No digits, spaces, punctuation, or underscores are allowed.
8 +
# A name must have at least two capital letters.
9 +
# The first character must be capitalized.
10 +
# Every capital letter must be followed by one or more lower-case letters.
11 +
# The use of slash ( / ) is permitted in page names (possibly representing a hierarchy).
12 +
13 +
If you want to create a wiki page that doesn't follow CamelCase rules you can use the following syntax:
14 +
15 +
{{{
16 +
* [wiki:Wiki_page], [wiki:ISO9000]
17 +
* [wiki:"Space Matters"] that page name embeds space characters
18 +
* or simply: ["WikiPageName"]s (!MoinMoin's internal free links style)
19 +
}}}
20 +
21 +
This will be rendered as:
22 +
23 +
* [wiki:Wiki_page], [wiki:ISO9000]
24 +
* [wiki:"Space Matters"] that page name embeds space characters
25 +
* or simply ["WikiPageName"] (!MoinMoin's internal free links style)
26 +
27 +
Finally, one can also append an anchor to a Wiki page name, in order to link to a specific section within that page.