Home « Help index « Formatting Codes «
Codes to format blocks
SELECT * FROM base_articles WHERE (nick_name LIKE 'menu') OR (handle LIKE 'menu') ORDER BY publish_date DESC LIMIT 1
1146: Table 'syndicatpotentiel.base_articles' doesn't exist
SELECT * FROM base_sections AS sections WHERE (sections.nick_name LIKE 'navigation_boxes') ORDER BY edit_date DESC LIMIT 1
1146: Table 'syndicatpotentiel.base_sections' doesn't exist
SELECT * FROM base_categories AS categories WHERE ((categories.display LIKE 'site:all') AND ((categories.active='Y') AND ((categories.expiry_date is NULL) OR (categories.expiry_date <= '0000-00-00 00:00:00') OR (categories.expiry_date > '2025-04-25 02:36:17')))) ORDER BY categories.rank, categories.edit_date DESC, categories.title LIMIT 0,15
1146: Table 'syndicatpotentiel.base_categories' doesn't exist
SELECT * FROM base_articles WHERE (nick_name LIKE 'navigation') OR (handle LIKE 'navigation') ORDER BY publish_date DESC LIMIT 1
1146: Table 'syndicatpotentiel.base_articles' doesn't exist
SELECT sections.* FROM base_sections AS sections WHERE (sections.anchor='' OR sections.anchor IS NULL) AND (sections.active='Y') AND (sections.index_panel LIKE 'main') AND ((sections.index_map IS NULL) OR (sections.index_map != 'N')) AND ((sections.activation_date is NULL) OR (sections.activation_date <= '2025-04-25 02:36:17')) AND ((sections.expiry_date is NULL) OR (sections.expiry_date <= '0000-00-00 00:00:00') OR (sections.expiry_date > '2025-04-25 02:36:17')) ORDER BY sections.rank, sections.title, sections.edit_date DESC LIMIT 0,10
1146: Table 'syndicatpotentiel.base_sections' doesn't exist
On this page we are introducing some formatting codes and live examples of utilization.
- Indentation
[indent]...[/indent]
- Center
[center]...[/center]
- Right
[right]...[/right]
- Decorated
[decorated]...[/decorated]
- Caution
[caution]...[/caution]
- Note
[note]...[/note]
- PHP snippet
[php]...[/php]
- Pre-formatted
[snippet]...[/snippet]
- Quote
[quote]...[/quote]
- Folder
[folder]...[/folder]
- Folder with title
[folder=<title>]...[/folder]
- Sidebar
[sidebar]...[/sidebar]
- Sidebar with title
[sidebar=<title>]...[/sidebar]
- Scroller
[scroller]...[/scroller]
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... | 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? |
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] |
|
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] |
|
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] |
|
PHP snippet [php]...[/php]
Example | Rendering |
---|---|
A snippet of load_skin(), from global.php: |
A snippet of load_skin(), from global.php:
|
Pre-formatted [snippet]...[/snippet]
Example | Rendering |
---|---|
Let assume a standard HTTP request to get it, such as the next one, which has 382 bytes: | Let assume a standard HTTP request to get it, such as the next one, which has 382 bytes:
GET /hello.html HTTP/1.1 |
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? |
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] |
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] |
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] |