Tag type |
|
|
acronym |
[acronym=*]Texte[/acronym] |
<acronym title="*">Texte</acronym> |
align_center |
[center]Texte[/center] |
<center>Texte</center> |
align_indent_noparam |
[indent]Texte[/indent] |
<div style="margin-left:40px">Texte</div> |
align_left |
[left]Texte[/left] |
<p style="text-align:left">Texte</p> |
align_right |
[right]Texte[/right] |
<p style="text-align:right">Texte</p> |
background |
[highlight=*]Texte[/highlight] |
<span style="background-color:*">Texte</span> |
block_paragraph |
\nTexte\n |
<p>Texte</p> |
block_quote |
[quote={pseudo}]Texte[/quote] |
<blockquote cite="{pseudo}">Texte</blockquote> |
code_generic |
[code]Texte[/code] |
<code>Texte</code> |
code_lang_html |
[html]Texte[/html] |
Balise à définir |
code_lang_php |
[php]Texte[/php] |
Balise à définir |
image |
[img={url}]Texte[/img] |
<img src="{url}"> |
link |
[url={url}]Texte[/url] |
<a href="{url}">Texte</a> |
link_email |
[email={email}]Texte[/email] |
<a href="mailto:{email}">Texte</a> |
list_item |
[*] Texte |
<li>Texte</li> |
list_item_dd |
Texte |
<dd>Texte</dd> |
list_item_dl |
[dl]Texte[/dl] |
<dl>Texte</dl> |
list_item_dt |
[dt]Texte[/dt] |
<dt>Texte</dt> |
list_unordered |
[list]Texte[/list] |
<dl>Texte</dl> |
size_multiplier |
[size={integer}]Texte[/size] |
<font size="{integer}">Texte</font> |
text_bold |
[b]Texte[/b] |
<span style="font-weight:bold">Texte</span> |
text_color |
[color={color}]Texte[/color] |
<font color="*">Texte</font> |
text_font |
[font={fonts}]Texte[/font] |
<font face="{fonts}">Texte</font> |
text_italic |
[i]Texte[/i] |
<span style="font-style:italic">Texte</span> |
text_strike |
[s]Texte[/s] |
<strike>Texte</strike> |
text_underline |
[u]Texte[/u] |
<span style="text-decoration:underline">Texte</span> |
title2 |
[h2]Texte[/h2] |
<h2>Texte</h2> |
title3 |
[h3]Texte[/h3] |
<h3>Texte</h3> |