Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
= Top-level heading (1)
2
== This a test for creole 0.1 (2)
3
=== This is a Subheading (3)
4
==== Subsub (4)
5
===== Subsubsub (5)
6
 
7
The ending equal signs should not be displayed:
8
 
9
= Top-level heading (1) =
10
== This a test for creole 0.1 (2) ==
11
=== This is a Subheading (3) ===
12
==== Subsub (4) ====
13
===== Subsubsub (5) =====
14
 
15
 
16
You can make things **bold** or //italic// or **//both//** or //**both**//.
17
 
18
Character formatting extends across line breaks: **bold,
19
this is still bold. This line deliberately does not end in star-star.
20
 
21
Not bold. Character formatting does not cross paragraph boundaries.
22
 
23
You can use [[internal links]] or [[http://www.wikicreole.org|external links]],
24
give the link a [[internal links|different]] name.
25
 
26
Here's another sentence: This wisdom is taken from [[Ward Cunningham's]]
27
[[http://www.c2.com/doc/wikisym/WikiSym2006.pdf|Presentation at the Wikisym 06]].
28
 
29
Here's a external link without a description: [[http://www.wikicreole.org]]
30
 
31
Be careful that italic links are rendered properly:  //[[http://my.book.example/|My Book Title]]//
32
 
33
Free links without braces should be rendered as well, like http://www.wikicreole.org/ and http://www.wikicreole.org/users/~example.
34
 
35
Creole1.0 specifies that http://bar and ftp://bar should not render italic, something like foo://bar should render as italic.//
36
 
37
You can use this to draw a line to separate the page:
38
 
39
 
40
----
41
 
42
You can use lists, start it at the first column for now, please...
43
 
44
unnumbered lists are like
45
 
46
* item a
47
* item b
48
* **bold item c**
49
 
50
blank space is also permitted before lists like:
51
 
52
  *   item a
53
 * item b
54
* item c
55
 ** item c.a
56
 
57
or you can number them
58
 
59
# [[item 1]]
60
# item 2
61
# // italic item 3 //
62
    ## item 3.1
63
  ## item 3.2
64
 
65
up to five levels
66
 
67
* 1
68
** 2
69
*** 3
70
**** 4
71
***** 5
72
 
73
* You can have
74
multiline list items
75
* this is a second multiline
76
list item
77
 
78
You can use nowiki syntax if you would like do stuff like this:
79
 
80
{{{
81
Guitar Chord C:
82
 
83
||---|---|---|
84
||-0-|---|---|
85
||---|---|---|
86
||---|-0-|---|
87
||---|---|-0-|
88
||---|---|---|
89
}}}
90
 
91
You can also use it inline nowiki {{{ in a sentence }}} like this.
92
 
93
= Escapes =
94
Normal Link: http://wikicreole.org/ - now same link, but escaped: ~http://wikicreole.org/
95
 
96
Normal asterisks: ~**not bold~**
97
 
98
a tilde alone: ~
99
 
100
a tilde escapes itself: ~~xxx
101
 
102
=== Creole 0.2 ===
103
 
104
This should be a flower with the ALT text "this is a flower" if your wiki supports ALT text on images:
105
 
106
{{Red-Flower.jpg|here is a red flower}}
107
 
108
=== Creole 0.4 ===
109
 
110
Tables are done like this:
111
 
112
|=header col1|=header col2|
113
|col1|col2|
114
|you         |can         |
115
|also        |align\\ it. |
116
 
117
You can format an address by simply forcing linebreaks:
118
 
119
My contact dates:\\
120
Pone: xyz\\
121
Fax: +45\\
122
Mobile: abc
123
 
124
=== Creole 0.5 ===
125
 
126
|= Header title               |= Another header title     |
127
| {{{ //not italic text// }}} | {{{ **not bold text** }}} |
128
| //italic text//             | **  bold text **          |
129
 
130
=== Creole 1.0 ===
131
 
132
If interwiki links are setup in your wiki, this links to the WikiCreole page about Creole 1.0 test cases: [[WikiCreole:Creole1.0TestCases]].
133