Edgewall Software

Changes between Version 1 and Version 2 of Wiki Page Names


Ignore:
Timestamp:
Nov 1, 2005, 12:15:29 AM (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Wiki Page Names

    v1 v2  
     1= Wiki Page Names =
     2
    13Wiki 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.
    24
    35Page names must follow these rules:
    46
    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.
    68 1. A name must have at least two capital letters.
    79 1. The first character must be capitalized.
    810 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.)
    1012
    11 If you want a to create a wiki page that doesnt follow CamelCase rules you could use the following syntax see #614:
     13If you want to create a wiki page that doesn't follow CamelCase rules you could use the following syntax:
    1214{{{
    13 [wiki:NOTCamelCase NOTCamelCase]
     15[wiki:Wiki_page]
    1416}}}
    1517
     18This will be rendered as:
     19 [wiki:Wiki_page]
    1620
    1721----