List: Difference between revisions From Online Manual

Jump to: navigation, search
m ("anone" -> " none")
Line 2: Line 2:
|tag=list
|tag=list
|parameters={{Parmdesc
|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.}}
     |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=[list type=lower-greekl] [li]list item (see [[li]])[/li] [/list]
|example=[list type=lower-greekl] [li]list item (see [[li]])[/li] [/list]

Revision as of 18:24, 13 September 2011

button: 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.

example: [list type=lower-greekl] [li]list item (see li)[/li] [/list]

result:

  1. list item (see li)



Advertisement: