-
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.
-
Æ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.
-
Opretter et link med wrapped tekst som mål.
- Example:
- [URL]http://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
- Output:
-
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:
-
Linker til en brugers profil. Dette bliver som oftes automatisk índsat når man tagger en bruger.
- Example:
- [USER=1]Brugernavn[/USER]
- Output:
-
Vis et billede, ved at bruge en wrapped tekst som URL'en.
- Example:
- [IMG]https://discitelix.com/data/assets/logo/Discitelix-2.png[/IMG]
- Output:
-
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,
Pinterest,
Reddit,
SoundCloud,
Spotify,
TikTok,
Tumblr,
Twitch,
Twitter,
Vimeo,
YouTube
- Example:
- [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
- Output:
- An embedded YouTube player would appear here.
-
Viser en bulleted eller numbereret liste.
- Example:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Output:
-
Ændre justeringen af den wrapped text.
- Example:
- [LEFT]Venstrejuster[/LEFT]
[CENTER]Centrer[/CENTER]
[RIGHT]Højrejuster[/RIGHT]
- Output:
Venstrejuster
Centrer
Højrejuster
-
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:
-
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:
-
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.
-
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:
-
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.
-
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
-
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 1 | Header 2 |
---|
Content 1 | Content 2 |
-
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.
-
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.
-
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.
-
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]
-
Display specific group information.
- Example:
- [GROUP]123[/GROUP]
- Output:
- The information of group would appear here.