WebHome
and on saving the page this becomes WebHome. It's as easy as that.
WikiWord linking is easy to use: wikiWord = upperLetters , lowerNumLetters , upperLetters , { alphaNum } ; upperLetters = upperCase , { upperCase } ; lowerNumLetters = lowerNum , { lowerNum } ; alphaNum = upperCase | lowerCase | digit ; lowerNum = lowerCase | digit ; lowerCase = "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" ; upperCase = "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "T" | "U" | "V" | "W" | "X" | "Y" | "Z" ; digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;
!WikiWord WikiWord
will be displayed as WikiWord WikiWord.
[[AccessControl][access control]]
- this becomes: access control
Sandbox.WebSearch
- this becomes: WebSearch
Sandbox.Subweb.WebSearch
.
[[Sandbox.WebHome]]
- this becomes: Sandbox.WebHome
Foswiki:Main/WebHome
- this becomes: #MyAnchor
. You can also link to an anchor on another page: System.WebHome#MyAnchor
.
!
removed): [[#Good_examples_of_WikiWords]]
becomes: #Good_examples_of_WikiWords. You can also link to a header on another page: System.WebHome#Disclaimer
becomes: WebHome#Disclaimer.
FunctionalSpec
write BreadSlicerFunctionalSpec
because other projects might also have a functional spec topic.
BreadSlicer1dot2
or BreadSlicer1pt2
, but not BreadSlicer1.2
.
Year2K
and Y2K
WikiWords but not Y2000
and Y2k
.
FaqIndex
for a "FAQ index" topic.
Sandbox.WebHome
becomes Sandbox. Dots (.) are used as seperators between webs, subwebs, and topics. It is not possible to use dots in topic names. Foswiki does not attempt to guess if a dot could be part of a topic name.