第二种列表, 有序的列表让您可以控制每个元素前显示的符号。 创建一个有序列表可以使用
[list=1][/list] 来创建一个数字列表,或者用
[list=a][/list] 生成一个字母排序的列表。 同无序列表一样,用
[*] 来定义元素。 例如:
[list=1][*]Go to the shops
[*]Buy a new computer
[*]Swear at computer when it crashes
[/list] 会生成下面的列表:
- Go to the shops
- Buy a new computer
- Swear at computer when it crashes
字母排序的有序列表是这样的:
[list=a][*]The first possible answer
[*]The second possible answer
[*]The third possible answer
[/list] 显示为
- The first possible answer
- The second possible answer
- The third possible answer
[list=A][*]The first possible answer
[*]The second possible answer
[*]The third possible answer
[/list]显示为
- The first possible answer
- The second possible answer
- The third possible answer
[list=i][*]The first possible answer
[*]The second possible answer
[*]The third possible answer
[/list]显示为
- The first possible answer
- The second possible answer
- The third possible answer
[list=I][*]The first possible answer
[*]The second possible answer
[*]The third possible answer
[/list]显示为
- The first possible answer
- The second possible answer
- The third possible answer