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 control
Sandbox.WebSearch - this becomes: WebSearch
Sandbox.Subweb.WebSearch.
[[Sandbox.WebHome]] - this becomes: Sandbox.WebHome
TWiki:Main/WebHome - this becomes: TWiki:Main/WebHome#MyAnchor. You can also link to an anchor on another page: TWiki.WebHome#MyAnchor.
! removed): [[#Good_examples_of_WikiWords]] becomes: #Good_examples_of_WikiWords. You can also link to a header on another page: TWiki.WebHome#Disclaimer becomes: WebHome#Disclaimer.
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 Sandbox.
Related topics: WikiSyntax, WikiNotation, TextFormattingRules, TWikiEditingShorthand, TWikiRenderingShortcut, TWikiShorthand
-- Contributors: TWiki:Main.PeterThoeny
, TWiki:Main.ArthurClemens
, TWiki:Main.CrawfordCurrie
|
|
|
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Daya Bay? Send feedback Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.WikiWord. |