list
button: (https://alt.lingvopolitics.org/Themes/default/images/bbc/list.gif)
description: The list tag encloses a list. Each item in the list must be enclosed in li tags. The type property of the list tag lets you specify a few bullet formats, as well as several counting formats. Some of the list types might not work in some browsers.
parameters:
- type (optional) one of the following: none, disc, circle, square, decimal, decimal-leading-zero, lower-roman, upper-roman, lower-alpha, upper-alpha, lower-greek, lower-latin, upper-latin, hebrew, armenian, georgian, cjk-ideographic, hiragana, katakana, hiragana-iroha and katakana-iroha.
[list type=none]
[list type=decimal]
[list type=decimal-leading-zero]
[list type=lower-latin]
[list type=upper-latin]
[list type=lower-alpha]
[list type=upper-alpha]
| [list type=lower-greek]
[list type=lower-roman]
[list type=upper-roman]
[list type=disc]
[list type=square]
[list type=circle]
[list type=cjk-ideographic]
| [list type=hebrew]
[list type=armenian]
[list type=georgian]
[list type=hiragana]
[list type=katakana]
[list type=hiragana-iroha]
[list type=katakana-iroha]
|
li
description: The li tag creates list items. This is a block level tag, and can contain any other tag, but must be placed only in [list] tags. The bullet style of the list items is controlled by the type parameter of the [list] tag, but alternate forms of the [li] tag can be used to vary the bullet style of individual list items.
|
|
|