-
Notifications
You must be signed in to change notification settings - Fork 3
Lists
Belac Darkstorm edited this page Sep 9, 2016
·
5 revisions
These tags create either a numbered list or bulleted list
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]
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]