MyCode
HTMLのシンプルバージョンであるMyCodeを使うと、HTML同様の書式が設定できます。
以下はMyCodeを使った書式設定の例です。


[b]太字テキスト[/b]
   太字テキスト

[i]斜体テキスト[/i]
   斜体テキスト

[u]アンダーライン付きテキスト[/u]
   アンダーライン付きテキスト

[s]取り消し線付きテキスト[/s]
   取り消し線付きテキスト


[url]http://www.example.com/[/url]
   http://www.example.com/

[url=http://www.example.com/]Example.com[/url]
   Example.com

[email]example@example.com[/email]
   example@example.com

[email=example@example.com]E-mail Me![/email]
   E-mail Me!

[email=example@example.com?subject=spam]E-mail with subject[/email]
   E-mail with subject


[quote]Quoted text will be here[/quote]
   引用テキスト

[code]Text with preserved formatting[/code]
   Text with preserved formatting


[img]http://www.php.net/images/php.gif[/img]
   

[img=50x50]http://www.php.net/images/php.gif[/img]
   


[color=red]赤色テキスト[/color]
   赤色テキスト

[size=3]テキストサイズ 3[/size]
   テキストサイズ 3

[font=Tahoma]フォント Tahoma[/font]
   フォント Tahoma


[align=center]中央揃え[/align]

中央揃え

[align=right]右寄せ[/align]

右寄せ


[list]
[*]リスト項目1
[*]リスト項目2
[*]リスト項目3
[/list]

  • リスト項目1
  • リスト項目2
  • リスト項目3

番号順のリストについては[list=1] 、アルファベット順のリストについては[list=a]と記述することもできます。