From aaf5569deea63fc67df50bd4ac725986da4f896e Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Sat, 11 Nov 2000 06:51:06 +0000 Subject: none --- TWiki/TextFormattingRules.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TWiki/TextFormattingRules.mdwn') diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 27a722b1..3c0aa3ca 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -4,7 +4,7 @@ It is easy to collaborate, just type your text. You don't need to know HTML at a The Collaborative Work Area is a bunch of related links that are editable through your web browser. -The TWiki web has the following types of **_internal links:_** +The %WIKITOOLNAME% web has the following types of **_internal links:_** * [[GoodStyle]] is a [[WikiWord]] that links to the GoodStyle topic located in the current %WIKITOOLNAME% web. * [[NotExistingYet]] is a topic waiting to be written. You could create that topic by clicking on the question mark. (Do not create that topic, you would wreck this example!) @@ -12,12 +12,12 @@ The TWiki web has the following types of **_internal links:_** **_External links:_** * `http://...`, `https://...`, `ftp://...` and `mailto:...@...` are linked automatically. -* Email addresses like are linked automatically. +* Email addresses like `name@domain.com` are linked automatically. **EDITING** * CapitalizedWordsStuckTogether (or [[WikiWords]]) will produce a link automatically. In case you want to link to a topic in a different %WIKITOOLNAME% web write `Web.TopicName`, i.e. write `Know.ReadmeFirst` to link to [[Know/ReadmeFirst]] located in the Know web. -* You can create a forced internal link by enclosing words in double square brackets, i.e. write [[text formatting FAQ]] to get [[TextFormattingFAQ]] that links to topic [[TextFormattingFAQ]]. Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces. You can also refer to a different web, i.e. [[Main.TWiki users]] points to [[Main/TWikiUsers]] in the Main web. +* You can create a forced internal link by enclosing words in double square brackets, i.e. write [[text formatting FAQ]] to get [[TextFormattingFAQ]] that links to topic [[TextFormattingFAQ]]. Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces. You can also refer to a different web, i.e. [[%MAINWEB%.TWiki users]] points to %MAINWEB%.TWikiUsers in the %MAINWEB% web. * Blank lines will create new paragraphs. * Words get **bold** by enclosing them in **\*** asterisks * Words get _italic_ by enclosing them in **\_** underscores @@ -52,5 +52,5 @@ Variables are names that are enclosed in percent signs; they get expanded on the * %WEB% : The current web, is **%WEB%** . * %TOPIC% : The current topic name, is **%TOPIC%** . * %ATTACHURL% : The attachment URL of the current topic. Example usage: If you attach a file to a topic you can refer to it as **%ATTACHURL%/image.gif** to show the URL of the file or the image in your text. -* %INCLUDE\{"SomeTopic"\}% : Server side include, includes another topic. The current %WIKITOOLNAME% web is the default web. Example: **%INCLUDE\{"TWiki.TWikiWebsTable"\}%** +* %INCLUDE\{"SomeTopic"\}% : Server side include, includes another topic. The current %WIKITOOLNAME% web is the default web. Example: **%INCLUDE\{"%TWIKIWEB%.TWikiWebsTable"\}%** * There are many more variables, see [[TWikiVariables]]. -- cgit v1.2.3