This is a static copy of the main wikispot.org site, preserved for historical purposes only. Please see this page for more information.

Help with Lists

InfoInfo
Search:    

  1. Indentation
  2. Bulleted Lists
  3. Numbered Lists
  4. Definition Lists
Starting a line with a space will indent the line; starting with more spaces indents the line even more.

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

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

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:

  1. one

  2. two

    1. one

      • bullet 1

      • bullet 2

    2. two

  3. three

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:

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!

This is a Wiki Spot wiki. Wiki Spot is a 501(c)3 non-profit organization that helps communities collaborate via wikis.