The sandbox is a part of your wiki that you can freely modify. It's meant to let you practice editing. You will discover how page editing works and create new pages. Simply click on **Edit** to get started! {{info}} Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page. {{/info}} If you want to give a look to the underlying [[XWiki Syntax>>XWiki.XWikiSyntax]], you can click on "Wiki code" in the "Show" menu or click on the "Source" tab when editing the page. Here are a number of test pages you can play with: * [[Sandbox Test Page 1>>Sandbox.TestPage1]] * [[Sandbox Test Page 2>>Sandbox.TestPage2]] * [[Sandbox Test Page 3>>Sandbox.TestPage3]] Below is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables). == Headings == XWiki offers 6 levels of headings. You can use them to structure your pages. == Level 2 Heading == === Level 3 Heading === ==== Level 4 Heading 4 ==== ===== Level 5 Heading 5 ===== ====== Level 6 Heading 6 ====== {{info title="Accessibility recommendation"}} In order to provide the best experience for assistive technology users on your wiki, you should avoid using the first level of heading in page content. {{/info}} == Styles == Basic styles are supported in XWiki: * **Text in Bold** * //Text in Italics// * __Text in Underline__ * --Text in Strikethrough-- * Text in ,,subscript,, * Text in ^^superscript^^ == Lists == You can create various types of lists in your wiki pages: === Unordered list === * Level 1 ** Level 2 *** Level 3 ** Level 2 * Level 1 === Numbered list === 1. Item 11. Subitem 111. Item 1. Subitem === Mixed list === 1. Item 1 11. Item 2 11*. Item 3 11*. Item 4 1. Item 5 == Tables == You can create tables right into wiki pages: === Table with headers in the top row === |= table header |= table header |= table header | cell | cell | cell | cell | cell | cell === Table with headers in the top row and left column === |= table header |= table header |= table header |= table header | cell | cell |= table header | cell | cell == Links == XWiki allows you to create links to other pages in your wiki or on the web: * [[WebHome]] -> links to the homepage of the current space * [[Sandbox Home>>WebHome]] -> links can have labels * [[Wiki Home>>Main.WebHome]] -> a link can use the SpaceName.PageName format to link to a page located in another space * [[http://www.xwiki.org]] -> you can link to wiki pages or to external websites * [[XWiki.org Website>>http://www.xwiki.org]] -> link labels work for exernal links too You can also create links to attachments: attach:XWikiLogo.png == Images == You can insert images in your wiki pages: image:XWikiLogo.png == Macros == Macros allow you to make wiki content look better and to add additional features to your wiki. Here are 2 examples of how macros can be used in wiki pages: === Warning Macro === This macro allows you to draw users' attention to a specific piece of information: {{warning}} Hello World {{/warning}} === Table of Contents === This macro automatically generates a table of contents of your wiki page based on headings: {{toc/}}
Le Bac à sable contient des pages que vous pouvez librement modifier. Son but est de vous familiariser à la contribution au wiki. Grâce à lui vous découvrirez comment créer et modifier des pages. Pour commencer, cliquez tout simplement sur "Modifier". {{info}}Ne vous souciez pas d'écraser ou de perdre des informations lors de la modification de la page car vous pouvez toujours revenir aux versions précédentes du document via l'onglet "Historique" en bas de page.{{/info}} Il existe trois pages de test : * [[Page de Test 1>>Sandbox.TestPage1]] * [[Page de Test 2>>Sandbox.TestPage2]] * [[Page de Test 3>>Sandbox.TestPage3]] == Titres == XWiki vous offre 6 niveaux pour les titres que vous pouvez utiliser afin d'organiser le contenu de vos pages. == Titre 2 == === Titre 3 === ==== Titre 4 ==== ===== Titre 5 ===== ====== Titre 6 ====== == Styles == XWiki supporte les styles de base suivants : * **Texte Gras** * //Texte Italique// * __Texte Souligné__ * --Texte Barré-- * Texte en ,,indice,, * Texte en ^^exposant^^ == Liste == Vous pouvez créer divers types de listes dans vos pages wiki: === Liste à puces === * Niveau 1 ** Niveau 2 *** Niveau 3 ** Niveau 2 * Niveau 1 === Liste numérotée === 1. Élément 11. Sous-élément 111. Élément 1. Sous-élément === Liste mixte === 1. Élément 1 11. Élément 2 11*. Élément 3 11*. Élément 4 1. Élément 5 == Tableaux == Vous pouvez créer des tableaux directement dans vos pages wiki : === Tableau avec en-tête en première ligne === |= en-tête |= en-tête |= en-tête | cellule | cellule | cellule | cellule | cellule | cellule === Tableau dont l'en-tête est sur la première ligne et la première colonne === |= en-tête |= en-tête |= en-tête |= en-tête | cellule | cellule |= en-tête | cellule | cellule == Liens == XWiki vous permet de créer des liens vers d'autres documents wiki ou vers des pages Web : * [[WebHome]] -> lien vers la page d'accueil de l'espace courant * [[Sandbox Home>>WebHome]] -> les liens peuvent contenir des titres * [[Wiki Home>>Main.WebHome]] -> un lien peut utiliser le format NomEspace.NomPage pour renvoyer vers une page d'un autre espace. * [[http://www.xwiki.org]] -> vous pouvez également indiquer des pages wiki ou des sites Web externes * [[XWiki.org Website>>http://www.xwiki.org]] -> les titres des liens fonctionnent également pour les liens externes. == Images == Vous pouvez ajouter des images dans vos pages wiki: [[image:XWikiLogo.png]] == Macros == Les macros vous permettent de personnaliser l'aspect du contenu du wiki ainsi que d'y ajouter des fonctionnalités. Ci-dessous vous avez 2 exemples d'usage des macros dans les pages wiki : === La macro d'avertissement === Cette macro vous permet d'attirer l'attention des utilisateurs : {{warning}}Salut à tous!{{/warning}} === Table de matières === Cette macro génère automatiquement une table des matières à partir des niveaux de titres présents dans le contenu de votre page wiki : {{toc/}}
{{info}}
Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page.
{{/info}}
If you want to give a look to the underlying [[XWiki Syntax>>XWiki.XWikiSyntax]], you can click on "Wiki code" in the "Show" menu or click on the "Source" tab when editing the page.
Here are a number of test pages you can play with:
* [[Sandbox Test Page 1>>Sandbox.TestPage1]]
* [[Sandbox Test Page 2>>Sandbox.TestPage2]]
* [[Sandbox Test Page 3>>Sandbox.TestPage3]]
Below is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables).
== Headings ==
XWiki offers 6 levels of headings. You can use them to structure your pages.
== Level 2 Heading ==
=== Level 3 Heading ===
==== Level 4 Heading 4 ====
===== Level 5 Heading 5 =====
====== Level 6 Heading 6 ======
{{info title="Accessibility recommendation"}}
In order to provide the best experience for assistive technology users on your wiki, you should avoid using the first level of heading in page content.
{{/info}}
== Styles ==
Basic styles are supported in XWiki:
* **Text in Bold**
* //Text in Italics//
* __Text in Underline__
* --Text in Strikethrough--
* Text in ,,subscript,,
* Text in ^^superscript^^
== Lists ==
You can create various types of lists in your wiki pages:
=== Unordered list ===
* Level 1
** Level 2
*** Level 3
** Level 2
* Level 1
=== Numbered list ===
1. Item
11. Subitem
111. Item
1. Subitem
=== Mixed list ===
1. Item 1
11. Item 2
11*. Item 3
11*. Item 4
1. Item 5
== Tables ==
You can create tables right into wiki pages:
=== Table with headers in the top row ===
|= table header |= table header |= table header
| cell | cell | cell
| cell | cell | cell
=== Table with headers in the top row and left column ===
|= table header |= table header |= table header
|= table header | cell | cell
|= table header | cell | cell
== Links ==
XWiki allows you to create links to other pages in your wiki or on the web:
* [[WebHome]] -> links to the homepage of the current space
* [[Sandbox Home>>WebHome]] -> links can have labels
* [[Wiki Home>>Main.WebHome]] -> a link can use the SpaceName.PageName format to link to a page located in another space
* [[http://www.xwiki.org]] -> you can link to wiki pages or to external websites
* [[XWiki.org Website>>http://www.xwiki.org]] -> link labels work for exernal links too
You can also create links to attachments:
attach:XWikiLogo.png
== Images ==
You can insert images in your wiki pages:
image:XWikiLogo.png
== Macros ==
Macros allow you to make wiki content look better and to add additional features to your wiki. Here are 2 examples of how macros can be used in wiki pages:
=== Warning Macro ===
This macro allows you to draw users' attention to a specific piece of information:
{{warning}}
Hello World
{{/warning}}
=== Table of Contents ===
This macro automatically generates a table of contents of your wiki page based on headings:
{{toc/}}
{{info}}Ne vous souciez pas d'écraser ou de perdre des informations lors de la modification de la page car vous pouvez toujours revenir aux versions précédentes du document via l'onglet "Historique" en bas de page.{{/info}}
Il existe trois pages de test :
* [[Page de Test 1>>Sandbox.TestPage1]]
* [[Page de Test 2>>Sandbox.TestPage2]]
* [[Page de Test 3>>Sandbox.TestPage3]]
== Titres ==
XWiki vous offre 6 niveaux pour les titres que vous pouvez utiliser afin d'organiser le contenu de vos pages.
== Titre 2 ==
=== Titre 3 ===
==== Titre 4 ====
===== Titre 5 =====
====== Titre 6 ======
== Styles ==
XWiki supporte les styles de base suivants :
* **Texte Gras**
* //Texte Italique//
* __Texte Souligné__
* --Texte Barré--
* Texte en ,,indice,,
* Texte en ^^exposant^^
== Liste ==
Vous pouvez créer divers types de listes dans vos pages wiki:
=== Liste à puces ===
* Niveau 1
** Niveau 2
*** Niveau 3
** Niveau 2
* Niveau 1
=== Liste numérotée ===
1. Élément
11. Sous-élément
111. Élément
1. Sous-élément
=== Liste mixte ===
1. Élément 1
11. Élément 2
11*. Élément 3
11*. Élément 4
1. Élément 5
== Tableaux ==
Vous pouvez créer des tableaux directement dans vos pages wiki :
=== Tableau avec en-tête en première ligne ===
|= en-tête |= en-tête |= en-tête
| cellule | cellule | cellule
| cellule | cellule | cellule
=== Tableau dont l'en-tête est sur la première ligne et la première colonne ===
|= en-tête |= en-tête |= en-tête
|= en-tête | cellule | cellule
|= en-tête | cellule | cellule
== Liens ==
XWiki vous permet de créer des liens vers d'autres documents wiki ou vers des pages Web :
* [[WebHome]] -> lien vers la page d'accueil de l'espace courant
* [[Sandbox Home>>WebHome]] -> les liens peuvent contenir des titres
* [[Wiki Home>>Main.WebHome]] -> un lien peut utiliser le format NomEspace.NomPage pour renvoyer vers une page d'un autre espace.
* [[http://www.xwiki.org]] -> vous pouvez également indiquer des pages wiki ou des sites Web externes
* [[XWiki.org Website>>http://www.xwiki.org]] -> les titres des liens fonctionnent également pour les liens externes.
== Images ==
Vous pouvez ajouter des images dans vos pages wiki:
[[image:XWikiLogo.png]]
== Macros =
Les macros vous permettent de personnaliser l'aspect du contenu du wiki ainsi que d'y ajouter des fonctionnalités. Ci-dessous vous avez 2 exemples d'usage des macros dans les pages wiki :
=== La macro d'avertissement ===
Cette macro vous permet d'attirer l'attention des utilisateurs :
{{warning}}Salut à tous!{{/warning}}
=== Table de matières ===
Cette macro génère automatiquement une table des matières à partir des niveaux de titres présents dans le contenu de votre page wiki :
{{toc/}}