English (American)  中文(简体)

MyCode Extras

[spoiler]This is a Spoiler.[/spoiler]

[spoiler="Title"]This is a Spoiler with a Title.[/spoiler]



[audio=468x20]url.mp3[/audio]

[audio="Music #1,Music #2"468x20]url1.mp3,url2.mp3[/audio]



(Size may be omitted)


[Tab]This line (only the line) has a tab.

   This line (only the line) has a tab.

[Tab=2]This line (only the line) has two tabs.

      This line (only the line) has two tab.


[indent]Line one,
Line two,
Line three...[/indent]

   Line one,
   Line two,
   Line three...


[indent=2]Line one,
Line two,
Line three...[/indent]

      Line one,
      Line two,
      Line three...


The following text is [sup]Sup Text[/sup]

The following text is Sup Text

The following text is [sub]Sub Text[/sub]

The following text is Sub Text

The following MyCode is [noparse][b][i][u]not parsed.[/u][/i][/b][/noparse]

The following MyCode is [b][i][u]not parsed.[/u][/i][/b]

It is possible to post your code scripts using the code tag. E.g.:

[code]

test

[/code]

Code:
<p>test</p>

It is also possible to specify a language in the code tag. If it is a language recognized by our parser, it will give syntax highlighting! E.g.:

[code=php] echo "Hello HFE!"; [/code]

   PHP Code:
  1. echo hello;