'''bold''' | bold |   | 
''italic'' | italic |   | 
__underlined__ | underlined |   | 
--strike-through-- | strike-through |   | 
{{inline code - monospace font}} | inline code - monospace font |   | 
@@block code - [WikiMarkup] is ignored@@ | block code - [WikiMarkup] is ignored  |   | 
---- |   | Horizontal ruler | 
[MainPage|MainPage] or [MainPage|my link] | MainPage or my link |   | 
[++Dev.MainPage] or [++Dev.MainPage|my link in another namespace] or [++MainPage|root] | Dev.MainPage or my link in another namespace or root | Add ++ to the link for linking to another namespace, including the root | 
[http://www.screwturn.eu] or [http://www.screwturn.eu|ScrewTurn Wiki] | http://www.screwturn.eu or ScrewTurn Wiki |   | 
[email@server.com] or [email@server.com|contact us] | email@server.com or contact us |   | 
[c:Help.Wiki] or [c:Help.Wiki|Pages of category 'Wiki'] | Help.Wiki or Pages of category 'Wiki' | Links to a category | 
==Title== | Title |   | 
===Sub-Title=== | Sub-Title |   | 
====Sub-Sub-Title==== | Sub-Sub-Title |   | 
=====Sub-Sub-Sub-Title===== | Sub-Sub-Sub-Title |   | 
{t:PageToTransclude} |   | Displays the content of PageToTransclude from the same namespace, in-place | 
{t:OtherNS.PageToTransclude} |   | Displays the content of PageToTransclude from namespace OtherNS, in-place (prepend page name with ++ to transclude a page from the root namespace) | 
>>> PageName |   | Redirects to PageName in the current namespace | 
>>> Namespace.PageName |   | Redirects to Namespace.PageName | 
>>> ++PageName |   | Redirects to PageName in the root namespace | 
~~~~ | Dario Solera, 2009/11/10 10:01 | Adds a signature for the user who made the change | 
(((Boxed))) | Boxed  | Wraps content in a box | 
: Indentation | 
 Indentation 
 | Each ':' sign at the beginning of a line indents content one level | 
* List element
* Another element,
which continues on a new line
* A third element
  | 
- List element
 - Another element,
 which continues on a new line - A third element
  
 
  | Always keep an empty line after a list | 
# List element
# Another element,
which continues on a new line
# A third element
  | 
- List element
 - Another element,
 which continues on a new line - A third element
  
 
  | Always keep an empty line after a list | 
* List element
*# Sub-element,
which continues on a new line
*# Still a sub-list
* A third element
  | 
- List element
- Sub-element,
 which continues on a new line - Still a sub-list
 
  - A third element
  
 
  | You can combine * and # |