[BR] tag is available, which renders as a linebreak (<BR />).
| Tag | Example | Renders as (if installed) | Preview (simulated) |
|---|---|---|---|
| B | [b]bolded text[/b] |
[b]bolded text[/b] | bolded text |
| I | [i]italicized text[/i] |
[i]italicized text[/i] | italicized text |
| U | [u]underlined text[/u] |
[u]underlined text[/u] | underlined text |
| URL | [url]http://twiki.org[/url] |
[url]http://twiki.org[/url] | http://twiki.org |
| URL | [url=http://twiki.org]TWiki Home[/url] |
[url=http://twiki.org]TWiki Home[/url] | TWiki Home |
[email]no.one@domain.adr[/email] |
[email]no.one@domain.adr[/email] | no.one@domain.adr | |
| IMG | [img]http://twiki.org/p/pub/TWiki04/TWikiLogos/T-logo-158x45-t.gif[/img] |
[img]http://twiki.org/p/pub/TWiki04/TWikiLogos/T-logo-158x45-t.gif[/img] | |
| QUOTE | [quote=Author]quoted text[/quote] |
[quote=Author]quoted text[/quote] | Author wrote: quoted text |
| CODE | [code]monospaced text[/code] |
[code]monospaced text[/code] | Code: monospaced text |
| SIZE | [size=15]Large Text[/size] |
[size=15]Large Text[/size] | Large Text |
| COLOR | [color=red]Red Text[/color] |
[color=red]Red Text[/color] | Red Text |
| LIST | [list] |
[list] [*]Red [*]Blue [*]Yellow [/list] |
|
| LIST | [list=1] |
[list=1] [*]Go to the shops [*]Buy a new computer [*]Swear at computer when it crashes [/list] |
|
| BR | line1[br]line2[br]line3 |
line1[br]line2[br]line3 | line1 line2 line3 |
%<plugin>_<setting>%, i.e. %BBCODEPLUGIN_SHORTDESCRIPTION%
<bbcode> tags to create blocks of bbcode. See bbcode blocks below. #eaeaea. <bbcode> tags.
There are three advantages of using blocks over free bbcode: <verbatim>).
[quote=JohnDoe] Does anybody now why my supersize perl application is broken? The only change I made was adding this line: [code] $| = 3; [/code] [/quote] I have [b]no[/b] idea. I will consult some real l33t perl experts for you.
BBCodePlugin.zip in your twiki installation directory. Content: | File: | Description: |
|---|---|
data/TWiki/BBCodePlugin.txt | Plugin topic |
data/TWiki/BBCodePlugin.txt,v | Plugin topic repository |
lib/TWiki/Plugins/BBCodePlugin.pm | Plugin Perl module |
lib/TWiki/Plugins/BBCodePlugin/BBCode.pm | Plugin Perl module |
| [b][i][url=http://twiki.org]twiki home[/url][/i][/b] | twiki home |
|---|
| Plugin Author: | TWiki:Main.JosKunnekes |
| Copyright: | © 2007, TWiki:Main.JosKunnekes |
| License: | GPL (GNU General Public License |
| Plugin Version: | V0.99 (BETA) |
| Change History: | |
| 27 Jun 2007: | Fixed a weird bug, which broke the plugin under Linux |
| 09 Jun 2007: | Initial version |
| TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 |
| CPAN Dependencies: | none |
| Other Dependencies: | none |
| Perl Version: | 5.005 |
| Benchmarks |
GoodStyle 99%, FormattedSearch 99%, BBCodePlugin 99% |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/BBCodePlugin |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/BBCodePluginDev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/BBCodePluginAppraisal |
| I | Attachment | History | Action | Size | Date | Who | Comment |
|---|---|---|---|---|---|---|---|
| |
BBCodePlugin.zip | r2 r1 | manage | 13.7 K | 2007-06-27 - 15:37 | UnknownUser |