Access Keys:
Skip to content (Access Key - 0)
Home (Access Key - 1)
All spaces... (Access Key - 3)
Log in (Access Key - 5)
Sign up (Access Key - 6)
Toggle Sidebar

Lists and Indents


Lists and Indents

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:

  1. First item
  2. 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
    1. Item 1
      • A bullet point
    2. Item 2

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.
Toggle Sidebar

See Also

Incoming Links


Outgoing Links


Added by Guy Fraser on Sep 30, 2005 02:35, last edited by Guy Fraser on Jul 21, 2008 19:13
Anonymous

Can I control the indention of my list. Currently it is going too deep.

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.

Anonymous

Is there a way to do lettered lists?
such as
a.
b.
c.
d.
etc.

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)

Anonymous

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
macro, but cannot find it anywhere.
Is there any way of creating a table that actually works?
Thanks.
Bryan.

Anonymous

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....


Adaptavist Theme Builder Powered by Atlassian Confluence