Forum Markup Help

In the forums, we allow some simple markup that allows you to add formatting to your posts. First, there's some simple markers you can put around words or sentences:

If you type this:It looks like this:
*粗体*
粗体
/斜体/
斜体
_下划线_
下划线
~~划删除线~~
划删除线
^上标^
上标
,,下表,,
下表
`内联代码`
内联代码

These can of course also be combined however you want:

/A *bold* word in italics/
A bold word in italics
*You can ~~strike~~ out one word*
You can strike out one word
_Or /emphasize/ one word_
Or emphasize one word

You can also create headings if you want to structure your post:

=Heading 1

Heading 1

==Heading 2

Heading 2

===Heading 3

Heading 3

====Heading 4

Heading 4

=====Heading 5
Heading 5
======Heading 6
Heading 6

You can easily make a horizontal ruler:

----


There's support for making both unordered and ordered lists:

* 游戏
* 论坛
* 用户
  • 游戏
  • 论坛
  • 用户
# First
# Second
# Third
  1. First
  2. Second
  3. Third

URLs will automatically be made clickable:

Come visit http://5dyouxi.com for fun!
Come visit http://5dyouxi.com for fun!
Come visit [http://5dyouxi.com 5dyouxi] for fun!
Come visit 5dyouxi for fun!

The best feature though is that you can now post code snippets and get them formatted and properly highlighted. Surround your code with triple curly bracers, and put a language identifier before the first bracer. We support these languages:

as{{{  }}}
ActionScript 2 and 3
c#{{{  }}}
C-Sharp
js{{{  }}}
Javascript
css{{{  }}}
Cascading Style SheetsCascading Style Sheets
xml{{{  }}}
XML and HTMLXML and HTML
sql{{{  }}}
Database SQL

Here are some examples of what this looks like:

as{{{
//This is a little test
NonobaAPI.Test(stage, text) {
    if (text != "test") {
        trace(text);
    }
}
}}}
xml{{{
<game name="Test">
    <score user="Annie">18</score>
    <score user="Brad">17</score>
</game>
}}}

5dyouxi

5dyouxi.com是一个独立的游戏网站,在这里你将可以免费玩到各种好玩的单人和多人游戏。

开发者工具

如果你是一位flash游戏开发者,我们有一些非常强大的工具来帮助你开发更加优秀的游戏。

经典游戏

为什么不试试我们这里的一些最为优秀的在线flash游戏呢?这可是完全免费的!

Copyright ©2007-2012 5dyouxi™ - All rights reserved.36.0021ms on SERVER34097
注册 或者