How to edit a wiki
From TeleFlow
Use the following commands to make the pages look nice. Please note that if you use headers and default formatting in OpenOffice, you can export to WikiText and paste it into a wiki.
=Top Title= // Note: Try not to use this level, as it is the page title case ==Title== ===Sub Title=== ====Etc====
'' Italics '' ''' Bold ''' * First level bullet ** Second level *** etc
- First level bullet
- Second level
- etc
- Second level
# Numbered item # etc # # Num level 1 # Num level 1 ## Num level 2 ## Num level 2
- You
- don't have to
- count
- If
- you
- don't want to
---- Underscore entire line
: Indent paragraph <pre> Stuff here </pre> -- Puts a dotted box around code, or XML etc <tt> Stuff here </tt> -- Mono spaced font
Tables are easy too
{| border="1" cellspacing="0" cellpadding="5" align="center" ! This ! is |- | a | table! |- |}
Creates this
This | is |
---|---|
a | table! |
Links to external websites are done by using a single bracket around the URL with a space separating the URL and name. For example:
- [ http://engenic.com engenic ]
will look like:
