| | 1 | Wiki page names are written using CamelCase. Within a wiki text, any word in CamelCase automatically becomes a hyperlink to the wiki page with that same name. |
| | 2 | |
| | 3 | Page names must follow these rules: |
| | 4 | |
| | 5 | 1. The name must consist of alphabetic characters only. No digits, spaces, punctuation, or underscores are allowed. |
| | 6 | 1. A name must have at least two capital letters. |
| | 7 | 1. The first character must be capitalized. |
| | 8 | 1. Every capital letter must be followed by one or more lower-case letters. |
| | 9 | 1. The use of slash ( / ) is permitted to create a hierarchy inside the wiki. |
| | 10 | |
| | 11 | If you want a to create a wiki page that doesnt follow CamelCase rules you could use the following syntax see #614: |
| | 12 | {{{ |
| | 13 | [wiki:NOTCamelCase NOTCamelCase] |
| | 14 | }}} |
| | 15 | |
| | 16 | |
| | 17 | ---- |
| | 18 | See also: WikiNewPage, WikiFormatting, TracWiki |