Home « 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]
Example | Rendering |
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]
Example | Rendering |
[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]
Example | Rendering |
[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]
Example | Rendering |
[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]
Example | Rendering |
[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]
Example | Rendering |
[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]
Example | Rendering |
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]
Example | Rendering |
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]
Example | Rendering |
[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... " |
Folder [folder]...[/folder]
Example | Rendering |
[folder]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/folder] | But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...
|
Folder with title [folder=<title>]...[/folder]
Example | Rendering |
[folder=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...[/folder] | But where will this rabbit be in some minutes?
I don't know, but it depends also on the turtle speed...
|
Sidebar [sidebar]...[/sidebar]
Example | Rendering |
[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]
Example | Rendering |
[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]
Example | Rendering |
[scroller]But where will this rabbit be in some minutes?[nl]I don't know, but it depends also on the turtle speed...[/scroller] | |