Kategorien
Dies ist eine alte Version des Dokuments!
1:1 Kopie aus der Plugin-Beschreibung:
oder doch in die normale Syntax-Beschreibung
This plugin provides support for BBCode syntax within DokuWiki. 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.
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;
[quote="Esther"]DokuWiki is great![/quote]
Links and Images:
[url=http://www.kaffeehaus.ch]Esthers Kaffeehaus Blog[/url] [img]http://www.dokuwiki.org/lib/exe/fetch.php?w=&h=&cache=cache&media=wiki%3Adokuwiki-128.png[/img]
The [url] parameter can be optionally quoted.
Lists:
[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=90%]smaller text[/size] attribute: CSS units (px, em, %, ...), single-digit, or keywords like small; 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
mit kleinen Buchstaben:
<?php echo $text;
mit GROßEN Buchstaben:
<?php echo $text;
[[http://www.some.url|{{http://www.some.url/logo.png}}]]
.