Skip to content
Belac Darkstorm edited this page Sep 9, 2016 · 5 revisions

[ol], [ul], [number], and [bullet]

These tags create either a numbered list or bulleted list

Usage

For all lists then items in the list are separated by either newlines or asterisks (*).

The [ol] and [number] tags creates an ordered (numbered) list:

[ol]
Item 1
*Item 2
[/ol]
[number]
Item 1
*Item 2
[/number]

The [ul] and [bullet] tags creates an unordered (bulleted) list:

[ul]
Item 1
*Item 2
[/ul]
[bullet]
Item 1
*Item 2
[/bullet]

Tips

If you put a list inside of another list then you get multiple levels:

[ul]
*This is a test
[ol]*Item 1 *Item 2[/ol]
[/ul]
Clone this wiki locally