Changes between Version 1 and Version 2 of WikiPageNames


Ignore:
Timestamp:
Jun 19, 2006, 12:44:20 AM (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiPageNames

    v1 v2  
    88 1. A name must have at least two capital letters.
    99 1. The first character must be capitalized.
    10  1. Every capital letter must be followed by one or more lower-case letters.
    11  1. The use of slash ( / ) is permitted to create a hierarchy inside the wiki.
     10 1. Every capital letter must be followed by one or more lower-case letters. 
     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.)
    1212
    1313If you want to create a wiki page that doesn't follow CamelCase rules you could use the following syntax:
    1414{{{
    15 [wiki:Wiki_page Wiki page]
     15[wiki:Wiki_page]
    1616}}}
    1717
    1818This will be rendered as:
    19 
    20  [wiki:Wiki_page Wiki page]
     19 [wiki:Wiki_page]
    2120
    2221----