staticwiki default markup

The basis is normal text can be displayed with simple markup. It should be really straightforward for the user to include simple markup.
You can just type all the data you want to include, and the content will be split up in paragraphs automatically.
The basic method for this, is that an empty line is used as paragraph seperator. A newline is interpreted as a line break.

Some emphasis can be given to words to surrounding the words using certain characters.
TO make this work, the begin and end markup should be on the same line, there should be a character or digit next to the begin and just before the end markup, and no character or digit before the begin markup and after the end markup.


Use _ to _put and excerpt_ in italics (emphasis).
Use * to *make an excerpt* bold.
Use ?? to ??make an excerpt?? a citation.
Use - to -display an excerpt- with strikethrough.
Use + to +make an excerpt+ underlined.
Use ^ to ^display an excerpt^ in superscript.
Use ~ to ~display an excerpt~ in subscript.
Use % to *make an excerpt* bold.

Which should display as

Use _ to put and excerpt in italics (emphasis).
Use * to make an excerpt bold.
Use ?? to make an excerpt a citation.
Use - to display an excerpt with strikethrough.
Use + to make an excerpt underlined.
Use ^ to display an excerpt in superscript.
Use ~ to display an excerpt in subscript.
Use % to make an excerpt bold.

Headers can easily be handled by adding the "h1. ", "h2. " etc (up to "h6. ") at the beginning of the line.


h1. Big header
It is easy to add several header types
h2. Smaller header
Like the two above.

Big header

It is easy to add several header types

Smaller header

Like the two above.

You can also have lists of items, a quoted line or a rule.


List are also possible
- Bulleted item
-- with indentation
- or not
-----
bq. And a quote below the rule

List are also possible

  • Bulleted item
    • with indentation
  • or not

And a quote below the rule

You can also include links and images, and of course the system assures you can not emit invalid html. To assure some character sequences are not interpreterd as markup, you can escape stuff.


Links need to be [enclosed in brackets|http://www.equanda.org/] to be clickable. You can also include media using exclamation marks !smiley.gif!, possibly with alternate description !flying smiley|smiley.gif!.
You cannot include a <img src="images/smiley.gif"> directly, as this is \*not\* allowed in html.

Links need to be enclosed in brackets to be clickable. You can also include media using exclamation marks images/smiley.gif, possibly with alternate description flying smiley.
You cannot include a <img src="images/smiley.gif"> directly, as this is *not* allowed in html.

There is also a list of macro's which can be used. Macro's have a name and can include parameters. The use the {name:par1=val1|par2=val2} syntax.


The available macro's are
{private}To hide some content from the output.{private}
{nowiki}Have some stuff which is not wiki rendered{nowiki}
{quote}Include some quoted text{quote}
\

Include some code{code}

A simple panel



{panel}
The available macro's are
{private}To hide some content from the output.{private}
{nowiki}Have some stuff which is not wiki rendered{nowiki}
{quote}Include some quoted text{quote}

Include some code{code}

A simple panel

{panel}