From: moodler Date: Tue, 27 May 2003 14:24:06 +0000 (+0000) Subject: Latest changes from Howard X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fc55b4e900e578d7c9a6dcc30d49a925203edb13;p=moodle.git Latest changes from Howard --- diff --git a/lang/en/help/wiki.html b/lang/en/help/wiki.html index 91a10f8b92..74412267ff 100644 --- a/lang/en/help/wiki.html +++ b/lang/en/help/wiki.html @@ -33,7 +33,7 @@ can add to insert formatting

List Formatting

Simple lists can be constructed easily by placing a special character at the start of each line in the list followed by a space. -The list is terminated by a blank line. At present lists cannot be intermixed or nested. Definition list +The list is terminated by a blank line. Lists may be freely nested - and nested lists may change list type. Definition list definitions and text types may be freely intermixed to obtain the desired effect. The special characters are as follows...

@@ -45,6 +45,22 @@ are as follows...

;Definition list, text +

Nested lists example:

+

+  * First Bullet
+  * Second Bullet
+  ## nested line 1
+  ## nested line 2
+  * Third Bullet
+

+

Produces: +

+

Inline formatting

Inline formmating allows part of a line to be marked as having a particular style. The special @@ -84,6 +100,14 @@ the module name, you can link directly to that resource using the syntax:

ModuleName:nn(Description Text)

eg, resource:36(My New Page) forum:10(Jump to forum)

+

Moodle Picture Links

+ +

Inline graphics can be placed on wiki pages. You need to upload the graphic and note its path within the file upload area. The syntax is:

+ +

/..path to file..(alt text)

+ +

for example, /mypics/graphic.jpg(Staff picture)

+

Automatic reformating

Many commonly used functions are converted into their XHTML equivalents automatically.. The main ones are as