编写提示

输入格式:
  • Filtered HTML:
    • 自动将网址与电子邮件地址转变为链接。
    • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

      本站允许 HTML 标签,虽然学习 HTML 可能比较困难,但学习如何使用一小部分基础的 HTML“标签”是很容易的。这个表格提供了本站可用的 HTML 标签的例子。

      更多信息,请参见 W3C 组织的 HTML 或使用您喜欢的搜索引擎搜索其他解释 HTML 的站点。

      标签说明您输入您得到
      锚点(anchor)用来生成链接到其他页面的链接。<a href="http://bjhuafeng.org/zh">北京华风合唱团网站</a>北京华风合唱团网站
      强调<em>强调</em>强调
      强调<strong>强调</strong>强调
      引用<cite>引用</cite>引用
      编码化文本,用于显示程序源代码<code>编码化</code>编码化
      无序列表 - 使用 <li> 开始每个项目<ul> <li>第一项</li> <li>第二项</li> </ul>
      • 第一项
      • 第二项
      顺序列表- 使用 <li> 来开始每个项目<ol> <li>第一项</li> <li>第二项</li> </ol>
      1. 第一项
      2. 第二项
      定义列表类似于其他 HTML列表。<dl> 开始定义列表,<dt> 开始定义列表项,<dd> 则开始列表描述。<dl> <dt>第一个术语</dt> <dd>第一个定义</dd> <dt>第二个术语</dt> <dd>第二个定义</dd> </dl>
      第一个术语
      第一个定义
      第二个术语
      第二个定义

      许多特殊字符可以轻松的直接输入。

      如果您碰到问题,尝试使用 HTML 字符实体。一个通常的例子,类似于 &amp; 代表一个与符号(&)。全部的列表参见 HTML 实体。某些可用字符包括:

      字符说明您输入您得到
      与标记(&)&amp;&
      大于号&gt;>
      小于号&lt;<
      双引号&quot;"
    • 行和段被自动识别。<br /> 分行、<p> 段落开始以及 </p> 段落结束标记会被自动插入。如果段落没有被识别出来,只要加入一对空行。
    • 插入图片和相册

      插入图片

      • 插入一张图片:[photo=image]id=55[/photo]。
      • 插入多张图片:[photo=image]id=55,56,57,58,59[/photo]。
      • 可选的属性:algin。使用举例:[photo=image]id=55|algin=left[/photo] 或者 [photo=image]id=55,56,57|algin=right[/photo]。

      插入相册

      • 插入相册:[photo=album]id=10[/photo]。默认显示相册封面,可通过设置“limit”属性来显示相册内的最新图片。
      • 可选的属性:algin 和 limit。使用举例:[photo=album]id=10|algin=left[/photo] 或者 [photo=album]id=10|algin=right|limit=5[/photo]。
      这类似bbcode,并不那么友好,你可以试试可视化界面:点击这儿
    • SWF Tools Filter

      The basic syntax for embedding a flash file (.swf), flash movie (.flv) or audio file (.mp3) is:

      [swf file="filename.swf"]

      If you would like to override SWF Tools and flash player default settings, you can specify additional parameters. For example:

      [swf file="song.mp3" flashvars="backcolor=#AABBCC&&forecolor=#11AA11"]

      If you would like to output a list of files then the format is:

      [swf files="image1.jpg&&image2.jpg&&..."]
      SWF Tools Filter will accept following:
      • params : You can specify values for parameters to be passed to Flash to control the appearance of the output. Typical values are bgcolor and wmode. Example: params="wmode=true&&bgcolor="#00FF00" Alternatively you can supply each parameter individually without using params. Example wmode="true" bgcolor="#00FF00"
      • flashvars : You can specify values for output as flashvars, which become available to the Flash movie that is playing. This is often done to control a media player. Refer to the documentation of the flash player you are using to know what flashvar options are available. Example: flashvars="autostart=true&&volume=80"
      • methods : Optional information about how to display the file. The most common usage is to specify a particular media player and thus override the default specified on the settings page. Example: methods="player=onepixelout_mp3"

      WARNING: with params, flashvars and othervars, pass multiple values separated by &&.

  • Full HTML:
    • 自动将网址与电子邮件地址转变为链接。
    • 行和段被自动识别。<br /> 分行、<p> 段落开始以及 </p> 段落结束标记会被自动插入。如果段落没有被识别出来,只要加入一对空行。
    • 插入图片和相册

      插入图片

      • 插入一张图片:[photo=image]id=55[/photo]。
      • 插入多张图片:[photo=image]id=55,56,57,58,59[/photo]。
      • 可选的属性:algin。使用举例:[photo=image]id=55|algin=left[/photo] 或者 [photo=image]id=55,56,57|algin=right[/photo]。

      插入相册

      • 插入相册:[photo=album]id=10[/photo]。默认显示相册封面,可通过设置“limit”属性来显示相册内的最新图片。
      • 可选的属性:algin 和 limit。使用举例:[photo=album]id=10|algin=left[/photo] 或者 [photo=album]id=10|algin=right|limit=5[/photo]。
      这类似bbcode,并不那么友好,你可以试试可视化界面:点击这儿
    • SWF Tools Filter

      The basic syntax for embedding a flash file (.swf), flash movie (.flv) or audio file (.mp3) is:

      [swf file="filename.swf"]

      If you would like to override SWF Tools and flash player default settings, you can specify additional parameters. For example:

      [swf file="song.mp3" flashvars="backcolor=#AABBCC&&forecolor=#11AA11"]

      If you would like to output a list of files then the format is:

      [swf files="image1.jpg&&image2.jpg&&..."]
      SWF Tools Filter will accept following:
      • params : You can specify values for parameters to be passed to Flash to control the appearance of the output. Typical values are bgcolor and wmode. Example: params="wmode=true&&bgcolor="#00FF00" Alternatively you can supply each parameter individually without using params. Example wmode="true" bgcolor="#00FF00"
      • flashvars : You can specify values for output as flashvars, which become available to the Flash movie that is playing. This is often done to control a media player. Refer to the documentation of the flash player you are using to know what flashvar options are available. Example: flashvars="autostart=true&&volume=80"
      • methods : Optional information about how to display the file. The most common usage is to specify a particular media player and thus override the default specified on the settings page. Example: methods="player=onepixelout_mp3"

      WARNING: with params, flashvars and othervars, pass multiple values separated by &&.