BBcode syntax | Rendered text |
---|---|
[b]bold[/b] | bold |
[i]italic[/i] | italic |
[u]underlined[/u] | underlined |
[s]strike[/s] | |
[color=red]red[/color] | red |
[font=courier]some text[/font] | some text |
[quote]quote[/quote] | quote |
[quote=Author]Author? Me? No, no, no...[/quote] | Author wrote:Author? Me? No, no, no... |
[size=small]small text[/size] [size=xx-large]xx-large text[/size] [size=20]20px exactly[/size]Size options include: xx-small, small, medium, large, xx-large | small text xx-large text 20px exactly |
Add a horizontal bar [hr] Like this |
Add a horizontal bar Like this |
This is [center]centered[/center] text |
This is centered text |
BBcode syntax | Output |
---|---|
[code]function bbcode() { }[/code] | function bbcode() { } |
[code=php]function bbcode() { $variable = true; if( $variable ) { echo "true"; } }[/code] |
|
[nobb][nobb]This is how [i]you[/i] can [u]show[/u] how to use [hl]BBcode[/hl] syntax[/nobb][/nobb] | [nobb]This is how [i]you[/i] can [u]show[/u] how to use [hl]BBcode[/hl] syntax[/nobb] |
BBcode syntax | Rendered list |
---|---|
[ul] [*] First list element [*] Second list element [/ul] |
|
[ol] [*] First list element [*] Second list element [/ol] |
|
[list=A] [*] First list element [*] Second list element [/list]The list type options are 1, i, I, a, A. |
|
[dl terms="b"] [*= First element term] First element description [*= Second element term] Second element description [/dl]The terms style options can be any combination of:
|
|
BBcode syntax | Rendered table | ||||||
---|---|---|---|---|---|---|---|
[table border=0] [tr] [th]Header 1[/th][th]Header 2[/th] [/tr] [tr][td]Content[/td][td]Content[/td][/tr] [tr][td]Content[/td][td]Content[/td][/tr] [/table] |
|
||||||
[table border=1] [tr] [th]Header 1[/th][th]Header 2[/th] [/tr] [tr][td]Content[/td][td]Content[/td][/tr] [tr][td]Content[/td][td]Content[/td][/tr] [/table] |
|
||||||
[table] [tr] [th]Header 1[/th][th]Header 2[/th] [/tr] [tr][td]Content[/td][td]Content[/td][/tr] [tr][td]Content[/td][td]Content[/td][/tr] [/table] |
|
BBcode syntax | Rendered output |
---|---|
[video]video URL[/video] [audio]audio URL[/audio] | |
[url=https://hubzilla.org]Hubzilla[/url] | Hubzilla |
An image [img]url/of/image.jpg[/img] in some text | An image in some text |
These require a suitable map plugin/addon such as openstreetmap or else the result will be blank