
A WikiWord consists of two or more words with initial capitals, run together. WikiWords are topic names. A TWiki topic name always has a fixed format: two or more words with initial capitals, run together. Like the name of the current topic: WikiWord. When you type the name of a topic, you create a link to that topic. You type WebHome and on saving the page this becomes WebHome. It's as easy as that.
When you type a WikiWord, you establish a hyperlink. It's as easy as that.
WikiWord linking is easy to use:
WikiWords are styled like this because:
WikiWord syntax in Extended Backus.Naur form (EBNF):
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" ;
When you write the name of a topic, it becomes a link. There are more ways
[[TWikiAccessControl][access control]] - this becomes: access controlSandbox.WebSearch - this becomes: WebSearchSandbox.Subweb.WebSearch. [[Sandbox.WebHome]] - this becomes: WebHomeTWiki:Main/WebHome - this becomes: TWiki:Main/WebHome (sites are defined in the InterwikiPlugin) #MyAnchor. You can also link to an anchor on another page: TWiki.WebHome#MyAnchor System.WebHome#MyAnchor . ! removed): [[#Good_examples_of_WikiWords]] becomes: WebHome. You can also link to a header on another page: TWiki.WebHome#Disclaimer System.WebHome#Disclaimer becomes: WebHome. FunctionalSpec write BreadSlicerFunctionalSpec because other projects might also have a functional spec topic. !SunOS to get SunOS. 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 WebHome. Related Topics: WikiSyntax, TextFormattingRules
-- Contributors: TWiki:Main.PeterThoeny, TWiki:Main.ArthurClemens, TWiki:Main.CrawfordCurrie
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.