(remove <nowiki> from example; categorize basic as per http://docs.simplemachines.org/index.php?topic=57) |
(cleanup, wikified, took li out, used ParmDesc) |
||
Line 1: | Line 1: | ||
{{Wordy bbc | |||
|tag=list | |||
|parameters={{Parmdesc | |||
|type|d1=(optional) one of the following:anone, 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 | |||
|example=[list type=lower-greekl] [li]list item (see [[li]])[/li] [/list] | |||
|result=<ol style="list-style-type: lower-greek;"><li>list item (see [[li]])</li></ol> | |||
|description=The <tt>list</tt> tag encloses a list. Each item in the list must be enclosed in [[li]] tags. The type property of the <tt>list</tt> 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]] | ||
Revision as of 16:19, 25 January 2011
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:anone, 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-greekl] [li]list item (see li)[/li] [/list]
result:
- list item (see li)