Help: Wiki Page Names

Version 1
by (unknown)
Version 2
by (unknown)

Deletions or items before changed

Additions or items after changed

1 -
== Wiki Page Names ==
+
== 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.
+
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:
+
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.
+
If you want to create a wiki page that doesn't follow CamelCase rules you can use the following syntax:
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.
+
* [wiki:Wiki_page], [wiki:ISO9000]
11 -
# The use of slash ( / ) is permitted in page names (possibly representing a hierarchy).
+
* [wiki:"Space Matters"] that page name embeds space characters
12 -
 
+
* or simply: ["WikiPageName"]s (!MoinMoin's internal free links style)
13 -
If you want to create a wiki page that doesn't follow CamelCase rules you can use the following syntax:
+
}}}
14 -
{{{
+
15 -
* [wiki:Wiki_page], [wiki:ISO9000]
+
This will be rendered as:
16 -
* [wiki:"Space Matters"] that page name embeds space characters
+
17 -
* or simply: ["WikiPageName"]s (!MoinMoin's internal free links style)
+
Finally, one can also append an anchor to a Wiki page name, in order to link to a specific section within that page.
18 -
}}}
+
19 -
 
+
[https://stemedhub.org/wiki/HelpIndex Back to Wiki Help Page]
20 -
This will be rendered as:
+
21 -
* [wiki:Wiki_page], [wiki:ISO9000]
+
22 -
* [wiki:"Space Matters"] that page name embeds space characters
+
23 -
* or simply ["WikiPageName"] (!MoinMoin's internal free links style)
+
24 -
 
+
25 -
Finally, one can also append an anchor to a Wiki page name, in order to link to a specific section within that page.
+