Note: Anything between {{{ and }}} is not formatted.
Once you have read through this, test your formatting skills in the SandBox.
**I'm bold**
I'm bold
//I'm italic text!//
I'm italic text!
{{{monospace text}}}
monospace text
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text to render it as a header.
= Really big header =
== Rather big header ==
=== Medium header ===
==== Not-so-big header ====
===== Smallish header =====
====== Smallest header ======
----
This is the first line,\\and this is the second.
This is the first line,
and this is the second.
Currently, no indent functionality.
To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a):
* Line one * Line two
# Line one # Line two
{{http://www.suppletext.org/logo-medium.gif|suppleText Logo}}
To create a link to a wiki page you can use any of the following options:
1. type a WikiName:
FormattingRules
FormattingRules
2. add a forced link surrounding the page name by [[ and ]] (everything after the | will be shown as description):
[[SandBox|Test your formatting skills]]
Test your formatting skills
[[SandBox|沙箱]]
沙箱
3. add an image with a link (see instructions above).
To link to external pages, you can do any of the following:
1. type a URL inside the page:
http://www.example.com
http:www.example.com
2. add a forced link surrounding the URL by [[ and ]] (everything after the | will be shown as description):
[[http://example.com/jenna/|Jenna's Home Page]]
Jenna's Home Page
[[mailto:mail@example.com|Write me!]]
Write me!
3. add an image with a link (see instructions above);
All cells are separated by single pipes. Leading spaces are permitted before the first cell of a row and trailing spaces are permitted at the end of a line. The ending pipe is optional. You can embed links, bold, italics, line breaks, and nowiki in table cells. Equal sign directly following pipe defines a header. Headers can be arranged horizontally or vertically.
Example:
|=Heading Col 1 |=Heading Col 2 | |Cell 1.1 |Two lines\\in Cell 1.2 | |Cell 2.1 |Cell 2.2 |
| Heading Col 1 | Heading Col 2 |
|---|---|
| Cell 1.1 | Two lines in Cell 1.2 |
| Cell 2.1 | Cell 2.2 |