Skip to main content Help Control Panel

Nadine Schmitt

Musicothérapeute à Strasbourg

Help index «   Formatting Codes «  

Codes to format blocks

On this page we are introducing some formatting codes and live examples of utilization.

Indentation [indent]...[/indent]

ExampleRendering
But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...
[indent]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/indent]
But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...
But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...
But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

Center [center]...[/center]

ExampleRendering
[center]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/center]
But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

Right [right]...[/right]

ExampleRendering
[right]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/right]
But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

Decorated [decorated]...[/decorated]

ExampleRendering
[decorated]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/decorated]
[decorated]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/decorated]
[decorated]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/decorated]
* But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

* But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

* But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

Caution [caution]...[/caution]

ExampleRendering
[caution]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/caution]
!!! But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

Note [note]...[/note]

ExampleRendering
[note]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/note]
* But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

PHP snippet [php]...[/php]

ExampleRendering
A snippet of load_skin(), from global.php:
[php]
// maybe we are at the root level
if(file_exists($skin.'.php')) {
include $skin.'_library.php';
include 'shared/codes.php';
$context['path_to_root'] = '';

// or we are one level below
} else {
include '../'.$skin.'_library.php';
include '../shared/codes.php';
$context['path_to_root'] = '../';
}
[/php]
A snippet of load_skin(), from global.php:

// maybe we are at the root level
if(file_exists($skin.'.php')) {
    include 
$skin.'_library.php';
    include 
'shared/codes.php';
    
$context['path_to_root'] = '';

// or we are one level below
} else {
    include 
'../'.$skin.'_library.php';
    include 
'../shared/codes.php';
    
$context['path_to_root'] = '../';
}

Pre-formatted [snippet]...[/snippet]

ExampleRendering
Let assume a standard HTTP request to get it, such as the next one, which has 382 bytes:
[snippet]
GET /hello.html HTTP/1.1
Host: www.server.com
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Accept-Encoding: gzip, deflate
Accept-Language: en-us
User-Agent: Mozilla/4.0
Connection: Keep-Alive
[/snippet]
Let assume a standard HTTP request to get it, such as the next one, which has 382 bytes:
GET /hello.html HTTP/1.1
Host: www.server.com
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Accept-Encoding: gzip, deflate
Accept-Language: en-us
User-Agent: Mozilla/4.0
Connection: Keep-Alive

Quote [quote]...[/quote]

ExampleRendering
[quote]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/quote]
" But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed... "

Folded [folded]...[/folded]

ExampleRendering
[folded]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/folded]
Click to slide Click to slide

Folded with title [folded=<title>]...[/folded]

ExampleRendering
[folded=A Rabbit Story]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/folded]
Click to slide A Rabbit Story

Unfolded [unfolded]...[/unfolded]

ExampleRendering
[unfolded]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/unfolded]
Click to slide Click to slide
But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

Unfolded with title [unfolded=<title>]...[/unfolded]

ExampleRendering
[unfolded=A Rabbit Story]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/unfolded]
Click to slide A Rabbit Story
But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...

Sidebar [sidebar]...[/sidebar]

ExampleRendering
[sidebar]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/sidebar]

Sidebar with title [sidebar=<title>]...[/sidebar]

ExampleRendering
[sidebar=A Rabbit Story]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/sidebar]

Scroller [scroller]...[/scroller]

ExampleRendering
[scroller]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/scroller]But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...
Help

Please note that actual rendering depends on the selected skin.

Help

Please note that actual rendering depends on the selected skin.