-
Gör den inslagna texten fet, kursiv, understruken eller slagen genom.
- Exempel:
- 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.
- Produktion:
This is bold text.
This is italic text.
This is underlined text.
This is struck-through text.
-
Ändrar färg, teckensnitt eller storlek på den inslagna texten.
- Exempel:
- 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.
- Produktion:
This is red and blue text.
This is Courier New text.
This is small and big text.
-
Skapar en länk med den inslagna texten som målet.
- Exempel:
- [URL]https://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
- Produktion:
-
Länkar den inslagna texten till den angivna webbsidan eller e-postadressen.
- Exempel:
- [URL=https://www.example.com]Go to example.com[/URL]
[EMAIL=example@example.com]Email me[/EMAIL]
- Produktion:
-
Länkar till Medlemmens profil. Detta läggs vanligtvis automatiskt in när en medlem omnämns.
- Exempel:
- [USER = 1] Användarnamn [/ USER]
- Produktion:
[USER = 1] Användarnamn [/ USER]
-
Visa en bild med den inslagna texten som webbadressen.
- Exempel:
- [IMG]https://www.utsidan.se/forum/styles/default/xenforo/xenforo-logo.png[/IMG]
- Produktion:
-
- Exempel:
- [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
- Produktion:
- En inbäddad YouTube-spelare visas här.
-
Visar en punktlista eller numrerad lista.
- Exempel:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Produktion:
-
Ändrar anpassningen av den inslagna texten.
- Exempel:
- [LEFT]Left-aligned[/LEFT]
[CENTER]Center-aligned[/CENTER]
[RIGHT]Right-aligned[/RIGHT]
- Produktion:
Left-aligned
Center-aligned
Right-aligned
-
Visar text som har citerats från en annan källa. Du kan också ange källans namn.
- Exempel:
- [QUOTE]Quoted text[/QUOTE]
[QUOTE=A person]Something they said[/QUOTE]
- Produktion:
-
Döljer text som kan innehålla spoilers så att den måste klickas av betraktaren som ska ses.
- Exempel:
- [SPOILER]Simple spoiler[/SPOILER]
[SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
- Produktion:
-
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.
- Exempel:
- You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
- Produktion:
You have to click the following word to see the content.
-
Visar text i ett av flera programmeringsspråk och markerar syntaxen där det är möjligt.
- Exempel:
- 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]
- Produktion:
General code:
Rich code:
PHP code:
JS code:
-
Ger dig möjlighet att visa kod inline bland vanligt inläggsinnehåll. Syntax kommer inte att markeras.
- Exempel:
- Inline-kodblock [ICODE] är ett bekvämt sätt [/ ICODE] för att visa kod inline.
- Produktion:
Inline-kodblock är ett bekvämt sätt [/ ICODE] för att visa kod inline.
-
Innehåller den inslagna texten. Detta kan nästas för större inslag.
- Exempel:
- Regular text
[INDENT]Indented text[/INDENT]
[INDENT=2]More indented[/INDENT]
- Produktion:
Regular text
Indented text
More indented
-
Special markup to display tables in your content.
- Exempel:
- [TABLE]
[TR]
[TH]Header 1[/TH]
[TH]Header 2[/TH]
[/TR]
[TR]
[TD]Content 1[/TD]
[TD]Content 2[/TD]
[/TR]
[/TABLE]
- Produktion:
Header 1 | Header 2 |
---|
Content 1 | Content 2 |
-
Marks text as a structured heading to facilitate machine readability.
- Exempel:
- [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.
- Produktion:
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.
-
Inaktiverar BB-kodöversättning på den inslagna texten.
- Exempel:
- [PLAIN] Detta är inte [B] fet [/ B] text. [/ PLAIN]
- Produktion:
Detta är inte [B] fet [/ B] text. [/ PLAIN]
-
Infogar en bilaga på den angivna punkten. Om bilagan är en bild läggs en miniatyrbild eller en fullstorleksversion in. Detta kommer generellt att införas genom att klicka på lämplig knapp.
- Exempel:
-
Miniatyr: [ATTACH]123[/ATTACH]
Full storlek: [ATTACH=full]123[/ATTACH]
- Produktion:
- Innehållet i bilagorna visas här.