Li: Difference between revisions From Online Manual

Jump to: navigation, search
(List items on the forums are not formatted like the wiki defaults)
mNo edit summary
 
Line 3: Line 3:
|example=[li]text or bbc code of a list item[/li]
|example=[li]text or bbc code of a list item[/li]
|result=<ul style="list-style:disc outside none"><li>text or bbc code of a list item</li></ul>
|result=<ul style="list-style:disc outside none"><li>text or bbc code of a list item</li></ul>
|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|[list]]] tags. The bullet style of the list items is controlled by the '''type''' parameter of the[[list|[list]]] tag, but alternate forms of the [li] tag can be used to vary the bullet style of individual list items.
|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|[list]]] tags. The bullet style of the list items is controlled by the '''type''' parameter of the [[list|[list]]] tag, but alternate forms of the [li] tag can be used to vary the bullet style of individual list items.
<pre><nowiki>[o]circle
<pre><nowiki>[o]circle
[O]circle
[O]circle

Latest revision as of 02:22, 2 July 2013

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.

[o]circle
[O]circle
[0]circle
[*]disc
[@]disc
[+]square
[x]square
[#]square

example: [li]text or bbc code of a list item[/li]

result:

  • text or bbc code of a list item



Advertisement: