BBCode | Example | Result |
---|---|---|
b | some [b]bold[/b] text |
some bold text |
board | [board]10[/board], [board=10]link to board[/board] [board://10|title] |
Allgemeines zu Perl, link to board title |
c | Some [c]code example <hr>[/c] inline |
Some code example <hr> inline |
code | [code]some;csv;data and;some;more [/code] |
Code: ()
1 some;csv;data |
color | [color=blue]blue[/color] [color=#ffffff]white[/color] |
blue white |
cpan | [cpan]Parse::BBCode[/cpan] [cpan=Parse::BBCode]cpan search[/cpan] [cpan://Parse::BBCode] |
Parse::BBCode cpan search Parse::BBCode Suche auf metacpan.org. Fuer den Link zum direkten Modul [mod] verwenden. |
dist | [dist]Parse-BBCode[/dist] [dist=Parse-BBCode]cpan dist[/dist] [dist://Parse-BBCode] |
Parse-BBCode cpan dist Parse-BBCode Link zu einer Distribution auf search.cpan.org. Fuer den Link zum direkten Modul [mod] verwenden. |
forumsearch | [forumsearch=perl intitle=1 bydate=1]search[/forumsearch] |
search |
hr | some text[hr]more text |
some text more text |
i | some [i]italic[/i] text |
some italic text |
list | [list][*]first [*]second [*]third [list][*]a [*]b[/list] [/list] |
|
mod | [mod]Parse::BBCode[/mod] [mod://Parse::BBCode] |
Parse::BBCode Parse::BBCode |
more | [more="Description"]very looooong text[/more] |
very looooong text
Will be collapsed and shown inline when clicking on the title |
msg | [msg]1[/msg], [msg=1]link to message[/msg] [msg://1] |
msg #1, link to message msg #1 |
noparse | [noparse]this text can be full of [b]bbcode tags and will not be parsed[/noparse] |
this text can be full
of [b]bbcode tags and will
not be parsed |
perl | [perl]package Foo; # automatically turns on strict and warnings: use Moose; has 'x' => (is => 'rw', isa => 'Int'); has 'y' => (is => 'rw', isa => 'Int');[/perl] |
Code (perl): ()
1 2 3 4 5 package Foo; # automatically turns on strict and warnings: use Moose; has 'x' => (is => 'rw', isa => 'Int'); has 'y' => (is => 'rw', isa => 'Int'); |
perldoc | [perldoc]perlintro[/perldoc] [perldoc=perlintro]Deutsche perlintro[/perldoc] |
perlintro Deutsche perlintro Link zur deutschen Perldoc in unserem Wiki. Fuer Links auf perldoc.perl.org [pod] verwenden. |
perlmonks | link to [perlmonks]123[/perlmonks] node and [perlmonks=124]another node[/perlmonks] and [perlmonks://125|yet another node] |
link to 123 node and another node and yet another node |
pod | [pod]perlmodinstall[/pod] [pod://perlintro] [pod]File::Find#%options[/pod] link to builtin: [pod]perlfunc.chomp[/pod] |
perlmodinstall perlintro File::Find %options link to builtin: perlfunc chomp |
quote | [quote]some quoted text some more quoted text[/quote] |
Quote |
size | [size=16]bigger[/size] and [size=2]smaller[/size] text |
bigger and smaller text |
small | [small]small[/small] Text |
small Text |
strike | [strike]text crossed out[/strike] |
|
thread | [thread]1[/thread], [thread=1]link to thread[/thread] [thread://1|title] |
Verzeichnis mit folgenden Funktionen konfigurieren: Apache, link to thread title |
tt | [tt]fixed width[/tt] text |
fixed width text |
u | some [u]underlined[/u] text |
some underlined text |
url | link to [url=http://www.perl.org/]Perl 5[/url] and [url]http://perl6.org[/url] |
link to Perl 5 and http://perl6.org |
user | [user]1[/user], [user=1]link to user[/user] [user://1|title] |
admin, link to user title |
wiki | [wiki]Wissensbasis/PerlFaq[/wiki] [wiki=Wissensbasis/PerlFaq]FAQ[/wiki] |
PerlFaq FAQ Den "WikiNamen" kann man aus der "echten" URL des Wiki-Artikels rauskopieren, also z.B. Wissensbasis/PerlFaq |
wp | [wp]Larry_Wall[/wp] [wp=Larry_Wall]wikipedia link[/wp] |
Larry_Wall wikipedia link |
wpe | [wpe]Larry_Wall[/wpe] [wpe=Larry_Wall]english wikipedia Larry Wall[/wpe] |
Larry_Wall english wikipedia Larry Wall |