You can create ordered and unordered lists at wiki pages. To create unordered list use one or several "*" characters at the beginning of the line. To create ordered list use one or several "#" characters at the beginning of the line. To create nested list "*" or "#" characters will be repeated. The count of the characters indicate the nesting level.

To create unordered list you may use "Wiki - Lists - Unordered list" menu item or button.

To create ordered list you may use "Wiki - Lists - Ordered list" menu item or button.

When the cursor placed on the list line (the line begins with "*" or "#") the click on the or (or relevant menu item) increases the nesting level.

Following will be showed some examples of

Below are a few examples of using lists in wiki notation.

Unordered lists

Syntax



* Line 1
* Line 2
** Line 3
** Line 4
*** Line 5
*** Line 6
** Line 7
*Line 8

Result

Ordered lists

Syntax



# Line 1
# Line 2
## Line 3
## Line 4
### Line 5
### Line 6
## Line 7
# Line 8

Result

  1. Line 1
  2. Line 2
    1. Line 3
    2. Line 4
      1. Line 5
      2. Line 6
    3. Line 7
  3. Line 8

Mixed lists

Syntax



# Line 1
# Line 2
** Line 3
** Line 4
### Line 5
### Line 6
** Line 7
# Line 8

Result

  1. Line 1
  2. Line 2
  3. Line 8