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 typeWebHome 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:
| ||||||||
Added: | ||||||||
> > | ||||||||
Syntax of a WikiWord
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" ; | ||||||||
Added: | ||||||||
> > | ||||||||
Good examples of WikiWords
| ||||||||
Added: | ||||||||
> > | ||||||||
Bad examples of WikiWords:
| ||||||||
Added: | ||||||||
> > | ||||||||
Variations in linkingWhen you write the name of a topic, it becomes a link. There are more ways:
| ||||||||
Added: | ||||||||
> > | ||||||||
Hints
|
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 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:
Syntax of a WikiWord
| ||||||||
Changed: | ||||||||
< < | WikiWord syntax in Extended Backus.Naur form (EBNF): | |||||||
> > | 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
Bad examples of WikiWords:
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: | |||||||
Hints | ||||||||
Added: | ||||||||
> > | ||||||||
| ||||||||
Changed: | ||||||||
< < | Related Topics: WikiSyntax, TextFormattingRules | |||||||
> > | Related topics: WikiSyntax, WikiNotation, TextFormattingRules, TWikiEditingShorthand, TWikiRenderingShortcut, TWikiShorthand | |||||||
-- Contributors: TWiki:Main.PeterThoeny, TWiki:Main.ArthurClemens, TWiki:Main.CrawfordCurrie |
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 typeWebHome 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:
Syntax of a WikiWord
| ||||||||
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
Bad examples of WikiWords:
Variations in linkingWhen you write the name of a topic, it becomes a link. There are more ways
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Hints
| ||||||||
Added: | ||||||||
> > |
| |||||||
Related Topics: WikiSyntax, TextFormattingRules | ||||||||
Added: | ||||||||
> > | -- Contributors: TWiki:Main.PeterThoeny, TWiki:Main.ArthurClemens, TWiki:Main.CrawfordCurrie | |||||||
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 typeWebHome 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:
Syntax of a WikiWord
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Good examples of WikiWords
| ||||||||
Added: | ||||||||
> > |
| |||||||
Bad examples of WikiWords:
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Deleted: | ||||||||
< < |
| |||||||
Variations in linkingWhen you write the name of a topic, it becomes a link. There are more ways
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Added: | ||||||||
> > |
| |||||||
Hints
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
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 typeWebHome 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: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
WikiWords are styled like this because: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Syntax of a WikiWord | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Good examples of WikiWords | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Bad examples of WikiWords: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Variations in linkingWhen you write the name of a topic, it becomes a link. There are more ways | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Hints | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Related Topics: WikiSyntax, TextFormattingRules |
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 typeWebHome 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:
Syntax of a WikiWord
Good examples of WikiWords
Bad examples of WikiWords:
Variations in linkingWhen you write the name of a topic, it becomes a link. There are more ways
| |||||||
Added: | ||||||||
> > |
Hints
| |||||||
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:
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > |
| |||||||
Bad examples for WikiWords: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
Related Topics: WikiSyntax, TextFormattingRules |
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:
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Related Topics: WikiSyntax, TextFormattingRules |
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:
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Syntax of a WikiWord
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Bad examples for WikiWords:
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > |
| |||||||
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:
|