Coduri BB
Ajutor
-
[B], [I], [U], [S] - Apăsat, Cursiv, Subliniat, și Tăiat
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.
-
[COLOR=culoare], [FONT=nume], [SIZE=mărime] - Culoare, Font, și Mărime text
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.
-
[URL], [EMAIL] - Linkuri
Creează un link folosind textul împachetat ca și țintă.
- Exemplu:
- [URL]http://www.exemplu.ro[/URL]
[EMAIL]exemplu@exemplu.ro[/EMAIL]
-
[URL=link], [EMAIL=adresă] - Linkuri (Avansat)
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:
- Mergi la exemplu.ro
Trimite-mi email
-
[IMG] - Imagine
Afișează o imagine, folosind textul împachetat ca URL.
- Exemplu:
- [IMG]http://www.fcdacia.net/styles/default/xenforo/avatars/avatar_s.png[/IMG]
- Ieșire:
![[IMG]](http://www.fcdacia.net/styles/default/xenforo/avatars/avatar_s.png)
-
[MEDIA=site] - Încorporare media
Încorporează media de pe siteuri aprobate în mesajele tale. Este recomandat să folosești butonul media din bara de unelte a editorului. Siteuri aprobate: Facebook; Vimeo; YouTube;
- Exemplu:
- [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
- Ieșire:
- Un player împachetat YouTube va apărea aici.
-
[LIST] - Liste
Afișează o listă numerotată sau cu marcatori.
- Exemplu:
- [LIST]
[*]Marcatori 1
[*]Marcatori 2
[/LIST]
[LIST=1]
[*]Intrare 1
[*]Intrare 2
[/LIST]
- Ieșire:
- Marcatori 1
- Marcatori 2
- Intrare 1
- Intrare 2
-
[LEFT], [CENTER], [RIGHT] - Aliniere text
Schimbă alinierea textului împachetat.
- Exemplu:
- [LEFT]Aliniat stânga[/LEFT]
[CENTER]Aliniat centru[/CENTER]
[RIGHT]Aliniat dreapta[/RIGHT]
- Ieșire:
- Aliniat stângaAliniat centruAliniat dreapta
-
[QUOTE] - Text citat
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:
-
[CODE], [PHP], [HTML] - Afișare cod programare
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:
- Cod:
Cod general
PHP:echo $hello . 'world';
-
[INDENT] - Indentare text
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
-
[PLAIN] - Text simplu
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].
-
[ATTACH] - Inserare atașament
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.
[FLOAT=option] - Float
Allows the use of a floating div. Option is either left, right, center.
- Exemplu:
- [float="right"]Floating Right![/float]
- Ieșire:
- Floating Right!
[H2] - H2
Adds a H2 tag around the contained text.
- Exemplu:
- [h2]Header Tag[/h2]
- Ieșire:
Header Tag
[PDF] - PDF
embed pdf documents in a forum post
- Exemplu:
- [pdf]OSL3.0-explained[/pdf]
- Ieșire:
[RFLV=option] - XenXero Media Player Remote-flv- X-Tender
This code will allow you to embed a .flv video file hosted remotely
- Exemplu:
- [flv]sitename.com/path/to/video[/flv]
- Ieșire:
- [flv]sitename.com/path/to/video[/flv]
[SPOILER] - Spoiler
Adds a spoiler tag to hid and show a div.
- Exemplu:
- [spoiler="SPOILS!"]I just spoiled your mind.[/spoiler]
- Ieșire:
[USER] - User Tag
Allows linking of to a users profile by providing either the Username (in the tags) or the user ID as an option.
- Exemplu:
- [user="1"]The First User![/user]
[user]Admin[/user]
- Ieșire:
- The First User!
Admin