Diff: EditPageHelp

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
WikiWelcome

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 23 and version 22:
At line 1 added 25 lines.
+ {{{
+ (empty line) Make a paragraph break.
+ ---- Horizontal ruler
+ [link] Create hyperlink to "link", where "link" can be either an
+ internal WikiName or an external link (http://)
+ [text|link] Create a hyperlink where the link text is different from the
+ actual hyperlink link.
+ [text|wiki:link] Create a hyperlink where the link text is different from the
+ actual hyperlink link, and the hyperlink points to a named
+ Wiki. This supports interWiki linking.
+
+ * Make a bulleted list (must be in first column). Use more (**)
+ for deeper indentations.
+ # Make a numbered list (must be in first column). Use more
+ (##, ###) for deeper indentations.
+
+ !, !!, !!! Start a line with an exclamation mark (!) to make a heading.
+ More exclamation marks mean bigger headings.
+
+ __text__ Makes text bold.
+ ''text'' Makes text in italics (notice that these are single quotes ('))
+ {{text}} Makes text in monospaced font.
+ ;term:def Defines 'term' with 'def'. Use this with empty 'term'
+ to make short comments.
+ \\ Forced line break (please use sparingly).
Lines 3-17 were replaced by lines 28-29
- |''(empty line)'' |Make a paragraph break.
- |{{--}}{{--}} |Horizontal ruler
- |{{[[}}''link''{{]}}|Create hyperlink to "link", where "link" can be either an internal WikiName or an external link (http://)
- |{{{[text|link]}}} |Create a hyperlink where the link text is different from the actual hyperlink link.
- |{{{[text|wiki:link]}}}|Create a hyperlink where the link text is different from the actual hyperlink link, and the hyperlink points to a named Wiki. This supports interWiki linking.
- |{{*}} |Make a bulleted list (must be in first column). Use more (**) for deeper indentations.
- |{{#}} |Make a numbered list (must be in first column). Use more(##, ###) for deeper indentations.
- |{{!, !!, !!!}} |Start a line with an exclamation mark (!) to make a heading. More exclamation marks mean bigger headings.
- |{{_}}{{_text_}}{{_}}|Makes text bold.
- |{{'}}{{'text'}}{{'}}|Makes text in italics (notice that these are single quotes ('))
- |{{{{{text}} }}} |Makes text in monospaced font.
- |{{;}}{{term:def}} |Defines 'term' with 'def'. Use this with empty 'term' to make short comments.
- |{{\}}{{\}} |Forced line break (please use sparingly).
- |{{{|text|more text}}}| Makes a table. Double bars for a table heading.
- |{{__{____{____{__}}\\code block\\{{__}__}}{{__}__}}{{__}__}}|To make a code block, use triple {'s to open, and triple }'s to close.
+ |text|more text| Makes a table. Double bars for a table heading.
+ }}}
Removed line 19
-
At line 25 added 2 lines.
+ To make a code block, use triple {'s to open, and triple }'s to close.
+

Back to EditPageHelp, or to the Page History.