]> git.mjollnir.org Git - moodle.git/commitdiff
Updated to reflect change in quote handling, and to document inline
authorthepurpleblob <thepurpleblob>
Thu, 18 Sep 2003 12:57:49 +0000 (12:57 +0000)
committerthepurpleblob <thepurpleblob>
Thu, 18 Sep 2003 12:57:49 +0000 (12:57 +0000)
file linking (which was in code but not in help)

lang/en/help/wiki.html

index 5fb630ad24bf07e384b3a43c754c32f86f673dd1..e7cca1b1eb18db66b242a0599fcfdaca81ab9db1 100644 (file)
@@ -75,7 +75,7 @@ cross lines. Codes are as follows...</p>
   <tr><td>-hello world-</td><td><del>hello world</del></td><td>Deleted or Strikethrough</td></tr>\r
   <tr><td>hello ~world~</td><td>hello <sub>world</sub></td><td>Subscript</td></tr>\r
   <tr><td>hello ^world^</td><td>hello <sup>world</sup></td><td>Superscript</td></tr>\r
-  <tr><td>"hello world"</td><td><q>hello world</q></td><td>Quoted</td></tr>\r
+  <tr><td>"hello world"</td><td>&#8220;hello world&#8221;</td><td>Quoted</td></tr>\r
   <tr><td>%hello world%</td><td><code>hello world</code></td><td>Code or Monospaced</td></tr>\r
   <tr><td>@hello world@</td><td><cite>hello world</cite></td><td>Cite</td></tr>\r
 </table>  \r
@@ -112,6 +112,15 @@ the module name, you can link directly to that resource using the syntax:</p>
 \r
 <p>for example,  /mypics/graphic.jpg(Staff picture)</p>\r
 \r
+<h3>Moodle File Links</h3>\r
+\r
+<p>Very like Picture Links (above), this feature enables links to previously uploaded\r
+files to be placed in a wiki page. The syntax is:</p>\r
+\r
+<p><b>file:</b><em>..path to file</em>(link text)</p>\r
+\r
+<p>for example, file:/pdfs/moodle.pdf(Information About Moodle)</p>\r
+\r
 <h3>Automatic reformating</h3>\r
 \r
 <p>Many commonly used functions are converted into their XHTML equivalents automatically.. The main ones are as\r