Lists are a great way to summarise information and indents are perfect for highlighting blocks of information. This tutorial shows you how to add both to your content...
Bullet Points
Bullet point lists are perfect for quickly presenting unordered information:
* An item * Another item
Would produce:
- An item
- Another item
You can also use square bullets:
- An item - Another item
Results in:
- An item
- Another item
Numbered Lists
When you have ordered information to display, numbered lists are perfect as they automatically number each item:
# First item # Second item
Results in:
- First item
- Second item
Nested Lists
You can easily create nested lists and even change the list type at different levels:
* An item ** Indented item *- Another indented item * Another item *# Item 1 *#- A bullet point *# Item 2
Results in:
- An item
- Indented item
- Another indented item
- Another item
- Item 1
- A bullet point
- Item 2
- Item 1
Indents
On this site we regularly use indents to highlight notes or examples:
bq. Quoted text
Results in a single line of text being indented, with a bar at the side:
Quoted text
If you want to indent several lines of content (text or otherwise), use the quote macro:
{quote}First line
Second line
|Or|anything|else|{quote}
Results in:
First line
Second line
Or anything else
Hints and Tips
Use bullet points and numbered lists wherever the chance arises to quickly summarise information in a concise manner.
Use quotations only where they greatly improve readability or to highlight very important points.
Frequently Asked Questions
| Q | What are those bars on the multi-line quote? |
|---|---|
| A | They create a table - see our tutorial on Tables for more information. |
| Q | Are there any other ways to highlight blocks of text? |
|---|---|
| A | Yes. Layout macros allow you to put content in all kinds of panels. |
.png)








Comments (6)
Nov 09, 2006
Anonymous says:
Can I control the indention of my list. Currently it is going too deep.Can I control the indention of my list. Currently it is going too deep.
Nov 09, 2006
Guy Fraser says:
Yeah, it's a real pain - the default browser indentation of bullets is way too m...Yeah, it's a real pain - the default browser indentation of bullets is way too much. You can use CSS (although I can't remember off the top of my head what CSS) to reduce the indentation.
Dec 01, 2006
Anonymous says:
Is there a way to do lettered lists? such as a. b. c. d. etc.Is there a way to do lettered lists?
such as
a.
b.
c.
d.
etc.
Dec 01, 2006
Guy Fraser says:
Not currently - we were working on something that would allow improved customisa...Not currently - we were working on something that would allow improved customisation of lists but never got round to completing it. If you know CSS you can use the style macro and span macro (or div macro) to customise a list, for example:
{style} .mylist ol li { -- enter styles here -- } {style} {span:class=mylist} # wibble # fish {span}(that's just off the top of my head - you'd have to check in to the correct stlyes to use and what to apply them to)
Jan 26, 2007
Anonymous says:
There is mention of a tutorial on tables on this page, but the link is not activ...There is mention of a tutorial on tables on this page, but the link is not active.
I am having troubles using the vertical bars to create tables in that each row has different sized columns which is basically useless.
I did see mention of a
Is there any way of creating a table that actually works?
Thanks.
Bryan.
Jan 26, 2007
Anonymous says:
PLse ignore the above about vertical bars, I just found that the text I imported...PLse ignore the above about vertical bars, I just found that the text I imported has an axtra <CR> at the end of some lines....