How to format BBCode List when posting.The following code can be used in your posts to create specialized lists.
If you wish, you can copy the code within the gray boxes to your post and modify the content.
(You can use the '
Select All' link above code boxes to automatically select the entire code.)
Indented List:[list type=none]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
Dot or Disc:[list type=disc]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
Circle:[list type=circle]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
Square:[list type=square]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
Numbers:[list type=decimal]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
Numbers w/Leading Zero:[list type=decimal-leading-zero]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
Upper Roman Numerals:[list type=upper-roman]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
Lower Roman Numerals:[list type=lower-roman]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
Upper Alpha:[list type=upper-alpha]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
Lower Alpha:[list type=lower-alpha]
[li]First item.[/li]
[li]Second item.[/li]
[/list]
-admin