Each page inside a Wiki can be edited easily, using wiki markup.
</p>
<h4> Paragraphs</h4>
<ultype="circle">
<li> separate paragraphs inside the text with empty lines</li>
<li> use three percent signs %%<em></em>% to enforce a line break</li>
<li> if you prepend text with spaces or tabs it will get indented </li>
</ul>
<h4> !! Headlines</h4>
<ultype="circle">
<li> use an exclamation mark ! at the beginning of a line to create a small headline</li>
<li> !! for medium</li>
<li> !!! for large headlines </li>
</ul>
<h4> text style</h4>
<ultype="circle">
<li> if you want to <em>emphasize text</em> enclose it in two single-quotes '' (usually looks italic)</li>
<li><strong>text gets bold</strong> with two underscores __ (or if enclosed with two asterisks **)</li>
<li> to make <big>text big</big> enclose it in hash characters ##</li>
<li> you can get <small> smaller text </small> using "<22><>" likewise</li>
<li> a <tt>typewrite like font</tt> will be used if you enclose text in two equal == signs </li>
</ul>
<h4> Lists</h4>
<ultype="circle">
<li> start a line with an asterisk * to begin a list</li>
<li> use # instead for numerated lists
<ol>
<li> you can create sublists</li>
<li> subsequent list points should start with the same mix of * and # </li>
</ol>
</li>
</ul>
<h4> HyperLinks</h4>
<ultype="circle">
<li> just enter a CamelCase WikiWord inside your text to create a new HyperLink</li>
<li> or, enclose some <b>words in square brackets</b> to create a HyperLink</li>
<li> any valid internet address (starting with <ahref="http://">http://</a>) like http://www.example.com/ inside the text will be made clickable automagically</li>
<li> enclose a www address or a WikiLink inside square brackets [<ahref="http://www.moodle.org/">Moodle</a>] and assign it a neat title using quotation marks or the | character
<ultype="circle">
<li> [title | http://example.com]</li>
<li> [WikiWord "title"] or ["title for" WikiLink] </li>
</ul>
</li>
<li> if you don't want a WikiWord or a !http://www-address (or [anything] inside square brackets) to become a HyperLink then just prepend it with a exclamation mark or a tilde
<ultype="circle">
<li> !NoHyperLink, ~NoHyperLink</li>
<li> ![no hyperlink], !!http://nolink.org/ </li>
</ul>
</li>
</ul>
<h4> Tables with |</h4>
<tablecellpadding="2"border="1"cellspacing="0">
<tr>
<td> just enclose </td>
<td> things with the dash </td>
<td> character </td>
</tr><tr>
<td> to build a </td>
<td> table structure </td>
</tr><tr>
<td> browsers usually </td>
<td> leave out the missing </td>
<td> cells </td>
</tr>
</table>
<p>
Please always put an empty line before and after a table, so it stands out from other text in its own paragraph.
</p>
<h4> Pictures</h4>
<ultype="circle">
<li> to include an image into a page enclose its absolute www-address in square brackets, like [http://www.example.com/pics/image.png] </li>
<li> alternatively you could use the ImageUploading function</li>
There are more possibilities for Wiki mark-up. Please consult the <ahref="http://erfurtwiki.sourceforge.net"target=_new>Erfurt Wiki Homepage</a> for more information.