Help:WikiPageNames
- Version 1
- 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. |
+ | 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. |
+ | # 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. |
+ | # A name must have at least two capital letters.
|
9 | - | # The first character must be capitalized. |
+ | # The first character must be capitalized.
|
10 | - | # Every capital letter must be followed by one or more lower-case letters. |
+ | # 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). |
+ | # 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: |
+ | 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] |
+ | {{{
|
16 | - | * [wiki:"Space Matters"] that page name embeds space characters |
+ | * [wiki:Wiki_page], [wiki:ISO9000]
|
17 | - | * or simply: ["WikiPageName"]s (!MoinMoin's internal free links style) |
+ | * [wiki:"Space Matters"] that page name embeds space characters
|
18 | - | }}} |
+ | * or simply: ["WikiPageName"]s (!MoinMoin's internal free links style)
|
19 | - | + | }}}
|
|
20 | - | This will be rendered as: |
+ | |
21 | - | * [wiki:Wiki_page], [wiki:ISO9000] |
+ | This will be rendered as:
|
22 | - | * [wiki:"Space Matters"] that page name embeds space characters |
+ | |
23 | - | * or simply ["WikiPageName"] (!MoinMoin's internal free links style) |
+ | * [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. |