Categories
This plugin provides support for BBCode syntax within this Wiki. BBCode is popular among discussion forums like phpBB or vBulletin. The BBCode plugin supports almost all of the phpBB implementation of BBCode.
Of course, DokuWiki's syntax is much more powerful and is more intuitive to read and write, but nevertheless, you might want to switch content from a forum to your wiki or make it easy for users coming from forums to start contributing.
It is equal to write the tags in upper or lower letters. But don't mixed them
Basic Formatting:
[b]bold text[/b] [i]italic text[/i] [u]underline[/u] [s]deleted[/s] [m]monospace[/m]
Code and Quoting:
[code]<?php echo $text;
not yet [quote="Esther"]DokuWiki is great![/quote]
Links and Images(not):
[url=http://www.kaffeehaus.ch]Esthers Kaffeehaus Blog[/url]
The [url] parameter can be optionally quoted.
Lists: (under construction)
[list][*]item 1[*]item 2[*]item 3[/list] [list=1][*]item 1[*]item 2[*]item 3[/list] attribute: 1, a, A, i or I
Text size:
[size=1]little text[/size] please use this version for oldschool-browser-compatibility attribute: single-digit (0-6) can be optionally quoted
Text color:
[color=red]colored text[/color] attribute: color name, "browser-color" name, #fff[fff] or rgb(255,255,255); can be optionally quoted
Full line:
[hr]
Text ident:
[indent] some text [/indent]
with lower letters:
<?php echo $text;
with upper letters:
<?php echo $text;
indented by 15% of the inner Window-width |
and here two lines (hr + HR)
Black
Sienna
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1 2 3 4 5 6 7 8 9 Plum White (White)
[[http://www.some.url|{{http://www.some.url/logo.png}}]]
.