Benutzer-Werkzeuge

    ~~ RM: keiner ~~ UI: ---start--- ~~ IP:18.191.174.168~~

Webseiten-Werkzeuge


Dies ist eine alte Version des Dokuments!




BBC Bulletin Code

Baustelle

1:1 Kopie aus der Plugin-Beschreibung: FIXME oder doch in die normale Syntax-Beschreibung

Description

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.

Syntax

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]
[email]esther@kaffeehaus.ch[/email]
[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

Known Issues

  • Images within a link aren't supported.
    Use DokuWiki's syntax [[http://www.some.url|{{http://www.some.url/logo.png}}]].

Bezugsquellen

Weitere Hinweise

Zuletzt geändert: 2013/02/24 06:10