Posting articles with Lists

The jumping off discussion area for the rest of the Deck. All things Lakewood.
Please check out our other sections. As we refile many discussions from the past into
their proper sections please check them out and offer suggestions.

Moderator: Jim O'Bryan

dl meckes
Posts: 1475
Joined: Mon Mar 07, 2005 6:29 pm
Location: Lakewood

Posting articles with Lists

Post by dl meckes »

Please turn off the smilies when you post an article with a list.
Stan Austin
Contributor
Posts: 2465
Joined: Tue Mar 15, 2005 12:02 pm
Contact:

Post by Stan Austin »

Why
:?:
dl meckes
Posts: 1475
Joined: Mon Mar 07, 2005 6:29 pm
Location: Lakewood

Post by dl meckes »

1)
2)
3)
4)
5)
6)
7)
8)
9)
10)
Bryan Schwegler
Posts: 963
Joined: Fri Jun 24, 2005 4:23 pm
Location: Lakewood

Post by Bryan Schwegler »

Or the better way is to use the BBCode for making lists:

Code: Select all

Creating an Un-ordered list
BBCode supports two types of lists, unordered and ordered. They are essentially the same as their HTML equivalents. An unordered list ouputs each item in your list sequentially one after the other indenting each with a bullet character. To create an unordered list you use [list][/list] and define each item within the list using [*]. For example, to list your favorite colours you could use:

[list]
[*]Red
[*]Blue
[*]Yellow
[/list]

This would generate the following list:
- Red
- Blue
- Yellow

Creating an Ordered list
The second type of list, an ordered list gives you control over what is output before each item. To create an ordered list you use [list=1][/list] to create a numbered list or alternatively [list=a][/list] for an alphabetical list. As with the unordered list items are specified using [*]. For example:

[list=1]
[*]Go to the shops
[*]Buy a new computer
[*]Swear at computer when it crashes
[/list]

will generate the following:
1. Go to the shops
2. Buy a new computer
3. Swear at computer when it crashes
Whereas for an alphabetical list you would use:

[list=a]
[*]The first possible answer
[*]The second possible answer
[*]The third possible answer
[/list]

giving
a. The first possible answer
b. The second possible answer
c. The third possible answer


You can see all the BBCode options here.
Post Reply