To get bulleted list items, start a line with space and an asterisk " *"; to get numbered items, start it with a space and a number template " 1.", " a.", " A.", " i." or " I.". To start a numbered list with a certain initial value, append "#value" to the number template.
To nest lists of different levels, you indent the list items with more spaces. All items with the same level of indentation belong to the same list or sublist. Because of this, you cannot change the style of a list after you started it.
Another form of list, a "definition list", can be created by items of the form <whitespace>term:: definition; note that the term cannot currently contain any wiki markup.
For more information on the possible markup, see Help with Editing.
Indentation
The wiki code is in the box, and how it ends up being displayed is shown below:
If you indent text like this, then it is indented in the output you can have multiple levels of indentation
If you indent text
like this, then it is indented in the output
you can have multiple levels of indentation
Bulleted Lists
The wiki code is in the box, and how it ends up being displayed is shown below:
And if you put asterisks at the start of the line * you get a * bulleted * list * which can also be indented * to several levels
And if you put asterisks at the start of the line
-
you get a
-
bulleted
-
list
-
which can also be indented
-
to several levels
Numbered Lists
The wiki code is in the box, and how it ends up being displayed is shown below:
A numbered list, mixed with bullets: 1. one 1. two 1. one * bullet 1 * bullet 2 1. two 1. three * bullet 1. one
A numbered list, mixed with bullets:
-
one
-
two
-
one
-
bullet 1
-
bullet 2
-
two
-
three
-
bullet
-
one
Variations of numbered lists * Lowercase roman i. one i. two * Uppercase roman (with start offset 42) I.#42 forty-two I. forty-three * Lowercase alpha a. one a. two * Uppercase alpha A. one A. two
Variations of numbered lists:
-
Lowercase roman
-
one
-
two
-
Uppercase roman (with start offset 42)
-
forty-two
-
forty-three
-
Lowercase alpha
-
one
-
two
-
Uppercase alpha
-
one
-
two
Definition Lists
The wiki code is in the box, and how it ends up being displayed is shown below
term:: definition another term:: and its definition note:: definitions don't work if you don't use a space at the start of the line!
- term
-
definition
- another term
-
and its definition
note:: definitions don't work if you don't use a space at the start of the line!