summaryrefslogtreecommitdiff
path: root/TWiki/TWikiShorthand.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'TWiki/TWikiShorthand.mdwn')
-rw-r--r--TWiki/TWikiShorthand.mdwn20
1 files changed, 10 insertions, 10 deletions
diff --git a/TWiki/TWikiShorthand.mdwn b/TWiki/TWikiShorthand.mdwn
index 18d843d9..1d7f2be2 100644
--- a/TWiki/TWikiShorthand.mdwn
+++ b/TWiki/TWikiShorthand.mdwn
@@ -21,7 +21,7 @@ Working in TWiki is as easy as typing in text - exactly like email. You don't ne
</td>
</tr>
<tr bgcolor="#ffffff">
- <td valign="top"><strong>Headings:</strong><br /> At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. <strong><em>Note:</em></strong> A Table of Content can be created automatically with the <code>%<nop>TOC%</nop></code> variable, see <span style="background:"><font color="">TWiki Variables</font></span>[[TWikiVariables]]. </td>
+ <td valign="top"><strong>Headings:</strong><br /> At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. <strong><em>Note:</em></strong> A Table of Content can be created automatically with the <code>%<nop>TOC%</nop></code> variable, see [[TWikiVariables]]. </td>
<td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre>
<nop>---++ Sushi
@@ -200,37 +200,37 @@ class CatAnimal {
</td>
</tr>
<tr bgcolor="#ffffff">
- <td valign="top"><strong><nop>WikiWord Links:</nop></strong><br /><nop>CapitalizedWordsStuckTogether (or <span style="background:"><font color="">Wiki Words</font></span>[[WikiWords]]) will produce a link automatically. <br /><strong><em>Note:</em></strong> In case you want to link to a topic in a different %WIKITOOLNAME% web write <code>Webname.TopicName</code>. </nop></td>
+ <td valign="top"><strong><nop>WikiWord Links:</nop></strong><br /><nop>CapitalizedWordsStuckTogether (or [[WikiWords]]) will produce a link automatically. <br /><strong><em>Note:</em></strong> In case you want to link to a topic in a different %WIKITOOLNAME% web write <code>Webname.TopicName</code>. </nop></td>
<td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre>
WebNotify
Know.ReadmeFirst
</pre> </font></span></td>
- <td valign="top"><span style="background:"><font color="">Web Notify</font></span>[[WebNotify]]<p><span style="background:"><font color="">Readme First</font></span>[[Know/ReadmeFirst]]</p>
+ <td valign="top">[[WebNotify]]<p>[[Know/ReadmeFirst]]</p>
</td>
</tr>
<tr bgcolor="#ffffff">
- <td valign="top"><a name="SquareBrackets"></a> <strong>Forced Links:</strong><br /> You can create a forced internal link by enclosing words in double square brackets. <br /><strong><em>Note:</em></strong> Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. <code>[<nop>[text formatting FAQ]]</nop></code> links to topic <span style="background:"><font color="">Text Formatting FAQ</font></span>[[TextFormattingFAQ]]. You can also refer to a different web and use anchors. </td>
+ <td valign="top"><a name="SquareBrackets"></a> <strong>Forced Links:</strong><br /> You can create a forced internal link by enclosing words in double square brackets. <br /><strong><em>Note:</em></strong> Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. <code>[<nop>[text formatting FAQ]]</nop></code> links to topic [[TextFormattingFAQ]]. You can also refer to a different web and use anchors. </td>
<td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre>
[[wiki syntax]]
[[%MAINWEB%.TWiki users]]
</pre> </font></span></td>
- <td valign="top"><span style="background:"><font color="">wiki syntax</font></span>[[WikiSyntax]]<p><span style="background:"><font color="">%MAINWEB%.TWiki users</font></span>[[MAINWEBTWikiUsers]]</p>
+ <td valign="top">[[WikiSyntax]]<p>[[MAINWEBTWikiUsers]]</p>
</td>
</tr>
<tr bgcolor="#ffffff">
- <td valign="top"><strong>Specific Links:</strong><br /> Create a link where you can specify the link text and the link reference separately, using nested square brackets like <code>[<nop>[reference][text]]</nop></code>. Internal link references (i.e. <span style="background:"><font color="">Wiki Syntax</font></span>[[WikiSyntax]]) and external link references (i.e. <a href="http://TWiki.org/)" target="_top">http://TWiki.org/)</a> are supported. The same <strong><em>Forced Links</em></strong> rules apply for internal link references. Anchor names can be added as well, like <code>[<nop>[WebHome#MyAnchor][go home]]</nop></code> and <code>[<nop>[http://www.yahoo.com/#somewhere][Yahoo!]]</nop></code>. </td>
+ <td valign="top"><strong>Specific Links:</strong><br /> Create a link where you can specify the link text and the link reference separately, using nested square brackets like <code>[<nop>[reference][text]]</nop></code>. Internal link references (i.e. [[WikiSyntax]]) and external link references (i.e. <a href="http://TWiki.org/)" target="_top">http://TWiki.org/)</a> are supported. The same <strong><em>Forced Links</em></strong> rules apply for internal link references. Anchor names can be added as well, like <code>[<nop>[WebHome#MyAnchor][go home]]</nop></code> and <code>[<nop>[http://www.yahoo.com/#somewhere][Yahoo!]]</nop></code>. </td>
<td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre>
[[WikiSyntax][syntax]]
[[http://gnu.org][GNU]]
</pre> </font></span></td>
- <td valign="top"><span style="background:"><font color="">syntax</font></span>[[WikiSyntax]]<p><a href="http://gnu.org" target="_top">GNU</a></p>
+ <td valign="top">[[WikiSyntax]]<p><a href="http://gnu.org" target="_top">GNU</a></p>
</td>
</tr>
<tr bgcolor="#ffffff">
- <td valign="top"><strong>Anchors:</strong><br /> You can define a link reference inside a %WIKITOOLNAME% topic (called an anchor name) and link to that. To <strong><em>define</em></strong> an anchor write <code>#AnchorName</code> at the beginning of a line. The anchor name must be a <span style="background:"><font color="">Wiki Word</font></span>[[WikiWord]]. To <strong><em>link to</em></strong> an anchor name use the <code>[<nop>[MyTopic#MyAnchor]]</nop></code> syntax. You can omit the topic name if you want to link within the same topic. </td>
+ <td valign="top"><strong>Anchors:</strong><br /> You can define a link reference inside a %WIKITOOLNAME% topic (called an anchor name) and link to that. To <strong><em>define</em></strong> an anchor write <code>#AnchorName</code> at the beginning of a line. The anchor name must be a [[WikiWord]]. To <strong><em>link to</em></strong> an anchor name use the <code>[<nop>[MyTopic#MyAnchor]]</nop></code> syntax. You can omit the topic name if you want to link within the same topic. </td>
<td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre>
[[WebHome#NotThere]]
@@ -238,12 +238,12 @@ Know.ReadmeFirst
#MyAnchor To here
</pre> </font></span></td>
- <td valign="top"><span style="background:"><font color="">Web Home#Not There</font></span>[[WebHome]]<p> Jump </p>
+ <td valign="top">[[WebHome]]<p> Jump </p>
<p><a name="MyAnchor"></a> To here </p>
</td>
</tr>
<tr bgcolor="#ffffff">
- <td valign="top"><strong>Prevent a Link:</strong><br /> Prevent a <span style="background:"><font color="">Wiki Word</font></span>[[WikiWord]] from being linked by prepending it with the <code>&amp;lt;nop&amp;gt;</code> tag. </td>
+ <td valign="top"><strong>Prevent a Link:</strong><br /> Prevent a [[WikiWord]] from being linked by prepending it with the <code>&amp;lt;nop&amp;gt;</code> tag. </td>
<td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre>
&amp;lt;nop&amp;gt;SunOS
</pre> </font></span></td>