AdvancedPageEditing

JnJTreeClimbers | RecentChanges | Preferences |

External links begin with http://, like http://www.freepan.org

External links begin with http://, like http://www.freepan.org

Forced wiki links are a alphnumeric string surrounded by square brackets.

Forced wiki [links] are a alphnumeric string surrounded by square brackets.

Named http links have text with an http:// link inside, like FreePAN Site

Named http links have text with an http:// link inside, like [FreePAN http://www.freepan.org Site]

Sometimes WordsShouldNotMakeAWikiLink so put a '!' beforehand.

Sometimes !WordsShouldNotMakeAWikiLink so put a '!' beforehand.

Same thing with http://foobar.com

Same thing with !http://foobar.com

Links to images display the image:

http://www.zupans.com/images/sushi.jpg

or like so:

http://www.celticreader.com/acatalog/border-collie-sheep.jpg

You can comment out wiki-text with '# ' at the beginning of a line. This will make the text an html comment:

# These lines have been 
# commented out

Simple Tables:

  Eric Sara Jess Marian
height (inches) 70 63 71 65
wackiness (scale of 1-10) 9 8.5 8 8.5
number of kids or (dogs) 2 (3) 3 3
number of pointless hobbies 1 2 2 7
|                            | Eric   | Sara   | Jess | Marian |
| height (inches)            | 70     | 63     | 71   | 65     |
| wackiness (scale of 1-10)  |  9     | 8.5    |  8   | 8.5    |
| number of kids or (dogs)   |  2     | (3)    |  3   | 3      |
| number of pointless hobbies|  1     | 2      |  2   | 7      |

Tables with multiline or complex data:

This data has vertical | bars |
# This is some Perl code:
sub foo {
    print "I want a kwiki!\n"
}
foo
As you can see we use
the Perl heredoc syntax.
| <<END | <<END |
This data has vertical | bars |
END
# This is some Perl code:
sub foo {
    print "I want a kwiki!\n"
}
END
| foo | <<MSG |
As you can see we use
the Perl heredoc syntax.
MSG