~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/WikiCourse(2f)13(20)Lists/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
##master-page:
 
4
##master-date:
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
#pragma section-numbers off
 
9
<<Navigation(slides)>>
 
10
= Lists =
 
11
 
 
12
== Bulleted ==
 
13
 
 
14
=== Input ===
 
15
{{{
 
16
My pets:
 
17
 * Dog
 
18
 * Cat
 
19
  * Mouse
 
20
}}}
 
21
=== Display ===
 
22
My pets:
 
23
 * Dog
 
24
 * Cat
 
25
  * Mouse
 
26
 
 
27
== Numbered ==
 
28
=== Input ===
 
29
{{{
 
30
To do:
 
31
 1. Feed dog
 
32
 1. Feed cat
 
33
  1. Let out mouse
 
34
}}}
 
35
=== Display ===
 
36
To do:
 
37
 1. Feed dog
 
38
 1. Feed cat
 
39
  1. Let out mouse
 
40
 
 
41
(!) !MoinMoin can count on its own!
 
42
 
 
43
(!) The number of leading spaces defines the hierarchical level of the list.
 
44
 
 
45
There are more examples of lists at HelpOnLists.