TheWikiWay-fr:WikiSyntax-fr
Mise en Forme du Texte
|
Pour Graisser le Texte |
Pour '''Graisser''' le Texte |
| Pour mettre le texte en Italique |
Pour mettre le texte en ''Italique'' |
| Pour casser deux lignes de Texte. Seconde ligne. |
Pour casser deux lignes de Texte.<br>Seconde ligne. |
| Pour rétrécir le texte. |
Pour <small>rétrécir</small> le texte. |
| Pour agrandir le texte. |
Pour <big>agrandir</big> le texte. |
Titres des Sections
Les titres sont délimités par 1 à 6 signes égal (=). Ils correspondent basiquement aux balises HTML <h1> jusqu'à <h6>. Saisissez SVP les titres correspondant avec seulement la première du mot avec une lettre en capitales. A part les noms de personnes, les sites web et les chansons... il n'y a aucune exception à cela ! Chaque titre de section vient avec son propre onglet d'édition sur la droite.
Headline size 1Headline size 2Headline size 3Headline size 4Headline size 5Headline size 6 |
= Headline size 1 = == Headline size 2 == === Headline size 3 === ==== Headline size 4 ==== ===== Headline size 5 ===== ====== Headline size 6 ====== |
Liens
|
Links to local pages | |
|
Add a link to Local Wiki Page |
[[Local Wiki Page]] |
| Add a link to Local Wiki Page with a display name | [[Local Wiki Page|display name]] |
|
Links to external web sites | |
|
Add a link to [1] |
[http://WikiIndex.org] |
| Add a link to WikiIndex with a display name | [http://WikiIndex.org WikiIndex] |
| Add a link to WikiIndex with a display name and no pointer | <span class="plainlinks">[http://WikiIndex.org WikiIndex]</span> |
Images
[[Image:AboutUsBetaLogo.jpg]] | |
|
|
[[Image:AboutUsBetaLogo.jpg|75px]] |
|
Add an image thumbnail and title |
[[Image:AboutUsBetaLogo.jpg|75px|thumb|Title]] |
|
Position an image left and wrap the text |
[[Image:AboutUsBetaLogo.jpg|75px|left]] |
|
Position an image right and wrap the text |
[[Image:AboutUsBetaLogo.jpg|75px|right]] |
|
Center an image and don't wrap text |
[[Image:AboutUsBetaLogo.jpg|75px|center]] |
|
Default left alignment and don't wrap text |
[[Image:AboutUsBetaLogo.jpg|75px|none]] |
|
Position an image right and clear the text to position below the image |
[[Image:AboutUsBetaLogo.jpg|75px|right]]
{{Clear}}Text below the image
|
Detailed Help for Images
Wikipedia Picture Tutorial
Catégories
| Add a category to a page | [[Category:Category name]] |
| Display a category link on a page | [[:Category:Category name]] |
| Display a category link on a page with a display name | [[:Category:Category name|Display name]] |
Texte Indentée
|
: Text to be indented (quote-block) :: Text indented more ::: Text indented to third level |
Listes
|
Simple lists |
|
|
* Text for a bulleted list item. ** Text for second-level list. *** Text for third level, etc. |
|
Numbered lists |
|
|
# Text for a numbered list item. ## Text for second-level list. ### Text for third level, etc. ## Another Text for the second level. |
|
Mixed lists |
|
|
* Create mixed lists *# and nest them *#* like this *#*; definitions *#*: work: *#*; apple *#*; banana *#*: fruits *# 2nd number level |
Tableaux
|
{| class="wikitable" border="1" cellpadding="3" cellspacing="1"
|+ Table Title
|-
! header
! header 1
! header 2
! header 3
|- Style="color: red; background: yellow"
! row 1 header
| row 1 cell 1
| row 1 cell 2
| row 1 cell 3
|-
! row 2 header
| row 2 cell 1
| Style="color: white; background: blue"|row 2 cell 2
| row 2 cell 3
|}
|



