-
Face textul împachetat apăsat, cursiv, subliniat, sau tăiat.
- Exemplu:
- Acesta este text [B]apăsat[/B].
Acesta este text [I]cursiv[/I].
Acesta este text [U]subliniat[/U].
Acesta este text [S]tăiat[/S].
- Ieșire:
Acesta este text apăsat.
Acesta este text cursiv.
Acesta este text subliniat.
Acesta este text tăiat.
-
Schimbă culoarea, fontul, sau mărimea textului împachetat.
- Exemplu:
- Acesta este text [COLOR=red]roșu[/COLOR] și [COLOR=#0000cc]albastru[/COLOR].
Acesta este text [FONT=Courier New]Courier New[/FONT].
Acesta este text [SIZE=1]mic[/SIZE] and [SIZE=7]mare[/SIZE].
- Ieșire:
Acesta este text roșu și albastru.
Acesta este text Courier New.
Acesta este text mic and mare.
-
Creează un link folosind textul împachetat ca și țintă.
- Exemplu:
- [URL]http://www.exemplu.ro[/URL]
[EMAIL]exemplu@exemplu.ro[/EMAIL]
- Ieșire:
-
Setează ca link textul împachetat la pagina web sau adresa de email specificată.
- Exemplu:
- [URL=http://www.exemplu.ro]Mergi la exemplu.ro[/URL]
[EMAIL=exemplu@exemplu.ro]Trimite-mi email[/EMAIL]
- Ieșire:
-
Linkuri spre profilul unui utilizator. Asta este în general inserată automat când citezi un utilizator.
- Exemplu:
- [USER=1]Nume utilizator[/USER]
- Ieșire:
-
Afișează o imagine, folosind textul împachetat ca URL.
- Exemplu:
- [IMG]https://www.letsdance.ro/comunitate/styles/default/xenforo/featured-image-forum.jpg[/IMG]
- Ieșire:
-
Încorporează media de pe siteuri aprobate în mesajele tale. Este recomandat să folosești butonul media din bara de unelte a editorului.
Siteuri aprobate:
Apple Music,
Dailymotion,
Facebook,
Flickr,
Giphy,
Imgur,
Instagram,
Pinterest,
Reddit,
SoundCloud,
Spotify,
TikTok,
Tumblr,
Twitch,
X,
Vimeo,
YouTube
- Exemplu:
- [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
- Ieșire:
- Un player împachetat YouTube va apărea aici.
-
Afișează o listă numerotată sau cu marcatori.
- Exemplu:
- [LIST]
[*]Marcatori 1
[*]Marcatori 2
[/LIST]
[LIST=1]
[*]Intrare 1
[*]Intrare 2
[/LIST]
- Ieșire:
-
Schimbă alinierea textului împachetat.
- Exemplu:
- [LEFT]Aliniat stânga[/LEFT]
[CENTER]Aliniat centru[/CENTER]
[RIGHT]Aliniat dreapta[/RIGHT]
- Ieșire:
Aliniat stânga
Aliniat centru
Aliniat dreapta
-
Afișează text ce a fost citat din altă sursă. Poți atribui și numele sursei.
- Exemplu:
- [QUOTE]Text citat[/QUOTE]
[QUOTE=O persoană]Ceva ce au spus[/QUOTE]
- Ieșire:
-
Ascunde textul ce poate conține spoilere care trebuie deschise prin click pentru a vi văzute.
- Exemplu:
- [SPOILER]Spoiler simplu[/SPOILER]
[SPOILER=Titlu Spoiler]Spoiler cu un titlu[/SPOILER]
- Ieșire:
-
Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
- Exemplu:
- You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
- Ieșire:
You have to click the following word to see the content.
-
Afișează textul într-unul din mai multe limbi de programare, evidențiind sintaxa unde este posibil.
- Exemplu:
- [CODE]Cod
general[/CODE]
[PHP]echo $hello . 'world';[/PHP]
- Ieșire:
-
Allows you to display code inline among normal post content. Syntax will not be highlighted.
- Exemplu:
- Inline code sections [ICODE]are a convenient way[/ICODE] of displaying code inline.
Rich formatting within inline code sections [ICODE=rich]is [COLOR=red]also[/COLOR] [U]supported[/U][/ICODE].
- Ieșire:
Inline code sections are a convenient way
of displaying code inline.
Rich formatting within inline code sections is also supported
.
-
Indentare text împachetat. Aceasta poate fi imbricate pentru indentări mari.
- Exemplu:
- Text normal
[INDENT]Text indentat
[INDENT]Mai indentat[/INDENT]
[/INDENT]
- Ieșire:
Text normal
Text indentat
Mai indentat
-
Special markup to display tables in your content.
- Exemplu:
- [TABLE]
[TR]
[TH]Header 1[/TH]
[TH]Header 2[/TH]
[/TR]
[TR]
[TD]Content 1[/TD]
[TD]Content 2[/TD]
[/TR]
[/TABLE]
- Ieșire:
Header 1 | Header 2 |
---|
Content 1 | Content 2 |
-
Marks text as a structured heading to facilitate machine readability.
- Exemplu:
- [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.
- Ieșire:
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.
-
Dezactivează traducerea codului BB în textul împachetat.
- Exemplu:
- [PLAIN]Acesta nu este text [B]apăsat[/B].[/PLAIN]
- Ieșire:
Acesta nu este text [B]apăsat[/B].
-
Inserează un atașament într-un anumit punct. Dacă atașamentul este o imagine, o miniatură sau o versiune întreagă va fi inserată. Aceasta va fi în general inserată prin click pe butonul corespunzător.
- Exemplu:
-
Miniatură: [ATTACH]123[/ATTACH]
Mărime completă: [ATTACH=full]123[/ATTACH]
- Ieșire:
- Conținuturile atașamentelor vor apărea aici.