How to make bulleted and numbered lists

From Buffalo Shows Wiki

Jump to: navigation, search

How to make bulleted lists.

This is a good way to list band members or shows.

1. Open an existing page or create a new page.
2. Edit said page.
3. Use this code to make unordered bulleted lists.

*First Bullet
*Second Bullet
**SubBullet
***SubSubBullet

Will look like this:

  • First Bullet
  • Second Bullet
    • SubBullet
      • SubSubBullet

Just add a * on every new line for a new bullet.
** creates a SubBullet.


How to make numbered lists.

This is a good way to list album/record information.

1. Open an existing page or create a new page.
2. Edit said page.
3. Use this code to make numbered lists.

#First Number
#Second Number
##SubNumber
###SubSubNumber

Will look like this:

  1. First Bullet
  2. Second Bullet
    1. SubBullet
      1. SubSubBullet

Just add a # on every new line for a new bullet.
## creates a SubBullet.

Personal tools