Benutzer-Werkzeuge

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

Webseiten-Werkzeuge


Dies ist eine alte Version des Dokuments!




BBC Bulletin Code

Beschreibung

Dieses Plugin bietet die Unterstützung für BBCode Syntax in diesem Wiki. Dadurch lassen sich ganze Posts aus Foren mit nur wenigen oder sogar garkeinen Abänderungen direkt ins Wiki mit Copy/Paste einfügen.

FIXME 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

Es ist egal, ob die Tags groß oder klein geschrieben werden. Bloß nicht mischen ;-)

Grund-Formattierungen:

[b]fetter Text[/b]
[i]schräger Text[/i]
[u]unterstrichen[/u]
[s]durchgestrichen[/s]
[m]monospace[/m]

Code und Quoting:

[code]<?php echo $text;
[quote="Esther"]DokuWiki is great![/quote]

Links und Images(Bilder):

[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]

Der [url] Parameter kann optionell gequoted sein.

Listen:

[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 Größe:

[size=1]sehr kleine Schrift[/size]  (Wert 3 ist normal)              
Attribute: einzelne Zahl (0-6) ; can be optionally quoted

Text Farben:

[color=red]hier roter Text[/color]             
Attribute: Farben-Name, "Browser-Color" Name, #fff[fff] oder rgb(255,255,255); can be optionally quoted

so sieht's aus

mit kleinen Buchstaben:

  • bold text
  • italic text
  • underline
  • deleted
  • [m]monospace[/m]
  • smaller text
  • colored text
<?php echo $text; ?>

unformatiert[/code]

Zitat:  Esther             
DokuWiki is great!
Really :-) 
  1. Ordered
  2. item 2
  3. item 3
  • item 1
  • item 2
  • item 3

mit GROßEN Buchstaben:

  • bold text
  • italic text
  • underline
  • deleted
  • [M]monospace[/M]
  • smaller text
  • colored text
<?php echo $text;

unformatiert[/CODE]

Zitat:  Esther             
DokuWiki is great!
Really :-) 
  1. ITEM 1
  2. item 2
  3. item 3
  • unordered
  • item 2
  • item 3
<?php echo $text; //via %%[code]%%

unformatiert[/CODE]

<?php echo $text; //via %%<code>%%
**un**formatiert
<?php echo $text; //via %%einrücken%%
**un**formatiert

[ident]eingerückt (ident)
um 10% der inneren Fensterbreite[/ident]


und zwei Linien (hr + HR)



Farben

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 (Weiß)

Known Issues

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

Änderungen

  • angefangen alle Tags auch in der Großschreibung zuzulassen ;-)
  • email-Tag entfernt (email-Adressen gehören nicht in die Öffentlichkeit (=Spam))
  • code und quote ala Foren-Ansicht umgestaltet
  • hr- und ident-Tag dazu

Bezugsquellen

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