<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>HelpOnLists</title></articleinfo><section><title>Lists</title><itemizedlist><listitem override="none"><para><inlinemediaobject><imageobject><imagedata depth="16" fileref="http://clip.ipipan.waw.pl/wiki_static/mandarin_clip/img/icon-info.png" width="16"/></imageobject><textobject><phrase>{i}</phrase></textobject></inlinemediaobject> This page helps if you are working with the standard editor. If you work with the graphical editor you can work with different tools to do almost the same. (See <ulink url="http://clip.ipipan.waw.pl/HelpOnLists/HelpOnGraphicalEditor#">HelpOnGraphicalEditor</ulink>). You can test all these things best in the <ulink url="http://clip.ipipan.waw.pl/HelpOnLists/WikiSandBox#">WikiSandBox</ulink>. </para></listitem></itemizedlist><para><emphasis role="strong">Help on Lists and Indentation</emphasis> </para><para>You can create different lists in a quite natural way. All you do is indent the line containing the list item with at least one space. To nest lists of different levels, you use different depths of indenting. All items on the same indent level belong to the same (sub-)list. That also means that you cannot change the style of a list after you started it. </para><section><title>Indentation</title><para>You can indent text with one or more spaces. This is especially useful if your are discussing on a wiki page and want to have some kind of thread level that is viewable </para><para><emphasis role="strong">Example:</emphasis> </para><screen><![CDATA[ If you indent text
  like this, then it is indented in the output
    you can have multiple levels of indent]]></screen><para><emphasis role="strong">Is displayed:</emphasis> </para><itemizedlist><listitem override="none"><para>If you indent text </para><itemizedlist><listitem override="none"><para>like this, then it is indented in the output </para><itemizedlist><listitem override="none"><para>you can have multiple levels of indent </para></listitem></itemizedlist></listitem></itemizedlist></listitem></itemizedlist></section><section><title>Unnumbered Lists</title><para>For a simple unnumbered(bulleted) list use the asterisk  * &quot;<code>*</code>&quot;. You can put linebreaks in the wiki markup of a list item by indenting the additional lines at the same level as the initial star that began the list item (without preceding it with an asterisk). If you want to make a line break inside a list simply use <code>&lt;&lt;BR&gt;&gt;</code> at the end of the term after which you like to see the break.  </para><itemizedlist><listitem override="none"><para><inlinemediaobject><imageobject><imagedata depth="16" fileref="http://clip.ipipan.waw.pl/wiki_static/mandarin_clip/img/icon-info.png" width="16"/></imageobject><textobject><phrase>{i}</phrase></textobject></inlinemediaobject> For a list without bullets start the item with a dot &quot;<code>.</code>&quot;<footnote><para>For the CSS savy people: This does 'list-style-type: none'</para></footnote> </para></listitem></itemizedlist><para><emphasis role="strong">Example:</emphasis> </para><screen><![CDATA[ * simple item
 this will be displayed on the same line
  * second level
 * another simple item <<BR>> and something that is displayed in a new line]]></screen><para><emphasis role="strong">Is displayed:</emphasis> </para><itemizedlist><listitem><para>simple item this will be displayed on the same line </para><itemizedlist><listitem><para>second level </para></listitem></itemizedlist></listitem><listitem><para>another simple item </para><para> and something that is displayed in a new line </para></listitem></itemizedlist><para><emphasis role="strong">Example:</emphasis> </para><screen><![CDATA[ . simple item without a bullet (no style)
  . second level]]></screen><para><emphasis role="strong">Is displayed:</emphasis> </para><itemizedlist><listitem override="none"><para>simple item without a bullet (no style) </para><itemizedlist><listitem override="none"><para>second level </para></listitem></itemizedlist></listitem></itemizedlist></section><section><title>Numbered Lists</title><para>To get numbered list items, start it with a number template &quot;<code>1.</code>&quot;, &quot;<code>a.</code>&quot;, &quot;<code>A.</code>&quot;, &quot;<code>i.</code>&quot; or &quot;<code>I.</code>&quot;. To start a numbered list with a certain initial value, append &quot;<code>#</code><emphasis>value</emphasis>&quot; to the number template. </para><para><emphasis role="strong">Examples:</emphasis> </para><screen><![CDATA[ 1. first item
 1. second item
  1. second level]]></screen><para><emphasis role="strong">Is Displayed:</emphasis> </para><orderedlist numeration="arabic"><listitem><para>first item </para></listitem><listitem><para>second item </para><orderedlist numeration="arabic"><listitem><para>second level </para></listitem></orderedlist></listitem></orderedlist></section><section><title>Definition Lists</title><para>Definition lists can be created by items of this form:  </para><screen><![CDATA[<whitespace>term:: definition]]></screen><itemizedlist><listitem override="none"><para><inlinemediaobject><imageobject><imagedata depth="16" fileref="http://clip.ipipan.waw.pl/wiki_static/mandarin_clip/img/icon-info.png" width="16"/></imageobject><textobject><phrase>{i}</phrase></textobject></inlinemediaobject> note that the <emphasis>term</emphasis> cannot currently contain any wiki markup. </para></listitem><listitem override="none"><para><inlinemediaobject><imageobject><imagedata depth="16" fileref="http://clip.ipipan.waw.pl/wiki_static/mandarin_clip/img/icon-info.png" width="16"/></imageobject><textobject><phrase>{i}</phrase></textobject></inlinemediaobject> definition lists are also used in dictionaries (see <ulink url="http://clip.ipipan.waw.pl/HelpOnLists/HelpOnDictionaries#">HelpOnDictionaries</ulink>) </para></listitem></itemizedlist><para><emphasis role="strong">Example:</emphasis> </para><screen><![CDATA[ term:: definition
 another term:: and its definition]]></screen><para><emphasis role="strong">Is Displayed:</emphasis> </para><glosslist><glossentry><glossterm>term</glossterm><glossdef><para>definition </para></glossdef></glossentry><glossentry><glossterm>another term</glossterm><glossdef><para>and its definition </para></glossdef></glossentry></glosslist></section><section><title>Numbered Sections</title><para>Also list related but another thing is the possibilty to number the section headers. You can do this by adding a <emphasis role="strong">#pragma</emphasis> processing instruction to the header of the page. Add </para><screen><![CDATA[#pragma section-numbers on]]></screen><para>to the top of the page and your section headings are getting numbers starting from 1 (subsections are also getting numbers like 1.1, 1.2 and so on) </para><itemizedlist><listitem override="none"><para><inlinemediaobject><imageobject><imagedata depth="16" fileref="http://clip.ipipan.waw.pl/wiki_static/mandarin_clip/img/icon-info.png" width="16"/></imageobject><textobject><phrase>{i}</phrase></textobject></inlinemediaobject> see <ulink url="http://clip.ipipan.waw.pl/HelpOnLists/HelpOnProcessingInstructions#">HelpOnProcessingInstructions</ulink> for more </para></listitem></itemizedlist></section><section><title>More Examples</title><screen><![CDATA[A numbered list, mixed with bullets:
  1. one
  1. two
    1. one
      * bullet 1
      * bullet 2
    1. two
  1. three
    * bullet
      1. one
]]><![CDATA[
Variations of numbered lists:
  * Lowercase roman
    i. one
    i. two
  * Uppercase roman (with start offset 42)
    I.#42 forty-two
    I. forty-three
  * Lowercase alpha
    a. one
    a. two
  * Uppercase alpha
    A. one
    A. two]]></screen><para><emphasis role="strong">Are Displayed</emphasis>: </para><para>A numbered list, mixed with bullets: </para><orderedlist numeration="arabic"><listitem><para>one </para></listitem><listitem><para>two </para><orderedlist numeration="arabic"><listitem><para>one </para><itemizedlist><listitem><para>bullet 1 </para></listitem><listitem><para>bullet 2 </para></listitem></itemizedlist></listitem><listitem><para>two </para></listitem></orderedlist></listitem><listitem><para>three </para><itemizedlist><listitem><para>bullet </para><orderedlist numeration="arabic"><listitem><para>one </para></listitem></orderedlist></listitem></itemizedlist></listitem></orderedlist><para>Variations of numbered lists: </para><itemizedlist><listitem><para>Lowercase roman </para><orderedlist numeration="lowerroman"><listitem><para>one </para></listitem><listitem><para>two </para></listitem></orderedlist></listitem><listitem><para>Uppercase roman (with start offset 42) </para><orderedlist numeration="upperroman"><listitem><para>forty-two </para></listitem><listitem><para>forty-three </para></listitem></orderedlist></listitem><listitem><para>Lowercase alpha </para><orderedlist numeration="loweralpha"><listitem><para>one </para></listitem><listitem><para>two </para></listitem></orderedlist></listitem><listitem><para>Uppercase alpha </para><orderedlist numeration="upperalpha"><listitem><para>one </para></listitem><listitem><para>two </para></listitem></orderedlist></listitem></itemizedlist><para>For more information on the possible markup, see <ulink url="http://clip.ipipan.waw.pl/HelpOnLists/HelpOnEditing#">HelpOnEditing</ulink>.  </para><!--rule (<hr>) is not applicable to DocBook--></section></section></article>