-
Označen tekst podebljava, nakrivljuje ili podcrtava.
- Primjer:
- Ovo je [B]podebljani[/B] tekst.
Ovo je [I]nakrivljeni[/I] tekst.
Ovo je [U]podcrtani[/U] tekst.
Ovo je [S]precrtani[/S] tekst.
- Izlaz:
Ovo je podebljani tekst.
Ovo je nakrivljeni tekst.
Ovo je podcrtani tekst.
Ovo je precrtani tekst.
-
Mijenja boju, font ili veličinu označenog teksta.
- Primjer:
- Ovo je [COLOR=red]crveni[/COLOR] i [COLOR=#0000cc]plavi[/COLOR] tekst.
Ovo je [FONT=Courier New]Courier New[/FONT] font.
Ovo je [SIZE=1]mali[/SIZE] i [SIZE=7]veliki[/SIZE] tekst.
- Izlaz:
Ovo je crveni i plavi tekst.
Ovo je Courier New font.
Ovo je mali i veliki tekst.
-
Creates a link using the wrapped text as the target.
- Primjer:
- [URL]http://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
- Izlaz:
-
Links the wrapped text to the specified web page or email address.
- Primjer:
- [URL=http://www.example.com]Go to example.com[/URL]
[EMAIL=example@example.com]Email me[/EMAIL]
- Izlaz:
-
Links to a user's profile. This is generally inserted automatically when tagging a user.
- Primjer:
- [USER=1]Korisničko ime[/USER]
- Izlaz:
-
Display an image, using the wrapped text as the URL.
- Primjer:
- [IMG]https://poljoprivredni-forum.com/styles/default/xenforo/logo.png[/IMG]
- Izlaz:
-
Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
Odobrena web mjesta:
Apple Music,
Dailymotion,
Facebook,
Flickr,
Giphy,
Imgur,
Instagram,
Pinterest,
Reddit,
SoundCloud,
Spotify,
TikTok,
Tumblr,
Twitch,
Twitter,
Vimeo,
YouTube
- Primjer:
- [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
- Izlaz:
- An embedded YouTube player would appear here.
-
Displays a bulleted or numbered list.
- Primjer:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Izlaz:
-
Changes the alignment of the wrapped text.
- Primjer:
- [LEFT]Left-aligned[/LEFT]
[CENTER]Center-aligned[/CENTER]
[RIGHT]Right-aligned[/RIGHT]
- Izlaz:
Left-aligned
Center-aligned
Right-aligned
-
Displays text that has been quoted from another source. You may also attribute the name of the source.
- Primjer:
- [QUOTE]Quoted text[/QUOTE]
[QUOTE=A person]Something they said[/QUOTE]
- Izlaz:
-
Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
- Primjer:
- [SPOILER]Jednostavni spoiler[/SPOILER]
[SPOILER=Spoiler Title]Spoiler sa naslovom[/SPOILER]
- Izlaz:
-
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.
- Primjer:
- You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
- Izlaz:
You have to click the following word to see the content.
-
Displays text in one of several programming languages, highlighting the syntax where possible.
- Primjer:
- [CODE]General
code[/CODE]
[PHP]echo $hello . 'world';[/PHP]
- Izlaz:
-
Allows you to display code inline among normal post content. Syntax will not be highlighted.
- Primjer:
- Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.
- Izlaz:
Inline code blocks are a convenient way
of displaying code inline.
-
Indents the wrapped text. This can be nested for larger indentings.
- Primjer:
- Regular text
[INDENT]Indented text
[INDENT]More indented[/INDENT]
[/INDENT]
- Izlaz:
Regular text
Indented text
More indented
-
Special markup to display tables in your content.
- Primjer:
- [TABLE]
[TR]
[TH]Header 1[/TH]
[TH]Header 2[/TH]
[/TR]
[TR]
[TD]Content 1[/TD]
[TD]Content 2[/TD]
[/TR]
[/TABLE]
- Izlaz:
Header 1 | Header 2 |
---|
Content 1 | Content 2 |
-
Marks text as a structured heading to facilitate machine readability.
- Primjer:
- [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.
- Izlaz:
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.
-
Disables BB code translation on the wrapped text.
- Primjer:
- [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
- Izlaz:
This is not [B]bold[/B] text.
-
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.
- Primjer:
-
Sličica: [ATTACH]123[/ATTACH]
Full Size: [ATTACH=full]123[/ATTACH]
- Izlaz:
- The contents of the attachments would appear here.