Changes between Version 3 and Version 4 of WikiPageNames
- Timestamp:
- 11/09/05 18:26:14 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiPageNames
v3 v4 1 = Wiki Page Names = 2 1 3 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 4 3 5 Page names must follow these rules: 4 6 5 1. The name must consist of alphabetic characters only. No digits, spaces, punctuation, or underscores are allowed.7 1. The name must consist of '''alphabetic characters only'''. No digits, spaces, punctuation, or underscores are allowed. 6 8 1. A name must have at least two capital letters. 7 9 1. The first character must be capitalized. 8 10 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. 11 1. The use of slash ( / ) is permitted to create a hierarchy inside the wiki. (See !SubWiki and !ParentWiki macros in the [http://projects.edgewall.com/trac/wiki/MacroBazaar MacroBazaar] which provide a way to list all sub-entries and a link up the hierarchy respectively.) 10 12 11 If you want a to create a wiki page that doesnt follow CamelCase rules you could use the following syntax see #614:13 If you want to create a wiki page that doesn't follow CamelCase rules you could use the following syntax: 12 14 {{{ 13 [wiki: NOTCamelCase NOTCamelCase]15 [wiki:Wiki_page] 14 16 }}} 15 17 18 This will be rendered as: 19 [wiki:Wiki_page] 16 20 17 21 ----