Skip to main content Help Control Panel

challengeddf.free.fr

Challenge des Dunes de Flandre

Home «   Help index «   Formatting Codes «  

In-line formatting codes

SELECT * FROM yacs_articles WHERE (nick_name LIKE 'menu') OR (handle LIKE 'menu') ORDER BY publish_date DESC LIMIT 1
1146: Table 'challengeddf.yacs_articles' doesn't exist

SELECT * FROM yacs_sections AS sections WHERE (sections.nick_name LIKE 'navigation_boxes') ORDER BY edit_date DESC LIMIT 1
1146: Table 'challengeddf.yacs_sections' doesn't exist

SELECT * FROM yacs_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-05-19 19:25:08')))) ORDER BY categories.rank, categories.edit_date DESC, categories.title LIMIT 0,15
29: File './challengeddf/yacs_categories.MYD' not found (Errcode: 2)

SELECT sections.* FROM yacs_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-05-19 19:25:08')) AND ((sections.expiry_date is NULL) OR (sections.expiry_date <= '0000-00-00 00:00:00') OR (sections.expiry_date > '2025-05-19 19:25:08')) ORDER BY sections.rank, sections.title, sections.edit_date DESC LIMIT 0,15
1146: Table 'challengeddf.yacs_sections' doesn't exist

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

Wiki bold **...**

ExampleRendering
This is very **important**, isn't it?This is very important, isn't it?

Bold [b]...[/b]

ExampleRendering
This is very [b]important[/b], isn't it?This is very important, isn't it?

Wiki italics //...//

ExampleRendering
This is really //meaningful//!This is really meaningful!

Italics [i]...[/i]

ExampleRendering
This is really [i]meaningful[/i]!This is really meaningful!

Wiki underline __...__

ExampleRendering
I would like to __insist__ on this point...I would like to insist on this point...

Underlined [u]...[/u]

ExampleRendering
I would like to [u]insist[/u] on this point...I would like to insist on this point...

Wiki monospace ##...##

ExampleRendering
Type ##cwd ../foo/bar## to visit an interesting directory.Type cwd ../foo/bar to visit an interesting directory.

Code [code]...[/code]

ExampleRendering
Type [code]cwd ../foo/bar[/code] to visit an interesting directory.Type cwd ../foo/bar to visit an interesting directory.

Color [color]...[/color]

ExampleRendering
Here is some text in [color=red]red[/color] and some text in [color=green]green[/color]Here is some text in red and some text in green

Tiny [tiny]...[/tiny]

ExampleRendering
This is really [tiny]tiny![/tiny]This is really tiny!

Small [small]...[/small]

ExampleRendering
This is really [small]small![/small]This is really small!

Big [big]...[/big]

ExampleRendering
This is really [big]meaningful[/big]This is really meaningful

Huge [huge]...[/huge]

ExampleRendering
I would like to [huge]insist[/huge] on this point...I would like to insist on this point...

Superscript [superscript]...[/superscript]

ExampleRendering
This text is [superscript]superscript[/superscript]. Interesting...This text is superscript. Interesting...

Subscript [subscript]...[/subscript]

ExampleRendering
This text is [subscript]subscript[/subscript]. Interesting...This text is subscript. Interesting...

Wiki insertion ++...++

ExampleRendering
This text ++has been inserted++.This text has been inserted.

Inserted [inserted]...[/inserted]

ExampleRendering
This text [inserted]has been inserted[/inserted].This text has been inserted.

Wiki deletion --...--

ExampleRendering
This text --has been deleted--.This text has been deleted.

Deleted [deleted]...[/deleted]

ExampleRendering
This text [deleted]has been deleted[/deleted].This text has been deleted.

Flag [flag]...[/flag]

ExampleRendering
[flag]important![/flag] Don't forget to give something to your cat today. important! Don't forget to give something to your cat today.

Language [lang=xy]...[/lang]

ExampleRendering
[lang=en]This is in English[/lang][lang=fr]Ceci est en français[/lang]This is in English

Serif [style=serif]...[/style]

ExampleRendering
[style=serif]This text is in Serif.[/style]This text is in Serif.

Sans-Serif [style=sans-serif]...[/style]

ExampleRendering
[style=sans-serif]This text is in Sans-Serif.[/style]This text is in Sans-Serif.

Cursive [style=cursive]...[/style]

ExampleRendering
[style=cursive]This text is in Cursive.[/style]This text is in Cursive.

Fantasy [style=fantasy]...[/style]

ExampleRendering
[style=fantasy]This text is in Fantasy.[/style]This text is in Fantasy.

Comic [style=comic]...[/style]

ExampleRendering
[style=comic]This text is in Comic.[/style]This text is in Comic.

Use any style [style=<style name>]...[/style]

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