番号付きリストを作成するには
[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