
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| What is a WikiWord?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 typeWebHomeand on saving the page this becomes WebHome. It's as easy as that. | ||||||||
| Line: 17 to 17 | ||||||||
| 
 | ||||||||
| Added: | ||||||||
| > > | ||||||||
| Syntax of a WikiWord
 | ||||||||
| Line: 41 to 43 | ||||||||
| digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ; | ||||||||
| Added: | ||||||||
| > > | ||||||||
| Good examples of WikiWords | ||||||||
| Line: 51 to 54 | ||||||||
| 
 | ||||||||
| Added: | ||||||||
| > > | ||||||||
| Bad examples of WikiWords:
 | ||||||||
| Added: | ||||||||
| > > | ||||||||
| Variations in linkingWhen you write the name of a topic, it becomes a link. There are more ways: | ||||||||
| Line: 69 to 74 | ||||||||
| 
 | ||||||||
| Added: | ||||||||
| > > | ||||||||
| Hints
 | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| What is a WikiWord? | ||||||||
| Added: | ||||||||
| > > | ||||||||
| 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 WebHomeand 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. | ||||||||
| Line: 23 to 24 | ||||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | WikiWord syntax in Extended Backus.Naur form  (EBNF): | |||||||
| > > | WikiWord syntax in Extended Backus-Naur form  (EBNF): | |||||||
| 
    wikiWord        = upperLetters , lowerNumLetters , upperLetters , { alphaNum } ; | ||||||||
| Line: 58 to 59 | ||||||||
| Variations in linking | ||||||||
| Changed: | ||||||||
| < < | When you write the name of a topic, it becomes a link. There are more ways | |||||||
| > > | When you write the name of a topic, it becomes a link. There are more ways: | |||||||
| 
 | ||||||||
| Line: 81 to 83 | ||||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | Related Topics: WikiSyntax, TextFormattingRules | |||||||
| > > | Related topics: WikiSyntax, WikiNotation, TextFormattingRules, TWikiEditingShorthand, TWikiRenderingShortcut, TWikiShorthand | |||||||
| -- Contributors: TWiki:Main.PeterThoeny  , TWiki:Main.ArthurClemens  , TWiki:Main.CrawfordCurrie  | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| What is a WikiWord?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 typeWebHomeand on saving the page this becomes WebHome. It's as easy as that. | ||||||||
| Line: 23 to 23 | ||||||||
| 
 | ||||||||
| Added: | ||||||||
| > > | 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" ;
 | |||||||
| Good examples of WikiWords | ||||||||
| Line: 45 to 62 | ||||||||
| 
 | ||||||||
| Added: | ||||||||
| > > | 
 | |||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | 
 | |||||||
| Hints
 | ||||||||
| Line: 61 to 79 | ||||||||
| 
 | ||||||||
| Added: | ||||||||
| > > | 
 | |||||||
| Related Topics: WikiSyntax, TextFormattingRules | ||||||||
| Added: | ||||||||
| > > | -- Contributors: TWiki:Main.PeterThoeny  , TWiki:Main.ArthurClemens  , TWiki:Main.CrawfordCurrie  | |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| What is a WikiWord?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 typeWebHomeand on saving the page this becomes WebHome. It's as easy as that. | ||||||||
| Line: 19 to 19 | ||||||||
| Syntax of a WikiWord
 | ||||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | 
 | |||||||
| 
 | ||||||||
| Line: 31 to 31 | ||||||||
| 
 | ||||||||
| Added: | ||||||||
| > > | 
 | |||||||
| Bad examples of WikiWords:
 | ||||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | 
 | |||||||
| 
 Variations in linking | ||||||||
| Line: 47 to 47 | ||||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | 
 | |||||||
| Hints
 | ||||||||
| Changed: | ||||||||
| < < | ||||||||
| > > | ||||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | 
 | |||||||
| 
 | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| What is a WikiWord?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 typeWebHomeand on saving the page this becomes WebHome. It's as easy as that. | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Changed: | ||||||||
| < < | A WikiWord consists of two or more words with initial capitals, run together. When you type a WikiWord, you establish a hyperlink. It's as easy as that. WikiWords are styled like this because: | |||||||
| > > | What is a WikiWord?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 typeWebHomeand 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:
 | |||||||
| Added: | ||||||||
| > > | WikiWords are styled like this because: | |||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | Syntax of a WikiWord | |||||||
| > > | Syntax of a WikiWord | |||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | Good examples for WikiWords: | |||||||
| > > | Good examples of WikiWords | |||||||
| Added: | ||||||||
| > > | ||||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | Bad examples for WikiWords: | |||||||
| > > | Bad examples of WikiWords: | |||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | Hints | |||||||
| > > | Variations in linkingWhen you write the name of a topic, it becomes a link. There are more ways
 | |||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | Hints
 | |||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | ||||||||
| > > | 
 | |||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | 
 | |||||||
| Related Topics: WikiSyntax, TextFormattingRules | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| A WikiWord consists of two or more words with initial capitals, run together. When you type a WikiWord, you establish a hyperlink. It's as easy as that. | ||||||||
| Line: 21 to 21 | ||||||||
| Changed: | ||||||||
| < < | ||||||||
| > > | 
 | |||||||
| Bad examples for WikiWords: | ||||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | 
 | |||||||
| 
 
 | ||||||||
| Changed: | ||||||||
| < < | ||||||||
| > > | ||||||||
| 
 | ||||||||
| Added: | ||||||||
| > > | 
 | |||||||
| Related Topics: WikiSyntax, TextFormattingRules | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| A WikiWord consists of two or more words with initial capitals, run together. When you type a WikiWord, you establish a hyperlink. It's as easy as that. | ||||||||
| Line: 32 to 33 | ||||||||
| Hints 
 | ||||||||
| Added: | ||||||||
| > > | 
 | |||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | 
 | |||||||
| Related Topics: WikiSyntax, TextFormattingRules | ||||||||
| Line: 7 to 7 | ||||||||
|---|---|---|---|---|---|---|---|---|
| 
 | ||||||||
| Changed: | ||||||||
| < < | 
 | |||||||
| > > | 
 | |||||||
| Syntax of a WikiWord | ||||||||
| Line: 21 to 21 | ||||||||
| Changed: | ||||||||
| < < | ||||||||
| > > | ||||||||
| Bad examples for WikiWords: | ||||||||
| Line: 34 to 34 | ||||||||
| 
 | ||||||||
| Changed: | ||||||||
| < < | ||||||||
| > > | 
 | |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > | A WikiWord consists of two or more words with initial capitals, run together.
When you type a WikiWord, you establish a hyperlink. It's as easy as that.
WikiWords are styled like this because: 
 
 
 
 | |||||||
 
  Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.