BB codes

  • [B], [I], [U], [S] - fed, kursiv, understreget, og gennemstreget

    For den wrapped text fed, kursiv, understreget, eller gennemstreget.
    Example:
    Dette er [B]fed[/B] tekst.
    Dette er [I]kursiv[/I] tekst.
    Dette er [U]understreget[/U] tekst.
    Dette er [S]gennemstreget[/S] tekst.
    Output:
    Dette er fed tekst.
    Dette er kursiv tekst.
    Dette er understreget tekst.
    Dette er gennemstreget tekst.
  • [COLOR=color], [FONT=name], [SIZE=size] - Tekst farve, font og størrelse

    Ændre farve, font eller størrelse af wrapped tekst.
    Example:
    Dette er [COLOR=red]rød[/COLOR] og [COLOR=#0000cc]blå[/COLOR] tekst.
    Dette er [FONT=Courier New]Courier New[/FONT] tekst.
    Dette er [SIZE=1]Lille[/SIZE] og [SIZE=7]Stor[/SIZE] tekst.
    Output:
    Dette er rød og blå tekst.
    Dette er Courier New tekst.
    Dette er Lille og Stor tekst.
  • [URL], [EMAIL] - Linker

    Opretter et link med wrapped tekst som mål.
    Example:
    [URL]http://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Linker (Advanced)

    Linker en wrapped tekst til den specificerede webside eller E-mail adresse.
    Example:
    [URL=http://www.example.com]Spring til example.com[/URL]
    [EMAIL=example@example.com]Skriv en E-mail til mig[/EMAIL]
    Output:
  • [USER=ID] - Profil Linking

    Linker til en brugers profil. Dette bliver som oftes automatisk índsat når man tagger en bruger.
    Example:
    [USER=1]Brugernavn[/USER]
    Output:
  • [IMG] - Billede

    Vis et billede, ved at bruge en wrapped tekst som URL'en.
    Example:
    [IMG]https://bluecraft.dk/data/assets/logo/IMG_7373.png[/IMG]
    Output:
    IMG_7373.png
  • [MEDIA=site] - Indlejeret

    Indlejer medie fra godkendte sider - ind i din besked. Det er anbefalet at du bruger medieknappen i editoreren.
    Godkendte sider: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram (Legacy), Liveleak, Metacafe, Pinterest, Reddit, SoundCloud, Spotify, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Example:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Liste

    Viser en bulleted eller numbereret liste.
    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] - Tekstjustering

    Ændre justeringen af den wrapped text.
    Example:
    [LEFT]Venstrejuster[/LEFT]
    [CENTER]Centrer[/CENTER]
    [RIGHT]Højrejuster[/RIGHT]
    Output:
    Venstrejuster​
    Centrer​
    Højrejuster​
  • [QUOTE] - Citered tekst

    Viser tekst som er citeret fra en anden kilde. Du må også gerne krediterer kildens navn.
    Example:
    [QUOTE]Citeret tekst[/QUOTE]
    [QUOTE=A person]Noget de sagde[/QUOTE]
    Output:
    Citeret tekst
    A person sagde:
    Noget de sagde
  • [SPOILER] - tekst der afslører indhold

    Skjuler tekst, som måske indeholder spoilers som man skal klikke på fremviseren for - at få vist.
    Example:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler titel[/SPOILER]
    Output:
    Simple spoiler
    Spoiler titel
  • [ISPOILER] - Inline text containing spoilers

    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.
    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], [PHP], [HTML] - Programkode visning

    Viser teksten i et eller flere programsprog, fremhævning af syntax hvor det er muligt.
    Example:
    [CODE]General
    kode[/CODE]
    [PHP]echo $hello . 'world';[/PHP]
    Output:
    Kode:
    General
    kode
    PHP:
    echo $hello . 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    Example:
    Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.
    Output:
    Inline code blocks are a convenient way of displaying code inline.
  • [INDENT] - Tekst Indent

    Indents the wrapped text. This can be nested for larger indentings.
    Example:
    Almindelig tekst[INDENT]Indented text
    [INDENT]More indented[/INDENT]
    [/INDENT]
    Output:
    Almindelig tekst
    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] - Almindelig tekst

    Frakobler BB code oversættelser i den wrapped tekst.
    Example:
    [PLAIN]Detter er ikke [B]bold[/B] tekst.[/PLAIN]
    Output:
    Detter er ikke [B]bold[/B] tekst.
  • [ATTACH] - Indsæt vedhæftning

    Indsætter en vedhæftning i det valgte sted. Hvis vedhæftningen er et billede, eller en thumbnail vil udgaven blive sat ind i fuld størrelse. Den vil blive sat ind ved at trykke på den rigtige knap.
    Example:
    miniturar: [ATTACH]123[/ATTACH]
    Full Size: [ATTACH=full]123[/ATTACH]
    Output:
    The contents of the attachments would appear here.
Top