DO YOUR TESTS ON THE PAGE DE TESTS
With a few exceptions, all wiki pages can be modified by members logged on to the site.
Each modification is archived, and it is always possible to go back to a previous version in the event of an error or vandalism.
On the right-hand side of each page, you will find this small image:
At the top right you will find the search function dedicated to the wiki.
at the bottom right of each paragraph.
Only registered members can create a page in the wiki.
To create a new page, nothing could be simpler: just type the title you want to give to this page in the “Search” field at the bottom left and click Search.
Appears:
DokuWiki accepts the following formatting: bold, italic, underlined and fixed caster. Of course, you can combine these layouts.
The corresponding source code :
DokuWiki accepts the following formatting: **bold**, //italic//, __underlined__ and ''fixed caster''. Of course, you can **__//''combine''//__** these layouts.
Please host them on the site to ensure their continuity. Use the “media manager” link
in the top menu
OR
The button
Below you'll find all the tags and settings you can use to edit wiki pages.
Feel free to use the page_test to practise. Below you will find examples of the text once published, followed by the text as entered in the source code (in a dotted box).
DokuWiki accepts the following formatting: bold, italic, underlined and fixed caster. Of course, you can combine these layouts.
Of course, you can combine these layouts.
DokuWiki accepts the following formatting: **bold**, //italic//, __underlined__ and ''fixed caster''. Of course, you can **__//''combine''//__** these layouts.
You can also use indice and exposant.
You can also use <sub>indice</sub> and <sup>exposant</sup>.
To create a paragraph, simply insert a blank line.
If you simply want to insert a line break, use two backslash (altgr + 8) followed by a space or line break.
This is text with a line break.
Note that the double backslash is only recognised at the end of a line
or if it is followed by a space.
This is text with a **line break**.\\
Note that the double backslash is only recognised at the end of a line
or if it is followed by a space.
As a general rule, use this option sparingly.
Use the instruction below
<WRAP clear></WRAP>
DokuWiki offers several options for creating a link.
External links are automatically recognised : http://www.google.com or simply www.google.com - You can name your links : This link goes to Google. For email addresses: oli_v_ier@yahoo.fr is recognised.
External links are automatically recognised : http://www.google.com or simply www.google.com - You can name your links : [[http://www.google.com|This link goes to Google]]. For email addresses: <oli_v_ier@yahoo.fr> is recognised.
Internal links are those referring to other pages on this site.
They are created by simply adding double square brackets around the page name. Example: a link to the “create a page” page: create a page. Here is the code used to create this link:
[[create a page]]
If you want the words in the link to be different from the name of the page, simply add the “|” symbol and the words you want in the link. Example: Ce lien leads to the “create a page” page. Code used :
Ce [[create a page|link]] leads to the "create a page".
Notes:
Links to a page paragraph are also possible. Add the name of the paragraph to the link using a pound sign “#”. Example to create a link to the “bizarre this system” paragraph on the “create a page” paragraph: bizarre this system. Code used :
[[create a page#bizarre this system|bizarre this system]].
Notes:
DokuWiki lets you create links wiki:interwiki. These are quick links to other wikis. This link to Wikipedia's page on wikis: Wiki.
DokuWiki lets you create links [[doku>wiki:interwiki]]. These are quick links to other wikis. This link to Wikipedia's page on wikis: [[wp>Wiki]].
Network shares in Windows fichier are recognised. These links are therefore reserved for a wiki application on an intranet or local network.
Les partages réseau sous Windows [[serveurpartage|fichier]] sont reconnus.
You can also illustrate your links with an image as follows:
[[http://www.php.net|{{wiki:php-powered.png}}]]
The plugin Wrap plugin Wrap is used on the wiki.
The following customisation options are available
<WRAP center round important 80%>
With the Wrap plugin, you can add notes like these:
Use the buttons
then
, to get :
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sit amet mattis ex. Etiam sollicitudin sem sed orci rutrum vulputate. Proin tortor tortor, dignissim commodo eleifend malesuada, euismod sed felis. Nam sit amet mauris sodales, sagittis ex vitae, rhoncus lectus. Nullam quis imperdiet dolor. Duis et condimentum magna, vitae dignissim dui. Phasellus dignissim euismod diam, id tempus justo laoreet ut. Nulla quis nisl elementum, sollicitudin libero vel, tristique tortor. Quisque eget nisi sit amet orci pretium laoreet sagittis vel nunc.
Nullam convallis neque a lectus sollicitudin dapibus. Pellentesque ac orci sit amet libero fermentum facilisis. Ut varius quam eget lacus dignissim interdum nec in est. Donec in eros in nibh tempor ornare. Nulla porttitor in purus id malesuada. Mauris sed libero eu massa aliquam faucibus. Praesent lacinia a nisl quis gravida. Fusce tellus ipsum, condimentum porta posuere ut, pharetra vel lectus. Nunc at imperdiet purus, ut semper orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In non feugiat massa, quis pharetra quam. Ut eu lacus ante. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
With the following code :
<WRAP group> <WRAP half column> Text column 1 </WRAP> <WRAP half column> Text column 2 </WRAP> </WRAP>
Use the buttons
then
, to get :
bloc simple
With the following code :
<WRAP center round box 80%> bloc simple </WRAP>
Use the buttons
then
, to get :
bloc information
With the following code :
<WRAP center round info 80%> bloc information </WRAP>
Use the buttons
then
, to get :
bloc astuce
With the following code :
<WRAP center round tip 80%> bloc astuce </WRAP>
Use the buttons
then
, to get :
bloc important
With the following code :
<WRAP center round important 80%> bloc important </WRAP>
Use the buttons
then
, to get :
bloc aide
With the following code :
<WRAP center round help 80%> bloc aide </WRAP>
Use the buttons
then
, to get :
bloc téléchargement
With the following code :
<WRAP center round download 80%> bloc téléchargement </WRAP>
Use the buttons
then
, to get :
bloc à faire
With the following code :
<WRAP center round todo 80%> bloc à faire </WRAP>
If you encounter a formatting problem after using a WRAP block, you need to restore the order of the flow (reposition your text to the bottom left) using the button
then
, to obtain the following code :
<WRAP clear/>
Finally, the WRAP plugin lets you format text. To do this, use the button
puis
,
ou
pour obtenir les codes suivants :
particularly important
important
little important
with the following codes :
<wrap em>particulièrement important</wrap> <wrap hi>important</wrap> <wrap lo>peu important</wrap>
You can add footnotes 1) using double brackets.
You can add footnotes ((This is a footnote))
You can use up to 5 levels of hierarchy for the content of the wiki. If you have more than 3 chapters, a table of contents is generated automatically.
– This function can be deactivated using the following command ~~NOTOC~~ in the document.
==== level title 3 ==== === level title 4 === == level title 5 ==
by using 4 dashes (key 6) you can insert a horizontal line:
Please use only your own images or images that are free of copyright. A certain amount of tolerance is applied to images of equipment taken from manufacturers' websites, but you may be asked to remove them at any time.
Be careful with the weight of your images, especially if they are uploaded to the wiki:
You can insert images as follows :
For images hosted on the site's server :
Resized in width (pixels) : 
Resized en L par H :
Pleine taille: {{::logo-rouge.png?}}
Redimensionnée en largeur (pixels) : {{:logo-rouge.png?direct&80|}}
Redimensionnée en L par H : {{:logo-rouge.png?direct&100x100|}}
By using a space before or after the braces, you can align to the right, to the left, to simply centre, insert a space before and after :
{{ ::logo-rouge.png?}}
{{::logo-rouge.png? }}
{{ ::logo-rouge.png? }}
And, of course, you can add a caption, again following the same logic (which will be displayed as a tooltip by most browsers):
{{ :logo-rouge.png? |Légende}}
If you specify a link (external or internal) that is not an image (gif,jpeg,png) this will be displayed as a download link.
By default, images can be clicked to display linked information. Adding ?nolink removes this link.
{{:logo-rouge.png?nolink}}
Dokuwiki makes it easy to create ordered or unordered lists. To create a list, insert two spaces and add a * for unordered lists (points) or a - for ordered lists (1,2,3…).
* Ceci est une liste
* Deuxième item
* Vous pouvez insérer des sous niveau avec deux espaces
* Autre item
- Même liste mais ordonnée
- Autre item
- Indentez de deux espace pour descendre d'un niveau
- Et voilà
DokuWiki replaces the most commonly used emoticons with their graphical equivalents. Here is an overview of those available:
DokuWiki can convert simple characters into their typographic equivalent. Here is an example of the characters recognised.
→ ← ↔ ⇒ ⇐ ⇔ » « – — 640×480 © ™ ® “He thought 'It's a man's world'…”
-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) "He thought 'It's a man's world'..."
DokuWiki offers a very simple syntax for creating tables using the “pipe” character (altgr+6).
| Titre 1 | Titre 2 | Titre 3 |
|---|---|---|
| Ligne 1 Colonne 1 | Ligne 1 Colonne 2 | Ligne 1 Colonne 3 |
| Ligne 2 Colonne 1 | Une fusion de ligne (notez le double pipe) | |
| Ligne 3 Colonne 1 | Ligne 2 Colonne 2 | Ligne 2 Colonne 3 |
Rows in a table must begin and end with a | pipe and with a ^ for headings.
^ Titre 1 ^ Titre 2 ^ Titre 3 ^ | Ligne 1 Colonne 1 | Ligne 1 Colonne 2 | Ligne 1 Colonne 3 | | Ligne 2 Colonne 1 | Une fusion de ligne (notez le double pipe) || | Ligne 3 Colonne 1 | Ligne 2 Colonne 2 | Ligne 2 Colonne 3 |
To merge the cells horizontally, create an empty cell as above. Be careful to keep the right number of separators.
Double entry tables are also possible, of course.
| Titre 1 | Titre 2 | |
|---|---|---|
| Titre 3 | Ligne 1 Colonne 2 | Ligne 1 Colonne 3 |
| Titre 4 | no colspan this time | |
| Titre 5 | Ligne 2 Colonne 2 | Ligne 2 Colonne 3 |
As you can see, it is the cell separator that determines how the table is formatted:
| ^ Titre 1 ^ Titre 2 ^ ^ Titre 3 | Ligne 1 Colonne 2 | Ligne 1 Colonne 3 | ^ Titre 4 | no colspan this time | | ^ Titre 5 | Ligne 2 Colonne 2 | Ligne 2 Colonne 3 |
Note: columns cannot be merged.
You can include elements that will not be processed by the Wiki syntax processor by including two spaces at the beginning of the line or by using the code or file tag.
Ceci est un exemple de code <a href="http://www.km-fr.com">km-fr.com</a>
<file> Vous pouvez utiliser cette balise pour faire réference à un fichier externe. </file>
To force the syntax processor to ignore a passage completely, use either the nowiki tag, %%.
Ceci est un passage qui n'est pas pris en compte par le processeur syntaxique http://www.splitbrain.org et **gras** auquel aucun formatage n'est appliqué.
Cliquer sur éditer pour voir la syntaxe originale.
Le plugin wraphas been installed, it is a very powerful page layout tool.
The main functions can be accessed by clicking the
on the toolbar when editing a page.
Full details (in English) here : https://www.dokuwiki.org/plugin:wrap .