-
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] și [SIZE=7]mare[/SIZE].
- Ieșire:
Acesta este text roșu și albastru.
Acesta este text Courier New.
Acesta este text mic și 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=https://www.exemplu.ro]Mergi la exemplu.ro[/URL]
[EMAIL=exemplu@exemplu.ro]Trimite-mi email[/EMAIL]
- Ieșire:
-
Linkurile către profilul unui utilizator. Asta este în general inserată automat când menționezi un utilizator.
- Exemplu:
- [USER=1]Nume utilizator[/USER]
- Ieșire:
-
Afișează o imagine, folosind textul împachetat ca URL.
- Exemplu:
- [IMG]https://gigiz.eu/data/assets/logo/logo_gigiz.png[/IMG]
- Ieșire:
-
Încorporează media de pe situri aprobate în mesajele tale. Este recomandat să folosești butonul media din bara de unelte a editorului.
Situri 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 încorporat YouTube va apărea aici.
-
Afișează o listă numerotată sau cu marcatori.
- Exemplu:
- [LIST]
[*]Marcator 1
[*]Marcator 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:
-
Îți permite să afișezi textul intern alături de conținutul normal care ascunde text care poate conține spoilere și trebuie să fie accesate prin click de către cititor pentru a fi văzut.
- Exemplu:
- Trebuie să dai click pe următorul [ISPOILER]cuvânt[/ISPOILER] pentru a vedea conținutul.
- Ieșire:
Trebuie să dai click pe următorul cuvânt pentru a vedea conținutul.
-
Afișează textul într-unul din mai multe limbi de programare, evidențiind sintaxa unde este posibil.
- Exemplu:
- Cod general:
[CODE]Cod
general[/CODE]
Cod complex:
[CODE=rich]Cod
[COLOR=red]complex[/COLOR][/CODE]
Cod PHP:
[CODE=php]echo $hello . ' world';[/CODE]
Cod JS:
[CODE=javascript]var hello = 'world';[/CODE]
- Ieșire:
Cod general:
[CODE]Cod
general[/CODE]
Cod complex:
Cod
complex
Cod PHP:
echo $hello . ' world';
Cod JS:
var hello = 'world';
-
Îți permite să afișezi cod intern alături de conținutul normal al postării. Sintaxa nu va fi evidențiată.
- Exemplu:
- Blocuri interne cod [ICODE]sunt un mod convenabil[/ICODE] de a afișa cod intern.
Formatarea avansată din secțiunile interne de cod [ICODE=rich]is [COLOR=red]sunt[/COLOR] [U]suportate[/U][/ICODE].
- Ieșire:
Blocuri interne cod sunt un mod convenabil
de a afișa cod intern.
Formatarea avansată din secțiunile interne de cod is sunt suportate
.
-
Indentare text împachetat. Aceasta poate fi imbricate pentru indentări mari.
- Exemplu:
- Text normal
[INDENT]Text indentat[/INDENT]
[INDENT=2]Mai indentat[/INDENT]
- Ieșire:
Text normal
Text indentat
Mai indentat
-
Marcaj special pentru a afișa tabeluri în conținutul tău.
- Exemplu:
- [TABLE]
[TR]
[TH]Antet 1[/TH]
[TH]Antet 2[/TH]
[/TR]
[TR]
[TD]Conținut 1[/TD]
[TD]Conținut 2[/TD]
[/TR]
[/TABLE]
- Ieșire:
Antet 1 | Antet 2 |
---|
Conținut 1 | Conținut 2 |
-
Marchează text ca o structură antet pentru a facilita citirea mașinii.
- Exemplu:
- [HEADING=1]Antet major[/HEADING]
Acest text vine sub antet major, folosit pentru a separa secțiunile principale ale unui articol.
[HEADING=2]Antet minor[/HEADING]
Când este necesar să subdivizezi secțiunile principale ale unui articol, folosește un antet minor de nivel 2.
[HEADING=3]Subantet[/HEADING]
Dacă ai nevoie de subdiviziune adițională, poți să cobori la nivelul 3.
- Ieșire:
Antet major
Acest text vine sub antet major, folosit pentru a separa secțiunile principale ale unui articol.
Antet minor
Când este necesar să subdivizezi secțiunile principale ale unui articol, folosește un antet minor de nivel 2.
Subantet
Dacă ai nevoie de subdiviziune adițională, poți să cobori la nivelul 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.
-
Information inside the code is displayed only to members of the club.
- Exemplu:
- [CLUB]Hello World![/CLUB] - Hidden text for club members
- Ieșire:
- Hidden text for club members
-
Number of days from the date of registration on the forum, which the user needs to be able to view
- Exemplu:
- [DAYS=5]Hello World![/DAYS] - Only registered users who are registered not earlier than 5 days ago are displayed.
- Ieșire:
- Only registered users who are registered not earlier than 5 days ago are displayed.
-
The tag hides content from people who are not members of X,Y,Z usergroups.
- Exemplu:
- [GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.
- Ieșire:
Content of this hidden block can only be seen by members of: Registered
- Displayed only for group members with ID 2.
-
Tag [HIDE] is used for hidden content. If [HIDE=(condition)] is specified, the condition will be applied to the hidden content. Note: After the = sign, you must enclose the conditions in parentheses to indicate the start and end of condition processing. Inside, you can use any condition grouping.
Allowed expressions (tags):
- posts: Number of user posts.
- likes: User reaction count.
- reactions: User reaction count (same as likes).
- trophies: Number of user trophies.
- days: Number of days since user registration.
- isMemberOf(id): User group, for multiple groups you can use comma-separated values.
- username: User's username.
- user_id: User's identifier.
- user_state: User's state.
- is_staff: Flag indicating whether the user is a staff member.
- is_admin: Flag indicating whether the user is an administrator.
- is_moderator: Flag indicating whether the user is a moderator.
Allowed operators:
-
Arithmetic operators:
Arithmetic operators are used for performing mathematical calculations:
- +
- -
- *
- /
- % (modulus)
- ** (exponentiation)
-
Comparison operators:
Comparison operators are used for comparing values and returning a boolean result:
- == (equal to)
- === (strictly equal to)
- != (not equal to)
- !== (strictly not equal to)
- < (less than)
- > (greater than)
- <= (less than or equal to)
- >= (greater than or equal to)
-
Logical operators:
Logical operators are used for performing logical operations and returning a boolean result:
- and or && (logical AND)
- or or || (logical OR)
- not or ! (logical NOT)
-
Bitwise operators:
Bitwise operators are performed on binary representations of numbers:
- & (bitwise AND)
- | (bitwise OR)
- ^ (bitwise XOR)
-
String operators:
The ~ operator is used for string concatenation:
-
Array operators:
Array operators are used for checking element membership in an array:
- in (element present in array)
- not in (element not present in array)
-
Numeric operators:
The .. operator is used to create a range of numbers:
-
Ternary operator:
The ?: operator is used to perform conditional operations in a single line:
- Exemplu:
- [HIDE]Hello World![/HIDE] - only registered users see the hidden text
[HIDE=(posts > 1 or likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
[HIDE=(posts > 1 and likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
[HIDE=(days > 1 or user_state == "valid")]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
[HIDE=(isMemberOf(2) or trophies >= 0)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
[HIDE=(is_staff)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a staff member.
- Ieșire:
View hidden content is available for registered users!
- only registered users see the hidden text
message > 1 (0) or like > 1 (0)
- The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
message > 1 (0) and like > 1 (0)
- The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
day > 1 (0) or Stare utilizator is "valid" (valid)
Hello World!
- The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
Member group(s): Registered or points >= 0 (0)
Hello World!
- The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
- The hidden text "Hello World!" will be displayed if the user is a staff member.
-
Number of like on the forum, which the user needs to be able to view
- Exemplu:
- [LIKES=5]Hello World![/LIKES] - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
- Ieșire:
- Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
-
by claude si prompt dat de gigiz
- Exemplu:
- [notice=Titlu]Text[/notice]
- Ieșire:
-
Number of posts on the forum, which the user needs to be able to view
- Exemplu:
- [POSTS=5]Hello World![/POSTS] - Displays users who have 5 or more posts on the forum.
- Ieșire:
- Displays users who have 5 or more posts on the forum.
-
Hidden text for which you need to select a specific reaction
- Exemplu:
- [REACTS=1]Hello World![/REACTS] - displayed for those who clicked the 'Like' reaction.
- Ieșire:
- displayed for those who clicked the 'Like' reaction.
-
Hidden text until the user answers the thread.
- Exemplu:
- [REPLY]Hello World![/REPLY] - Displayed to users when they reply to the thread.
- Ieșire:
- Displayed to users when they reply to the thread.
-
Hidden text until the user responds to the thread and clicks Like on this message.
- Exemplu:
- [REPLYANDTHANKS]Hello World![/REPLYANDTHANKS] - It is displayed to users when they reply to the thread and click "I like".
- Ieșire:
- It is displayed to users when they reply to the thread and click "I like".
-
Hidden text until the user responds to the thread or clicks Like on this message.
- Exemplu:
- [REPLYTHANKS]Hello World![/REPLYTHANKS] - It is displayed to users when they reply to the thread or click "I like".
- Ieșire:
- It is displayed to users when they reply to the thread or click "I like".
-
This tag hides the text until the user clicks the Like button in the message.
- Exemplu:
- [THANKS]Hello World![/THANKS] - This tag hides the text until the user clicks the Like button in the message.
- Ieșire:
- This tag hides the text until the user clicks the <b>Like button</b> in the message.
-
Number of trophies on the forum, which the user needs to be able to view
- Exemplu:
- [TROPHIES=5]Hello World![/TROPHIES] - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
- Ieșire:
- It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
-
Hides the text from users, except for the parameters listed in the list of BB-code.
- Exemplu:
- [USERS=Alex,John,Bryan]Hello World![/USERS] - Displayed only by user Alex, John, Bryan.
- Ieșire:
- Displayed only by user Alex, John, Bryan.
-
Hides the text from users that are listed in the list of parameters of the BB-code.
- Exemplu:
- [USERSEXC=Alex,John,Bryan]Hello World![/USERSEXC] - Displayed to all users except Alex, John, Bryan.
- Ieșire:
- Displayed to all users except Alex, John, Bryan.
-
Hides the text from users by id, except for the parameters listed in the list of BB-code.
- Exemplu:
- [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
- Ieșire:
[USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
-
Hides the text from users by id that are listed in the list of parameters of the BB-code.
- Exemplu:
- [USERSIDEXC=1,2,3]Hello World![/USERSIDEXC] - Appears only for all users except with ids 1, 2, 3.
- Ieșire:
- Appears only for all users except with ids 1, 2, 3.