This page describes the wiki markup language used by this kwiki. (I copied this from http://www.kwiki.org)


Notes

  • After modifying your character page hit the SAVE button without retyping the name of your page at the top or it will give you an error.

Level 1 Heading (H1)

= Level 1 Heading (H1)

Level 2 Heading (H2)

== Level 2 Heading (H2)

Level 3 Heading (H3)

=== Level 3 Heading (H3)

Level 4 Heading (H4)

==== Level 4 Heading (H4)

Level 5 Heading (H5)
===== Level 5 Heading (H5)

Level 6 Heading (H6)
====== Level 6 Heading (H6)

The horizontal lines in this page are made with 4 or more dashes:

----

Paragraphs are separated by a blank line.

Like this. Another paragraph.

Paragraphs are separated by a blank line.

Like this. Another paragraph.

Bold text, italic text, and underscore text.

*Bold text*, /italic text/, and _underscore text_.

Combination of bold and italics

/*Combination of bold and italics*/

Inline code like /etc/passwd or CGI::Kwiki

Inline code like [=/etc/passwd] or [=CGI::Kwiki]

Strikethrough

-Strikethrough-

WikiLinks are formed by two or more words in camel-case.

WikiLinks are formed by two or more words in /camel-case/.

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

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

On some cases links can appear as http://. This means that you entered an address that is not whitelisted. Wait for an admin to whitelist it.

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

Forced wiki [links] are a alphanumeric 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 Site http://www.freepan.org]

Sometimes WordsShouldNotMakeAWikiLink so put a '!' beforehand.

Sometimes !WordsShouldNotMakeAWikiLink so put a '!' beforehand.

Same thing with http://foobar.com

Same thing with !http://foobar.com

Mailto links are just email addresses like foo@bar.com.

Mailto links are just email addresses like foo@bar.com.

Links to images display the image:

http://www.google.com/images/logo.gif

Unordered lists begin with a '* '. The number of asterisks determines the level:

  • foo
  • bar
    • boom
    • bam
  • baz
* foo
* bar
** boom
** bam
* baz

.


Any text that does not begin in the first column is rendered as preformatted text.

foo   bar
 x     y
 1     2

Simple Tables:

Dick Jane
height 72" 65"
weight 130lbs 150lbs
|        | Dick   | Jane |
| height | 72"    | 65"  |
| weight | 130lbs | 150lbs |

Inline HTML is escaped.

<hr> <bold>No?</bold> <i>Yes?</i> <hr/>

Renders as: <hr> <bold>No?</bold> <i>Yes?<i> <hr>

Notice the '/' character in the tags is being rendered as italic markers.


To prevent IE6 from rendering pages that contain preformatted text wrong, add a dot after each preformatted text block. This is a temporary work-around, until the bug reported by MichaelIvey at BugReports is fixed. – DennieReniers