Difference: WikiWord (9 vs. 10)
| 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 type WebHome and on saving the page this becomes WebHome. It's as easy as that. |
|
- It avoids the need to fiddle with HTML tags
- It avoids over-general topics because at least two words are required
|
|
> > |
|
| Syntax of a WikiWord
|
| digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;
|
|
> > | |
| Good examples of WikiWords
|
| |
|
> > | |
| Bad examples of WikiWords:
- Web: Name without the uppercase letter(s), lowercase letter(s), uppercase letter(s) sequence
- 5TWiki: Name beginning with a number
- Know-How: Name with dashes in between
|
|
> > | |
| Variations in linking
When you write the name of a topic, it becomes a link. There are more ways: |
|
- To link to a part on the same page, write a "#" followed by the name of an anchor. The anchor is a "#" followed by a name which must be a WikiName. Example
#MyAnchor . You can also link to an anchor on another page: TWiki.WebHome#MyAnchor .
- To link to a header on the same page, write a "#" followed by the header text, with spaces replaced by underscores (and
! 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.
|
|
> > | |
| Hints
- Insert WikiWords wherever you can. Rich linking helps to make a Wiki successful.
|
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria?
Send feedback Note: Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.WikiWord.