Li: Difference between revisions From Online Manual

Jump to: navigation, search
m (Bot: Automated text replacement (-<tt> +))
m (Bot: Automated text replacement (-</tt> +))
Line 3: Line 3:
|example=&#91;li&#93;text or bbc code of a list item&#91;/li&#93;
|example=&#91;li&#93;text or bbc code of a list item&#91;/li&#93;
|result=<ul><li>text or bbc code of a list item</li></ul>
|result=<ul><li>text or bbc code of a list item</li></ul>
|description=The li</tt> tag creates list items. This is a block level tag, and can contain any other tag, but must be placed only in [[list|&#91;list&#93;]]</tt> tags. The bullet style of the list items is controlled by the '''type''' parameter of the[[list|&#91;list&#93;]] tag, but alternate forms of the &#91;li&#93;</tt> 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|&#91;list&#93;]] tags. The bullet style of the list items is controlled by the '''type''' parameter of the[[list|&#91;list&#93;]] tag, but alternate forms of the &#91;li&#93; 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

Revision as of 11:26, 1 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: