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], [BGCOLOR=color], [FONT=font], [SIZE=size] - Background color, 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 [BGCOLOR=#FAA]red[/BGCOLOR] and [BGCOLOR=#AAF]blue[/BGCOLOR] highlighted 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 red and blue highlighted text.
    This is Courier New text.
    This is small and big text.
  • [SUB], [SUP] - Subscript, Superscript

    Position wrapped text.
    Exemple:
    This is [SUB]subscript[/SUB] text.
    This is [SUP]superscript[/SUP] text.
    Résultat:
    This is subscript text.
    This is superscript text.
  • [URL], [EMAIL] - Liaison

    Créer un lien en utilisant le texte enveloppé comme cible
    Exemple:
    [URL]https://leakgaming.fr[/URL]
    [EMAIL]exemple@exemple.com[/EMAIL]
    Résultat:
  • [URL=link], [EMAIL=address] - Liée (Avancé)

    Relie le texte enveloppé par la page Web indiquée ou adresse email.
    Exemple:
    [URL=http://www.example.com]exemple.com[/URL]
    [EMAIL=example@example.com]Email moi[/EMAIL]
    Résultat:
  • [USER=ID] - Profil lié

    Liens vers le profil d'un utilisateur. Ceci est généralement inséré automatiquement lors du taggage d'un utilisateur.
    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.clashofclans.fr/data/assets/logo/logococ-forum.png[/IMG]
    Résultat:
    logococ-forum.png
  • [VIDEO] - Video

    Displays a video, using the wrapped text as the URL.
    Exemple:
    [VIDEO]https://www.clashofclans.fr/styles/editor-manager/missing-video.mp3[/VIDEO]

    [VIDEO='width:300']https://www.clashofclans.fr/styles/editor-manager/missing-video.mp3[/VIDEO]
    Résultat:


  • [AUDIO] - Audio

    Displays an audio player, using the wrapped text as URL.
    Exemple:
    [AUDIO]https://www.clashofclans.fr/styles/editor-manager/missing-audio.mp3[/AUDIO]
    Résultat:
  • [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 (Legacy), Liveleak, Metacafe, Pinterest, Reddit, SoundCloud, Spotify, 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=A person]a dit[/QUOTE]
    Résultat:
    A person a dit:
  • [SPOILER] - Texte contenu par 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 source
    [CODE=rich][COLOR=red]Code[/COLOR]
    Source[/CODE]

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

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

    Code source
    Rich (BB code):
    Code
    Source

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

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

    Permet d'afficher le code en ligne parmi le contenu de publication normal. La syntaxe ne sera pas mise en surbrillance.
    Exemple:
    Les blocs de code en ligne [ICODE]sont un moyen pratique[/ICODE] d'afficher le code en ligne.
    Résultat:
    Les blocs de code en ligne sont un moyen pratique d'afficher le 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] - Reflet de texte

    Immerge le texte enveloppé. Cela peut être imbriqué pour de plus grands dentelant.
    Exemple:
    Texte régulier
    [INDENT]Texte indenté
    [INDENT]Plus indexé[/INDENT]
    [/INDENT]
    Résultat:
    Texte régulier
    Texte indenté
    Plus indexé​
  • [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 pièce jointe

    Insère une pièce jointe au point spécifié. Si la pièce jointe est une image, une miniature ou une version intégrale sera insérée. Cela sera généralement inséré en cliquant sur le bouton approprié.
    Exemple:
    Miniature: [ATTACH]123[/ATTACH]
    Taille réelle: [ATTACH=full]123[/ATTACH]
    Résultat:
    Le contenu des pièces jointes apparaîtra 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:
    Hidden content
    You need to reply to this thread in order to see this content.
    Hidden content
    You need -1 more posts to view this content
    Hidden content
    You need to reply to this thread in order to see this content.
    Hidden content
    You need to react to this post in order to see this content.
    Hidden content
    You need to reply to this thread or react to this post in order to see this content.
    Hidden content
    You need to be in at least one of the following groups to see this content: