Meehelpen
Deze pagina is nog niet vertaald. Help mee aan deze Nederlandstalige Moodle Docs en vertaal een stukje! Meer informatie over hoe je dat kan doen, vind je hier.
Elke wiki pagina heeft een "edit" tabje aan de bovenkant en "edit" links aan de zijkant. Deze links doen precies wat ze zeggen, namelijk jou de mogelijkheid geven de pagina waar je naar aan het kijken bent te wijzigen. Probeer het eens in de zandbak!
Toon bewerking ter controle
Voordat je wijzigingen opgeslagen worden, kun je met deze optie zien hoe je pagina eruit komt te zien nadat jouw wijzigingen zijn toegepast. Iedereen maakt weleens een foutje en deze optie zorgt ervoor dat je die foutjes er meteen uit vist. Door gebruik te maken van "Toon bewerking ter controle" kun je ook opmaak uitproberen zonder de geschiedenis van de pagina erg druk te maken. Vergeet niet je wijzigingen na de controle alsnog op te slaan!
Samenvatting
Het is een goede gewoonte om voordat je een pagina opslaat een korte samenvatting van je wijzigingen te geven in het veld onder het "edit" veld.
Opmaak
De meeste opmaak wordt gedaan met Wiki markup - je hoeft dus geen HTML te leren!
Vet en cursief
Vet en cursief krijg je voor mekaar door een woord of pagina met meerdere apostrophes te omringen ('):
''italics''appears as italics. (2 apostrophes on both sides)'''bold'''appears as bold. (3 apostrophes on both sides)'''''bolded italics'''''appears as bolded italics. (5 apostrophes on both sides)
Headings and subheadings
Headings and subheadings are an easy way to improve the organization of an article.
Headings can be created like this:
==Top level heading==(2 equals signs)===Subheading===(3 equals signs)====Another level down====(4 equals signs)
If an article has at least four headings, a table of contents will automatically be generated.
Indentations
The simplest way of indenting is to place a colon (:) at the beginning of a line. The more colons you put, the further indented the text will be. A newline marks the end of the indented paragraph e.g.
This is aligned all the way to the left.:This is indented slightly.::This is indented more.
is shown as
- This is aligned all the way to the left.
- This is indented slightly.
- This is indented more.
- This is indented slightly.
Lists
| What it looks like | What you type |
|---|---|
marks the end of the list. |
* Unordered Lists are easy to do: ** start every line with a star *** more stars means deeper levels *A newline *in a list marks the end of the list. |
marks the end of the list. |
# Numbered lists are also good ## very organized ## easy to follow #A newline #in a list marks the end of the list. |
Preserving formatting
| What it looks like | What you type |
|---|---|
|
Leading spaces are another way to preserve formatting. Putting a space at the beginning of each line stops the text from being reformatted. |
Leading spaces are another way to preserve formatting. Putting a space at the beginning of each line stops the text from being reformatted. |
Links
Wiki links
To make a wiki link, simply put the word in double square brackets, like this: [[Sandbox]]
If you want to use words other than the article title as the text of the link, you can do so by adding the pipe "|" divider followed by the alternative name.
For example, if you wanted to make a link to the Sandbox, but wanted it to say "my text" you would write it as: [[Sandbox|my text]]... It would appear as: my text... but would link to the sandbox.
External links
The easiest way to make an external link is to simply type in the full URL for the page you want to link to e.g. http://moodle.com.
To make the link display something other than the URL, use one square bracket at each end. If you want to make a link to moodle.com, type [http://moodle.com/]
This will display the link as a number in brackets, like this: [1].
If you want the link to appear with text that you specify, add an alternative title after the address separated by a space (not a pipe). So if you want the link to appear as Moodle.com, just type [http://moodle.com Moodle.com].
Categories
To put a page in a category, just type [[Category:]], and put the name of the category between the colon and the brackets.
Inter-language links
Simply type [[es:Corresponding page title in Spanish]] in the English Moodle Docs, or [[en:Corresponding page title in English]] in the Spanish Moodle Docs, at the bottom of the page, below the category link. Inter-language links will appear automatically in the "In other languages" block.
User-page links
Talk page contributions may be signed and dated by typing four tildes ~~~~. This will appear as Helen Foster 06:35, 19 February 2006 (WST), for example.
External links
- MediaWiki Help:Editing
- Help:HTML in wikitext
- HTML to MediaWiki converter
- Firefox Wikipedia extension - The Wikipedia extension makes editing of wiki pages easier by adding a new toolbar to your browser and by providing new menu items in the context menu (right mouse key).