Cheat Sheet

BALANCE IS GOOD

You can use Creole markup format when editing pages on this site.


To create a new page

  • type the page name (without spaces) into the address bar, or
  • create a link on a page and then click to create the page

To create a link

[[the page name]]

To embed an image

{{the image file name}}

To create bold text

**the text**

Sample


To create italic text

//the text//

Sample


To create bold italic text

**//the text//**

Sample


To create headings

== Section heading ==
=== Subsection heading ===
==== Subsubsection heading ====

To create bullet lists

* first item
* second item
* third item

Example

  • We are a small unicycle team from Australia. Please see about us for details.
  • Checkout our tutorials page for tricks and tips to riding unicycles.
  • The media page showcases our latest unicycle videos.

To create numbered lists

# first item
# second item
# third item

Example

  1. Monday
  2. Tuesday
  3. Wednesday
  4. Thursday
  5. Friday

To create tables

| first row first column | first row second column |
| second row first column | second row second column |

To insert a horizontal line, type

----