Ροή

Κωδικοί BB

  • [B], [I], [U], [S] - Bold, italics, underline, and strike-through

    Κάνει το τυλιγμένο κείμενο με έντονη γραφή, πλάγια γραφή, υπογράμμιση ή διάτρητη.
    Example:
    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], [FONT=name], [SIZE=size] - Text Color, Font, and Size

    Αλλάζει το χρώμα, τη γραμματοσειρά ή το μέγεθος του τυλιγμένου κειμένου.
    Example:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] 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 Courier New text.
    This is small and big text.
  • [URL], [EMAIL] - Linking

    Δημιουργεί έναν σύνδεσμο χρησιμοποιώντας το τυλιγμένο κείμενο ως στόχο
    Example:
    [URL]https://www.example.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Συνδέει το τυλιγμένο κείμενο με την καθορισμένη ιστοσελίδα ή διεύθυνση email.
    Example:
    [URL=https://www.example.com]Go to example.com[/URL]
    [[email protected]]Email me[/EMAIL]
    Output:
  • [USER=ID] - Profile Linking

    Σύνδεσμοι προς το προφίλ ενός χρήστη. Αυτό γενικά εισάγεται αυτόματα όταν αναφέρεται ένας χρήστης.
    Example:
    [USER=1]Όνομα χρήστη[/USER]
    Output:
  • [IMG] - Image

    Εμφανίστε μια εικόνα, χρησιμοποιώντας το τυλιγμένο κείμενο ως URL.
    Example:
    [IMG]https://www.techne.gr/data/assets/logo/logod.png[/IMG]
    Output:
    logod.png
  • [MEDIA=site] - Embedded Media

    Ενσωματώνει πολυμέσα από εγκεκριμένους ιστότοπους στο μήνυμά σας. Συνιστάται να χρησιμοποιείτε το κουμπί πολυμέσων στη γραμμή εργαλείων του επεξεργαστή.
    Approved sites: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Example:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Εμφανίζει μια λίστα με κουκκίδες ή αρίθμηση.
    Example:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - Text alignment

    Αλλάζει τη στοίχιση του τυλιγμένου κειμένου.
    Example:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Output:
    Left-aligned​
    Center-aligned​
    Right-aligned​
  • [QUOTE] - Quoted text

    Εμφανίζει κείμενο που έχει παρατεθεί από άλλη πηγή. Μπορείτε επίσης να αποδώσετε το όνομα της πηγής.
    Example:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
  • [SPOILER] - Text containing spoilers

    Αποκρύπτει κείμενο που μπορεί να περιέχει spoilers, έτσι ώστε ο θεατής να πρέπει να κάνει κλικ σε αυτό για να το δει.
    Example:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    Output:
    Simple spoiler
    Spoiler with a title
  • [ISPOILER] - Inline text containing spoilers

    Σας επιτρέπει να εμφανίζετε κείμενο ενσωματωμένο μεταξύ κανονικού περιεχομένου, το οποίο κρύβει κείμενο που μπορεί να περιέχει spoiler και πρέπει να κάνει κλικ από τον θεατή για να το δει.
    Example:
    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] - Programming code display

    Εμφανίζει κείμενο σε μία από τις πολλές γλώσσες προγραμματισμού, επισημαίνοντας τη σύνταξη όπου είναι δυνατόν.
    Example:
    General code:
    [CODE]General
    code[/CODE]

    Rich code:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    code[/CODE]

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

    JS code:
    [CODE=javascript]var hello = 'world';[/CODE]
    Output:
    General code:
    Code:
    General
    code

    Rich code:
    Rich (BB code):
    Rich
    code

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

    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Inline programming code display

    Σας επιτρέπει να εμφανίζετε κώδικα ενσωματωμένο μεταξύ του κανονικού περιεχομένου ανάρτησης. Η σύνταξη δεν θα επισημανθεί.
    Example:
    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].
    Output:
    Inline code sections are a convenient way of displaying code inline.

    Rich formatting within inline code sections is also supported.
  • [INDENT] - Text indent

    Δημιουργεί εσοχές στο τυλιγμένο κείμενο. Αυτό μπορεί να είναι ένθετο για μεγαλύτερες εσοχές.
    Example:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    Output:
    Regular text
    Indented text​
    More indented​
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Example:
    [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
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Example:
    [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.
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    Example:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
    Example:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    The contents of the attachments would appear here.
  • [AMS=option] - Article/Pages/Series embed

    BB code for displaying articles, article pages and series
    Example:
    [AMS=article, X]AMS Article BB Code[/AMS]
    Output:
    [AMS=article, X]AMS Article BB Code[/AMS]
  • [COVERAPI] - Coverapi movies

    Example:
    [coverapi]tt1259528[/coverapi]
    Output:
  • [DM] - Dailymotion BB Code

    custom_bb_code_desc.dm
    Example:
    [dm]x5frxp[/dm]
    Output:
    custom_bb_code_output.dm
  • [GALLERY=option] - Gallery embed

    BB code for displaying gallery media items and albums.
    Example:
    [GALLERY=media, X]Gallery BB Code[/GALLERY]
    Output:
    [GALLERY=media, X]Gallery BB Code[/GALLERY]
  • [IMDBT] - imdb_trailers

    custom_bb_code_desc.imdbt
    Example:
    [imdbt]vi1498591001[/imdbt]
    Output:
    custom_bb_code_output.imdbt
  • [INFO] - Information

    custom_bb_code_desc.info
    Example:
    [info]Hello[/info]
    Output:
    custom_bb_code_output.info
  • [INSTAGRAM] - Instagram

    custom_bb_code_desc.instagram
    Example:
    [instagram]https://www.instagram.com/p/B-jWRK4jvvl/[/ instagram]
    Output:
    custom_bb_code_output.instagram
  • [LIVELEAK] - LiveLeak

    custom_bb_code_desc.liveleak
    Example:
    [liveleakl]hidetexurl[/ liveleak]
    Output:
    custom_bb_code_output.liveleak
  • [METACAFE] - Metacafe

    custom_bb_code_desc.metacafe
    Example:
    [metacafel]hidetexurl[/ metacafe]
    Output:
    custom_bb_code_output.metacafe
  • [NOTE] - Note

    custom_bb_code_desc.note
    Example:
    [note]Hello[/note]
    Output:
    custom_bb_code_output.note
  • [OKRU] - OK.RU video player

    Example:
    [okru]hidetexurl[/okru]
    Output:
  • [TIKTOK=option] - TikTok

    custom_bb_code_desc.tiktok
    Example:
    [tiktok]6819824149276413190[/ tiktok]
    Output:
    custom_bb_code_output.tiktok
  • [TIP] - Tip

    custom_bb_code_desc.tip
    Example:
    [tip]Hello[/tip]
    Output:
    custom_bb_code_output.tip
  • [TWEET] - Tweet

    custom_bb_code_desc.tweet
    Example:
    [tweet]https://twitter.com/SportsCenter/status/1368321671371833355[/ tweet]
    Output:
    custom_bb_code_output.tweet
  • [VEOH] - Veoh Bbcode

    custom_bb_code_desc.veoh
    Example:
    [veoh]v202456ag4Jgccc[/veoh]
    Output:
    custom_bb_code_output.veoh
  • [VIDEOS] - HTML5 Video

    custom_bb_code_desc.videos
    Example:
    [video]http://upload.wikimedia.org/wikipedia/commons/9/9d/Roomba_video.ogv[/video]
    Output:
    custom_bb_code_output.videos
  • [WARNING] - Warning

    custom_bb_code_desc.warning
    Example:
    [warning]Hello[/warning]
    Output:
    custom_bb_code_output.warning
  • [YOUTUBE] - YouTube

    custom_bb_code_desc.youTube
    Example:
    [youtube]JFwCCL0Vh6U[/youtube]
    Output:
    custom_bb_code_output.youTube
Top Bottom