<p>Links can be placed in the text and are followed (with no spaces) by the text to be displayed in brackets. Example: </em>http://www.google.com/(Search Now)</em> will be converted to
<p>If you know the Moodle id number (look for ?id=nn at the end of a module address) and
the module name, you can link directly to that resource using the syntax:</p>
<p>ModuleName:nn(Description Text)</p>
<p>eg, <em>resource:36(My New Page)</em><em>forum:10(Jump to forum)</em></p>
<h3>Moodle Picture Links</h3>
<p>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:</p>
<p>/<em>..path to file..</em>(alt text)</p>
<p>for example, /mypics/graphic.jpg(Staff picture)</p>
<h3>Moodle File Links</h3>
<p>Very like Picture Links (above), this feature enables links to previously uploaded
files to be placed in a wiki page. The syntax is:</p>
<p><b>file:</b><em>..path to file</em>(link text)</p>
<p>for example, file:/pdfs/moodle.pdf(Information About Moodle)</p>
<h3>Automatic reformating</h3>
<p>Many commonly used functions are converted into their XHTML equivalents automatically.. The main ones are as
follows...</p>
<ul>
<li>HTTP links are converted into active links</li>
<li> ..., (R), (TM), (C), 1/4, 1/2, 3/4 are all converted to the correct character</li>
<li> digits x digits converts to correct multiply symbol</li>
<li>A line starting with at least four dashes is converted into a horizontal line</li>
</ul>
<h3>Spelling Checker (Experimental)</h3>
<p>The wiki formatter can be switched into a spell checking mode. Place the following on
a line by itself in the text. Everything after this will be checked...</p>
<pre>
!SPELL:language_code:language_variant
Examples:
!SPELL:en:british
!SPELL:sp
</pre>
<p>"language_code" should be replaced by the appropriate code (e.g., EN, FR etc), "language_variant" (along with the colon) is optional and can be one of "american", "british", or "canadian" if the language code is EN.</p>
<p>When displayed any unknown words are highlighted and you can see suggestions by holding the mouse over
the word</p>
<p><em>NOTE: spelling uses the <strong>pspell</strong> libraries. These and the required dictionaries must be present on your server for the spell checker to work. In particular the Windows platform is not supported.