m (Bot: Automated text replacement (-<tt> +)) |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
|type|d1=(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.}} | |type|d1=(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.}} | ||
|button=list.gif | |button=list.gif | ||
|example= | |example=[list type=lower-greek] [li]list item (see [[li]])[/li] [li]another list item[/li] [/list] | ||
|result=<ol style="list-style-type: lower-greek;"><li>list item (see [[li]])</li><li>another list item</li></ol> | |result=<ol style="list-style-type: lower-greek;"><li>list item (see [[li]])</li><li>another list item</li></ol> | ||
|description=The list | |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.}} | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
[[Category:Basic Bulletin Board Code]] | [[Category:Basic Bulletin Board Code]] |
Latest revision as of 11:43, 1 July 2013
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.
example: [list type=lower-greek] [li]list item (see li)[/li] [li]another list item[/li] [/list]
result:
- list item (see li)
- another list item