WikiFormattingGuide
Version 18,
changed by jotspot_jim.
10/14/2005.
Show version history
WikiFormattingGuide
A quick guide to basic wiki markup.
Text Formatting
| Type in | What appears | Explanation |
| word or words | word or words | type plain text, plain text appears |
| *word or words* | word or words | enclosing words in * makes them bold |
| ~word or words~ | word or words | enclosing words in ~ makes them italicized |
| `word or words` | word or words | enclosing words in ` makes them fixed font |
| -/word or words/- | word or words | enclosing words in -/ /- makes them shown in strikethru |
|
!Headline
!!Headline
!!!Headline
|
Headline
Headline
Headline
|
small headline
bigger headline
biggest headline
|
|
-----
|
|
Entering 3 or more hyphens in a row creates a solid horizontal line on the page.
|
Lists
| Type in | What appears | Explanation |
* item a
* item b
|
|
3 spaces and * creates a bullet item.
|
* item a
* item b
* item c
|
|
To create nested lists, use 3 additional spaces for each item.
|
1 item a
1 item b
1 item c
|
- item a
- item b
- item c
|
3 spaces and a number starts a numbered list. We handle incrementing the list for you.
|
* item a
1 sub item a
1 sub item b
* item b
|
- item a
- sub-item a
- sub-item b
- item b
- item c
|
You can combine bulleted, numbered, and nested lists.
|
Tables
| Type in | What appears | Explanation |
| a | b | c |
| 1 | 2 | 3 |
| A | B | C |
|
|
Use | to create a table. Enclose each cell in |
|
Linking
| Type in | What appears | Explanation |
|
WikiFormattingGuide
|
WikiFormattingGuide
|
CapitalizedWordsStuckTogether (or WikiWords) will produce a link automatically.
|
|
[[wiki formatting guide]]
|
wiki formatting guide?
|
If you want multiple words with spaces to be a link, you need to surround the words
with double brackets: [[ ]]. Note that "WikiFormattingGuide" and "wiki formatting guide" are
completely different pages! One of them exists, and one has yet to be created.
|
|
[[http://www.yahoo.com][Yahoo]]
|
Yahoo
|
Let's you specify a link and anchor name
|
|
foo@bar.com
|
foo@bar.com
|
Email addresses are automatically linked
|
www.foo.com
http://www.foo.com/
|
www.foo.com
http://www.foo.com/
|
URLs are automatically linked
|
Images
| Action | What appears |
To include an image in your document, follow these steps:
- Press the Attach button
- Press Browse to locate the image on your hard drive
- Press the Upload Attachment button
- Edit the page and enter this piece of html:
<img src="yoda.jpg" />
Make sure to substitute "yoda.jpg" with the name of your own Star Wars image.
|
|
Note: If you want to display an image that already exists on another website, you need only do this:
<img src="http://www.starwars.com/yoda.jpg" />
|
Wiki function tags give you the power and flexibility to build & customize applications in your wiki.
See the \JotScript TagReference page for details.
|
Hide quick tip X
Quick Tip: Link to Other Wiki Pages
Use the Link function to link to an existing wiki page, a new wiki page, a document, or a URL.
| |
File |
By |
Size |
Attached |
Ver. |
|
mark@kasayka.com@kasayka said, 10/09/2006:
Is there a way to position text within table cells, i.e. center it or right justify as opposed to the default left alignment?