Aide:Accueil

De WikiTunisie.

Vous pouvez formater votre texte en utilisant la syntaxe wiki. Il est composé de caractères normaux comme des astérisques, des apostrophes ou des marques de l'équation qui ont une fonction spéciale dans le wiki, dépend parfois de leur position. Par exemple, pour mettre un mot dans italique, vous l'incluez dans deux apostrophes comme ''ceci''

Sommaire

Formatage du texte

Description Vous tapez vous obtenez
formatage de caractère (inline) – s'applique partout
Italic text ''italic'' italic
Bold text '''bold''' bold
Bold and italic '''''bold & italic''''' bold & italic
Escape wiki markup <nowiki>no ''markup''</nowiki> no ''markup''
section formatting – only at the beginning of the line
Les différents niveaux de Titre
=niveau 1=
==niveau 2==
===niveau 3===
====niveau 4====
=====niveau 5=====
======niveau 6======

Un article de 4 ou plusieurs positions crée automatiquement une table de matières.

Level 1
Level 2
Level 3
Level 4
Level 5
Level 6
Barre horizontale ----
Puces
* 1
* 2
* 3
** 3.1
** 3.2

L'insertion d'une ligne vierge mettra fin à la première liste et commence une autre..

  • 1
  • 2
  • 3
    • 3.1
    • 3.2
Numérotation
# 1
# 2 <br />couvrant plus de lignes<br />la numérotation ne rompt pas
# 3
## 3.1
## 3.2
  1. 1
  2. 2
    couvrant plus de lignes
    la numérotation ne rompt pas
  3. 3
    1. 3.1
    2. 3.2
liste de Définition
;item 1
: définition 1
;item 2
: définition 2-1
: définition 2-2
item 1
définition 1
item 2
définition 2-1
définition 2-2
L'adoption d'une liste de définitions de ce texte en retrait
: Single indent
:: Double indent
::::: Multiple indent
Single indent
Double indent
Multiple indent
Mélange de différents types de liste
# one
# two
#* two point one
#* two point two
# three
#; three item one
#: three def one
# four
#: four def one
#: this rather looks like the continuation of # four
#: and thus often used instead of <br />
# five
## five sub 1
### five sub 1 sub 1
## five sub 2

;item 1
:* definition 1-1
:* definition 1-2
:
;item 2
:# definition 2-1
:# definition 2-2

L'utilisation de #: et *: pour briser une ligne dans un élément est aussi controversées.

  1. one
  2. two
    • two point one
    • two point two
  3. three
    three item one
    three def one
  4. four
    four def one
    this rather looks like the continuation of # four
    often used instead of <br />
  5. five
    1. five sub 1
      1. five sub 1 sub 1
    2. five sub 2
item 1
  • definition 1-1
  • definition 1-2
item 2
  1. definition 2-1
  2. definition 2-2
Preformatted text
 preformatted text is done with
 a '''space''' at the 
 ''beginning'' of the line

This way of preformatting only applies to section formatting, and character formatting markups are still effective.

preformatted text is done with
a space at the 
beginning of the line

Paragraphs

MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tags <br />.

HTML

Some HTML tags are allowed in MediaWiki, for example <code>, <div>, <span> and <font>. These apply anywhere you insert them.

Description You type You get
Strikethrough <del>Strikethrough</del> or <s>Strikethrough</s> Strikethrough
Fixed width text <tt>Fixed width text</tt> or <code>source code</code> Fixed width text
Blockquotes

text text text text text text text text text text text text text text text text text text text text text text text text <blockquote> quote quote quote quote quote quote </blockquote> text text text text text text text text text text text text

text text text text text text text text text text text text text text text text text text text text text text text text
quote quote quote quote quote quote
text text text text text text text text text text text text
Comment <!-- This is a comment -->

Text can only be viewed in the edit window.

Completely preformatted text

<pre>this way, all markups are '''ignored'''</pre>

 this way, all markups are '''ignored'''.
Customised preformatted text

<pre style="CSS text">this way, all markups are '''ignored''' and formatted with a CSS text</pre>

 this way for instance, all '''ignored''' markups take into account the navigator size, by automatically adding some carriage returns dynamically to it.


Other formatting

Beyond the text formatting markup shown above, here are some other formatting references: