• [B], [I], [U], [S] - bold, Corsivo, Sottolineato, Struck-through

    Basic text formatting for the wrapped text.
    Esempio:
    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.
    Output:
    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, Colore testo, Font, Grandezza

    Advanced text formatting options for wrapped text.
    Esempio:
    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.
    Output:
    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.
    Esempio:
    This is [SUB]subscript[/SUB] text.
    This is [SUP]superscript[/SUP] text.
    Output:
    This is subscript text.
    This is superscript text.
  • [URL], [EMAIL] - Link

    Crea un link utilizzando il testo selezionato come destinazione.
    Esempio:
    [URL]http://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Output:
  • [URL=link], [EMAIL=indirizzo mail] - Link (Avanzato)

    Link al testo selezionato verso una specifica pagina web o indirizzo email.
    Esempio:
    [URL=http://www.example.com]Vai sul sito example.com[/URL]
    [EMAIL=example@example.com]Inviami una mail[/EMAIL]
    Output:
  • [USER=ID] - Link al profilo

    Linka al profilo di un utente. Di solito viene inserito automaticamente quando si menziona un utente.
    Esempio:
    [USER=1]Nome utente[/USER]
    Output:
  • [IMG] - Immagine

    Mostra un'immagine, utilizzando il testo selezionato come URL.
    Esempio:
    [IMG]https://feargames.it/static/images/logo-lq.png[/IMG]
    Output:
    logo-lq.png
  • [VIDEO] - Video

    Displays a video, using the wrapped text as the URL.
    Esempio:
    [VIDEO]https://feargames.it/forum/styles/editor-manager/missing-video.mp3[/VIDEO]

    [VIDEO='width:300']https://feargames.it/forum/styles/editor-manager/missing-video.mp3[/VIDEO]
    Output:


  • [AUDIO] - Audio

    Displays an audio player, using the wrapped text as URL.
    Esempio:
    [AUDIO]https://feargames.it/forum/styles/editor-manager/missing-audio.mp3[/AUDIO]
    Output:
  • [MEDIA=site] - Contenuto multimediale

    Incorpora contenuti multimediali dai siti approvati all'interno dei tuoi messaggi. Si consiglia di utilizzare il tasto media nella toolbar dell'editor di testo.
    Siti approvati: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Esempio:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Liste

    Mostra un elenco numerato o puntato.
    Esempio:
    [LIST]
    [*]Elenco puntato 1
    [*]Elenco puntato 2
    [/LIST]
    [LIST=1]
    [*]Voce 1
    [*]Voce 2
    [/LIST]
    Output:
    • Elenco puntato 1
    • Elenco puntato 2
    1. Voce 1
    2. Voce 2
  • [LEFT], [RIGHT], [CENTER], [JUSTIFY] - Text alignment

    Cambia l'allineamento del wrapped text.
    Esempio:
    [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]
    Output:
    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] - Testo citato

    Mostra del testo che è stato citato da un'altra fonte. È possibile attribuire anche il nome della fonte.
    Esempio:
    [QUOTE]Citazione testo[/QUOTE]
    [QUOTE=Una persona]Qualcuno ha detto qualcosa[/QUOTE]
    Output:
    Citazione testo
    Una persona ha detto:
    Qualcuno ha detto qualcosa
  • [SPOILER] - Testo contenente spoiler

    Testo nascosto che può contenere Spoiler o Off Topic e che richiede un click dell'utente per essere mostrato.
    Esempio:
    [SPOILER]Spoiler semplice[/SPOILER]
    [SPOILER=Titolo Spoiler]Questo è un testo spoilerato con un titolo[/SPOILER]
    Output:
    Spoiler semplice
    Questo è un testo spoilerato con un titolo
  • [ISPOILER] - Inline text containing spoilers

    Testo nascosto che può contenere Spoiler o Off Topic e che richiede un click dell'utente per essere mostrato.
    Esempio:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Output:
    You have to click the following word to see the content.
  • [CODE] - Mostra codici di programmazione

    Formatta il testo in uno dei linguaggi di programmazione disponibili, evidenziandone la sintassi ove disponibile.
    Esempio:
    Codice generico:
    [CODE]Codice
    generico[/CODE]

    Codice rich:
    [CODE=rich]codice
    [COLOR=red]rich[/COLOR][/CODE]

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

    Codice JS:
    [CODE=js]var hello = 'world';[/CODE]
    Output:
    Codice generico:
    Codice:
    Codice
    generico

    Codice rich:
    Rich (BB code):
    codice
    rich

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

    Codice JS:
    Codice:
    var hello = 'world';
  • [ICODE] - Mostra codice in linea

    Consente di mostrare codice inline tra testo normale. La sintassi non verrà evidenziata.
    Esempio:
    I blocchi di codice in linea sono [ICODE]un modo conveniente[/ICODE] per mostrare codice in linea.
    Output:
    I blocchi di codice in linea sono un modo conveniente per mostrare codice in linea.
  • [TABLE] - Tables

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

    Advanced table styling.
    Esempio:
    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]
    Output:
    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.
    Esempio:
    [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.
    Output:

    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] - Indenta Testo

    Indenta il testo selezionato. Indents the wrapped text. È possibile sotto-indentare per testi più grandi .
    Esempio:
    Testo regolare
    [INDENT]Testo indentato
    [INDENT]Testo ancora più indentato[/INDENT]
    [/INDENT]
    Output:
    Testo regolare
    Testo indentato
    Testo ancora più indentato​
  • [PLAIN] - Testo semplice

    Disabilita la formattazione BB code nel testo selezionato.
    Esempio:
    [PLAIN]Questo non è un testo in[B]grassetto[/B].[/PLAIN]
    Output:
    Questo non è un testo in[B]grassetto[/B].
  • [ATTACH] - Inserimento allegati

    Inserisce un allegato in un punto specifico. Se l'allegato è un'immagine, un'anteprima o la versione a dimensione intera verrà inserita. L'immagine andrebbe comunque inserita cliccando sull'apposito pulsante.
    Esempio:
    Miniatura: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    Il contenuto degli allegati apparirà qui.
  • [HIDE], [HIDEPOSTS], [HIDEREPLY], [HIDETHANKS], [HIDEREPLYTHANKS], [HIDEGROUP] - Hide content

    Hides wrapped text until certain conditions are fullfilled.
    Esempio:
    [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]
    Output:
    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:
Top Bottom