diff options
author | thoeny <thoeny> | 1999-06-13 07:13:17 +0000 |
---|---|---|
committer | thoeny <thoeny> | 1999-06-13 07:13:17 +0000 |
commit | e20a50c2965d8264aa22b7ea4f1a773ccb7df38c (patch) | |
tree | a143da846581071f9c1bc730380553a7d42f9097 /TWiki/WikiNotation.mdwn | |
parent | f636263510a976d17c9a690fd891e70dc6ab62f8 (diff) |
none
Diffstat (limited to 'TWiki/WikiNotation.mdwn')
-rw-r--r-- | TWiki/WikiNotation.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/TWiki/WikiNotation.mdwn b/TWiki/WikiNotation.mdwn new file mode 100644 index 00000000..7e7c86c9 --- /dev/null +++ b/TWiki/WikiNotation.mdwn @@ -0,0 +1,21 @@ +TWiki is linking topics automatically, provided you give a [[WikiTopic]] a name that follows the [[WikiNotation]]. It is a sequence of: + +* Uppercase letter(s) +* Lowercase letter(s) +* Uppercase letter(s) +* Optional lowercase or uppercase letter(s) or number(s) + +Good examples for topic names: + +* [[TWikiWeb]] +* [[GoodStyle]] +* [[AVeryLongTWikiTopicNameIsAlsoPossible]] +* [[ProblemY2K]] + +Bad examples for topic names: + +* Web: Name with no uppercase letter in between +* T5Wiki: Name with number before the first lowercase letter +* Know-How: Name with dashes in between + +Sometimes you have to be creative to find a good name for a [[WikiTopic]]. For example, if you want to create a topic about the year 2000 problem, you could go for [[FixY2K]] or [[YearTwoK]] or [[YearTwoThousand]], but not Year2K or Y2K or Y2000 as a topic name. |