BB codes

  • [B], [I], [U], [S] - bold, Italique, Souligner, Struck-through

    Basic text formatting for the wrapped text.
    Exemple:
    This is [B]bold[/B] text.
    This is [I]italic[/I] text.
    This is [U]underlined[/U] text.
    This is [S]struck-through[/S] text.
    Résultat:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [FONT=font], [SIZE=size] - Couleur du texte, Font, Taille

    Advanced text formatting options for wrapped text.
    Exemple:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [FONT=Courier New]Courier New[/FONT] text.
    This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
    Résultat:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
  • [URL], [EMAIL] - Liaison

    Créer un lien en utilisant le texte enveloppé comme cible.
    Exemple:
    [URL]https://le-paradis-du-net.fr[/URL]
    [EMAIL]exemple@exemple.com[/EMAIL]
    Résultat:
  • [URL=lien], [EMAIL=adresse] - Liaison (avancé)

    Relie le texte enveloppé par la page web indiquée ou l'adresse email.
    Exemple:
    [URL=https://xenforo.com]Allez sur Xenforo[/Url]
    [EMAIL=exemple@exemple.com]M'envoyer un email[/EMAIL]
    Résultat:
  • [USER=ID] - Profil lié

    Liens vers le profil d'un utilisateur. Ceci est généralement inséré automatiquement quand un utilisateur est mentionné.
    Exemple:
    [USER=1]Nom d'utilisateur[/USER]
    Résultat:
  • [IMG] - Image

    Afficher une image en utilisant le texte enveloppé comme l'url
    Exemple:
    [IMG]https://www.clubpromos.fr/forum/styles/uix_pro/images/clubpromos.png[/IMG]
    Résultat:
    clubpromos.png
  • [MEDIA=site] - Media intégré

    Intègre les médias à partir de sites approuvés dans votre message. Il est recommandé d'utiliser le bouton médias dans la barre d'outils de l'éditeur.
    Sites approuvés: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Exemple:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Résultat:
    Un lecteur YouTube intégré semble apparaître ici.
  • [LIST] - Listes

    Affiche une liste à puces ou numérotées.
    Exemple:
    [LIST]
    [*]Point 1
    [*]Point 2
    [/LIST]
    [LIST=1]
    [*]Entrée 1
    [*]Entrée 2
    [/LIST]
    Résultat:
    • Point 1
    • Point 2
    1. Entrée 1
    2. Entrée 2
  • [LEFT], [RIGHT], [CENTER], [JUSTIFY] - Text alignment

    Changer l'alignement du texte
    Exemple:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    [JUSTIFY]This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.[/JUSTIFY]
    Résultat:
    Left-aligned​
    Center-aligned​
    Right-aligned​
    This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.​
  • [QUOTE] - Texte cité

    Affiche un texte qui est cité par une autre source. Vous pouvez également attribuer le nom de la source.
    Exemple:
    [QUOTE]Texte cité[/QUOTE]
    [QUOTE=Une personne]a dit quelque chose[/QUOTE]
    Résultat:
    Une personne a dit:
    a dit quelque chose
  • [SPOILER] - Texte contenu dans les spoilers

    Masque un texte par des spoilers de sorte qu'il doit être cliqué pour être affiché au lecteur.
    Exemple:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Titre du spoiler]Spoiler avec un titre[/SPOILER]
    Résultat:
    Simple spoiler
    Spoiler avec un titre
  • [ISPOILER] - Inline text containing spoilers

    Masque un texte par des spoilers de sorte qu'il doit être cliqué pour être affiché au lecteur.
    Exemple:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Résultat:
    You have to click the following word to see the content.
  • [CODE] - Affichage du code de programmation

    Afficher le texte dans l'un des langages de programmation, en mettant la syntaxe en évidence quand c'est possible.
    Exemple:
    Code général:
    [CODE]Code général[/CODE]

    Code enrichi:
    [CODE=rich][COLOR=red]Code[/COLOR]
    enrichi[/CODE]

    Code PHP:
    [CODE=php]echo $hello . ' world';[/CODE]

    Code JS:
    [CODE=js]var hello = 'world';[/CODE]
    Résultat:
    Code général:
    Code:
    Code général

    Code enrichi:
    Avancé (BB code):
    Code
    enrichi

    Code PHP:
    PHP:
    echo $hello . ' world';

    Code JS:
    Code:
    var hello = 'world';
  • [ICODE] - Affichage du code de programmation en ligne

    Vous permet d'afficher le code en ligne parmi le contenu normal de la publication. La syntaxe ne sera pas mise en surbrillance.
    Exemple:
    Les blocs de code en ligne [ICODE]constituent un moyen pratique[/ICODE] d'afficher du code en ligne.
    Résultat:
    Les blocs de code en ligne constituent un moyen pratique d'afficher du code en ligne.
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Exemple:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Résultat:
    Header 1Header 2
    Content 1Content 2
  • [TABLE=class] - Tables (Advanced)

    Advanced table styling.
    Exemple:
    Option adds additional styling.
    [TABLE=noborder]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    Multiple styles can be combined.
    [TABLE=collapse,right,nobackground]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    [TABLE=collapse,center,alternate]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Résultat:
    Option adds additional styling.
    Header 1Header 2
    Content 1Content 2

    Multiple styles can be combined.
    Header 1Header 2
    Content 1Content 2

    Header 1Header 2
    Content 1Content 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Exemple:
    [HEADING=1]Major heading[/HEADING]
    This text comes under a major heading, used to separate the primary sections of an article.

    [HEADING=2]Minor heading[/HEADING]
    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    [HEADING=3]Subheading[/HEADING]
    If you require additional subdivision, you may drop to level 3.
    Résultat:

    Major heading​

    This text comes under a major heading, used to separate the primary sections of an article.

    Minor heading​

    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    Subheading​

    If you require additional subdivision, you may drop to level 3.
  • [INDENT] - Retrait du texte

    Retirer le texte enveloppé par celui qui peut être imbriqué pour les alinéas les plus grands.
    Exemple:
    Texte d'origine
    [INDENT]Texte en retrait
    [INDENT]Plus en retrait[/INDENT]
    [/INDENT]
    Résultat:
    Texte d'origine
    Texte en retrait
    Plus en retrait​
  • [PLAIN] - Texte brut

    Désactiver la traduction du BB code
    Exemple:
    [PLAIN]Cela n'est pas un texte [B]gras[/B].[/PLAIN]
    Résultat:
    Cela n'est pas un texte [B]gras[/B].
  • [ATTACH] - Insertion de la pièce jointe

    Insérer une pièce jointe au point spécifié. Si la pièce jointe est une image, une miniature ou la version complète sera insérée Ce sera généralement insérée en cliquant sur le bouton approprié
    Exemple:
    Miniature: [ATTACH]123[/ATTACH]
    Taille complète: [ATTACH=full]123[/ATTACH]
    Résultat:
    Le contenu des pièces jointes apparait ici.
  • [HIDE], [HIDEPOSTS], [HIDEREPLY], [HIDETHANKS], [HIDEREPLYTHANKS], [HIDEGROUP] - Hide content

    Hides wrapped text until certain conditions are fullfilled.
    Exemple:
    [HIDE]Hides wrapped content.[/HIDE]

    [HIDEPOSTS]Hides until user reached number of posts.[/HIDEPOSTS]

    [HIDEREPLY]Hides content until viewer replied to thread.[/HIDEREPLY]

    [HIDETHANKS]Hides content until viewer reacted to content.[/HIDETHANKS]

    [HIDEREPLYTHANKS]Hides content until viewer replied to thread or reacted to content.[/HIDEREPLYTHANKS]

    [HIDEGROUP=administrator]Hides content for non-administrators.[/HIDEGROUP]
    Résultat:
    Message caché
    Vous devez répondre à ce sujet ou réagir à ce message pour voir ce contenu.
    Message caché
    You need -1 more posts to view this content
    Message caché
    Répondez à ce sujet pour decouvrir le message caché.
    Message caché
    You need to react to this post in order to see this content.
    Message caché
    Vous devez répondre à ce sujet ou réagir à ce message pour voir ce contenu.
    Message caché
    You need to be in at least one of the following groups to see this content: