User Tools

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

Site Tools

This translation is older than the original page and might be outdated. See what has changed.

This is an old revision of the document!




BBC Bulletin Code

Description

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.

Syntax

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:

[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: (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:

not yet [ident] some text [/ident]

Appearance

with lower letters:

with upper letters:

[ident] indented by 15%
of the inner Window-width[/ident]


and here two lines (hr + HR)



Colors

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)

Known Issues

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

Changes

  • beginning to allow additional upper keywords ;-)
  • email-Tag deleted (email-Adresses in public space is no good idea (=Spam))

Original Place

Last modified: 2013/02/24 06:07