The BBCode used on TESNexus to create lists has now been changed to the forum BBCode.
Unordered list original usage:
CODE
[ul]
[*]List Item 1[/*]
[*]List Item 2[/*]
[/ul]
[*]List Item 1[/*]
[*]List Item 2[/*]
[/ul]
Updated usage:
CODE
[list]
[*]List Item 1
[*]List Item 2
[/list]
[*]List Item 1
[*]List Item 2
[/list]
Ordered list original usage:
CODE
[ol]
[*]List Item 1[/*]
[*]List Item 2[/*]
[/ol]
[*]List Item 1[/*]
[*]List Item 2[/*]
[/ol]
Updated usage:
CODE
[list=1]
[*]List Item 1
[*]List Item 2
[/list]
[*]List Item 1
[*]List Item 2
[/list]
Legacy code is in place for current entries that make use of the old list BBCode.