WordPress:Help:Editing

来自站长百科
跳转至: 导航、​ 搜索

The Codex/Wiki Markup[ ]

Codex/Wiki标记[ ]

The following editing styles and markup is from MediaWiki's Guide: Editing Overview. For more information on styling these pages, see:

下面的编辑样式和标记是来自MediaWiki的指南: 编辑总揽。更多关于设计这些页面的信息,请看看:

In the chart below, in the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.

在下面的表格中,在表格下面的左栏中,你可以看到可能的效果。在右边的栏,你可以看到这些效果是怎样实现的。换句话说,要使得文本看起来与左边栏中出现的效果相同,将文本输入右边栏中的格式。

You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the WordPress:Sandbox.

你可能想要在分开的浏览器窗口中保存这个页面,以供参考。如果你想要毫无风险地输入一些内容,你可以在 Sandbox中输入。

Sections, paragraphs, lists and lines[ ]

部分,段落,列表和行[ ]

What it looks like What you type



看起来像 你输入的内容

Start your sections with header lines: 从标头行开始你的部分:


<!—这是最初的

新的部分[ ]

子部分[ ]

二级部分[ ]

-->


New section

<!—这个代码避免了部分编辑功能的混乱--> 新的部分

Subsection

Sub-subsection



<b><font style="font-size:110%"> 子部分</font></b>

<b><font style="font-size:100%"> 二级部分</font></b>

</td>
<td><pre><nowiki>

== New section ==

=== Subsection ===

==== Sub-subsection ====

Newline:


新部分[ ]

子部分[ ]

二级部分[ ]

</nowiki>

Newline:

A single newline has no effect on the layout. 单一的新行对布局不产生影响。 But an empty line starts a new paragraph.

但是空行,是新段落的开始。

(<p> disables this paragraphing until </p> or the end of the section)

(<p> 取消这个段落,直到</p>这个部分结束)

(in Cologne Blue two newlines and a div tag give just one newline; in the order newline, div tag, newline, the result is two newlines)

(in Cologne Blue two newlines and a div tag give just one newline; in the order newline, div tag, newline, the result is two newlines)



</td>
<td>
<pre><nowiki>

A single
newline
has no
effect on the
layout.

单一的新行,对布局没有影响。

But an empty line
starts a new paragraph.
但是空行,是新段落的开始。</nowiki>
You can break lines
without starting a new paragraph.

Sufficient as wikitext code is <br />, the XHTML code <br /> is not needed, the system produces this code.

You can break lines<br />
without starting a new paragraph.


你可以分行
但是不需要开始新的段落。

非常充分,因为wikitext 代码是<br />, XHTML代码 <br /> 不必要,系统产生这种代码。

你可以分行<br />
但是不需要创建新的段落。
  • Lists are easy to do:
    • start every line with a star
      • more stars means deeper levels
  • A newline
  • in a list

marks the end of the list.

  • Of course
  • you can
  • start again.
  • 能够轻易地创建嵌套列表:
    • 使用一个星,开始新的一行
      • 更多的星星,表示更深的嵌套级别
  • 新行
  • 在列表中

表示列表的结束。

  • 当然
  • 你可以
  • 重新开始
* Lists are easy to do:
** start every line with a star
*** more stars means deeper levels
*A newline
*in a list  
marks the end of the list.
*Of course
*you can
*start again.


</td>
<td><pre><nowiki>*很容易创建嵌套列表:
** 用一个星星开始新的一行
*** 更多的星星表示更深的嵌套级别
*新行
*在列表中  
表示列表的结束。
*当然
*你可以
*重新开始。
  1. Numbered lists are also good
    1. very organized
    2. easy to follow
  2. A newline
  3. in a list

marks the end of the list.

  1. New numbering starts
  2. with 1.


</nowiki>
  1. 使用编号的列表也很好
    1. 结构清晰明了
    2. 容易遵从
  2. 新行
  3. 在列表中

表示结束列表。

  1. 新的编号从
  2. 1开始。
# Numbered lists are also good
## very organized
## easy to follow
#A newline
#in a list  
marks the end of the list.
#New numbering starts
#with 1.
  • You can even do mixed lists
    1. and nest them
      • like this
        or have newlines
        inside lists
* You can even do mixed lists
*# and nest them
*#* like this<br />or have newlines<br />inside lists
  • You can also
    • break lines
      inside lists
      like this
* You can also
**break lines<br />inside lists<br />like this
Definition list
list of definitions
item
the item's definition
; Definition list : list of definitions
; item : the item's definition
A colon indents a line or paragraph.

A manual newline starts a new paragraph.

  • This is primarily for displayed material, but is also used for discussion on Talk pages.
: A colon indents a line or paragraph.
A manual newline starts a new paragraph.
IF a line of plain text starts with a space THEN
  it will be formatted exactly
    as typed;
  in a fixed-width font;
  lines won't wrap;
ENDIF
this is useful for:
  * pasting preformatted text;
  * algorithm descriptions;
  * program source code
  * ASCII art;
  * chemical structures;


















#编号的列表也很好 
##结构清晰明了
##容易了解 
#新行
#在列表中
表示结束列表。
#新的编号从
#1开始。
  • 你设置可以处理混合的列表
    1. 将这些列表嵌套
      • 就如这个
        或者在列表中
        放入新行inside lists
* 你甚至可以处理混合在一起的列表
*#将这些列表嵌套处理
*#* 如这个<br />或者在列表中<br />嵌入新行
  • 你也可以You can also
    • 在列表中
      分行
      如这个
* 你也可以
**在列表中<br />分行<br />如这个
定义列表
定义列表
item
the item的定义
;定义列表: 各种定义的列表
; item : the item的定义
冒号缩进一行或者一个段落。

动手添加的新行,开始新的段落。

  • 这主要用于已显示的内容,但是也用于 对话页面上的讨论。
: 冒号缩进一行或者一段。
动手添加新的行开始新的段落。
如果纯文本行是以空格开始的,那么这些行的格式就如打印格式那样;拥有顶宽的字体;而且行也不会嵌套;
ENDIF
这有益于:
  *粘贴预先格式的文本;
  * algorithm 描述;
  * 程序源代码
  * ASCII art;
  * chemical structures;

WARNING If you make it wide, you force the whole page to be wide and hence less readable. Never start ordinary lines with spaces.

(see also below)
 IF a line of plain text starts with a space THEN
   it will be formatted exactly
     as typed;
   in a fixed-width font;
   lines won't wrap;
 ENDIF
 this is useful for:
   * pasting preformatted text;
   * algorithm descriptions;
   * program source code
   * ASCII horizontal dividing lineart;
   * chemical structures;
Centered text.
<center>Centered text.</center>
A horizontal dividing line: above

and below.

(However, in most cases a section header is more useful. The horizontal dividing line should only be used if what follows is logically part of the same section; otherwise that part would be hidden in the TOC.)
A horizontal dividing line: above
----
and below. 













警告如果你希望行很宽, 你 可以迫使整个页面加宽 这样 不易阅读。永远不要使用空格开始一般的新行。

(也看看下面的)
如果一行纯文本是以空格开始的,那么这行文本的格式与打印格式完全一样;
拥有固定的字宽;
行不会嵌套;
ENDIF
这有益于: this is useful for:
   *粘贴预先格式的文本;
   * algorithm描述;
   * 程序源代码
   * ASCII horizontal dividing lineart;
   * chemical structures;
居中的文本。
<center>居中的文本。</center>
A horizontal dividing line:上面的

和下面的。

(然而,在大多数情况下,部分的标头更为重要。接着的部分是同一个部分的逻辑组成的情况下,才能够使用水平的分行;否则那个部分就会隐藏在TOC中。)
A horizontal dividing line:上面的
----
和下面的。 

Summarizing the effect of a single newline: no effect in general, but it ends a list item or indented part; thus changing some text into a list item, or indenting it, is more cumbersome if it contains newlines, they have to be removed; see also Don't use line breaks.

总结单一的新行的优点:对整体没有影响,但是结束了列表内容或者嵌套的部分;因此将一些文本更改为列表内容,或者嵌套这些文本,如果文本包含新行,将会更难处理,需要将新行移除;请看看不要使用行分隔符

Links, URLs[ ]

链接,URLs[ ]

What it looks like What you type
Sue is reading about the WordPress:WordPress_Features.


[[WordPress:List_of_cities_by_country#Morocco| List_of_cities_by_country#Morocco]]。
看起来像什么 你输入了什么
Sue 正在阅读 WordPress_Features
  • First letter of target is automatically capitalized.
  • 第一个字母自动大写。
  • Internally spaces are automatically represented as underscores (typing an underscore has the same effect as typing a space, but is not recommended).
  • 内部的空格自动表示为下划线(输入下划线与你输入空格的效果是相同的,但是不建议你输入下划线)。

Thus the WordPress:link above is to http://codex.wordpress.org/WordPress_Features, which is the page with the name "WordPress Features".

因此上述的链接是要链接到http://codex.wordpress.org/WordPress_Features,是拥有"WordPress 功能"名称的页面。

Sue is reading about the [[WordPress:WordPress_Features]].
Sue正在阅读 [[WordPress:WordPress_Features| WordPress_Features]]。


Link to a section on a page, e.g. WordPress:List_of_cities_by_country#Morocco; when section linking does not work the link is treated as link to the page, i.e. to the top; this applies for:

链接到网页上的某个部分,如 List_of_cities_by_country#Morocco;链接到部分不能够运行的时候,这个链接就被看做链接到页面,如,链接到顶上方,这应用于:


  • links to non-existent sections
  • 链接到不存在的部分
  • links in redirects
  • links in redirects
  • interwiki links
  • interwiki 链接
  • [[WordPress:List_of_cities_by_country#Morocco]].
    Link target and link label are different: about the features of WordPress.
    链接对象和链接标签是不同的: 关于WordPress的功能

    (This is called a piped link).

    (这称为 piped link)。


    Same target, different name:
    [[WordPress:WordPress Features|about the features of WordPress]]
    同样的目标,不同的名称: [[WordPress:WordPress Features|关于WordPress功能]]
    Endings are blended into the link: WordPress:official positions, WordPress:genes
    Endings are blended
    into the link: [[WordPress:official position]]s, [[WordPress:gene]]s

    Automatically hide stuff in parentheses: kingdom.

    Automatically hide namespace: Village pump.

    The server fills in the part after the | when you save the page. Next time you open the edit box you will see the expanded piped link. A preview interprets the abbreviated form correctly, but does not expand it yet in the edit box. Press Save and again Edit, and you will see the expanded version. The same applies for the following feature.

    Automatically hide stuff in parentheses:
    [[WordPress:kingdom (biology)|]]. 
    Automatically hide namespace:
    [[WordPress:Wikipedia:Village pump|]].
    When adding a comment to a Talk page,

    you should sign it. You can do this by adding three tildes for your user name:

    Karl Wick

    or four for user name plus date/time:

    Karl Wick 08:10 Oct 5, 2002 (UTC)
    When adding a comment to a Talk page,
    you should sign it. You can do this by
    adding three tildes for your user name:
    : ~~~
    or four for user name plus date/time:
    : ~~~~
    WordPress:The weather in London is a page that doesn't exist yet.
    • You can create it by clicking on the link.
    • To create a new page:
      1. Create a link to it on some other page.
      2. Save that page.
      3. Click on the link you just made. The new page will open for editing.
    • Have a look at how to start a page guide and the naming conventions page for your project.
    [[WordPress:The weather in London]] is a page
    that doesn't exist yet.

    Redirect one article title to another by putting text like this in its first line.

    #REDIRECT [[WordPress:United States]]

    A link to the page on the same subject in another language or, more generally, to a page on another wiki: [[WordPress::fr:Wikipédia:Aide]]. For more info see m:Help:Interwiki linking.

    [[WordPress:fr:Wikipédia:Aide]], [[WordPress::fr:Wikipédia:Aide]]
    "What links here" and "Related changes" can be linked as:

    WordPress:Special:Whatlinkshere/Wikipedia:How to edit a page and WordPress:Special:Recentchangeslinked/Wikipedia:How to edit a page

    [[WordPress:Special:Whatlinkshere/
    Wikipedia:How to edit a page]] and
    [[WordPress:Special:Recentchangeslinked/
    Wikipedia:How to edit a page]]
    External links: Set with one bracket and a space between the URL and the link title as:

    Nupedia, [1]

    External links:
    [http://www.nupedia.com Nupedia],
    [http://www.nupedia.com]
    Or just give the URL: http://www.nupedia.com.
    • In the URL all symbols must be among: A-Z a-z 0-9 ._\/~%-+&#?!=()@ \x80-\xFF. If a URL contains a different character it should be converted; for example, ^ has to be written %5E (to be looked up in ASCII). A blank space can also be converted into an underscore.
    Or just give the URL:
    http://www.nupedia.com.

    To link to books, you can use ISBN links. ISBN 0123456789X See Help:ISBN links

    ISBN 0123456789X

    Link to Request for Comments: RFC 123 (URL specified in WordPress:mediawiki:Rfcurl)

    RFC 123

    To include links to non-image uploads such as sounds, use a "media" link.
    Sound

    
    [[WordPress:media:Sg_mrob.ogg|Sound]]
    




















    Endings 与链接混合: 官方位置, genes
    Endings 与链接混合: [[WordPress:official position|官方位置]], [[WordPress:gene|gene]]s

    自动隐藏圆括号中的内容: kingdom

    自动隐藏名字空间: Village pump

    你保存网页的时候,服务器完成了|部分后面的内容。你下次打开编辑框的时候,将会看到扩展的piped link。预览正确地解释了缩略的样式,但是不会在编辑框中扩展这个样式。按住保存,然后再编辑,你将会看到扩展的版本。同样也适用于下面的功能。

    自动隐藏圆括号中的内容:
     [[WordPress:kingdom (biology)|]]. 
    自动隐藏名字空间:
     [[WordPress:Wikipedia:Village pump|]].
    在对话页上添加评论的时候,

    你应该署名。 你可以通过给你的用户名添加三个~符号,署名:

    Karl Wick

    或者在用户名和日期/时间后面加上四个~符号:

    Karl Wick 08:10 Oct 5, 2002 (UTC)
    给对话页添加评论的时候,
    你应该署名。你可以给用户名添加三个~符号,来署名:
    : ~~~
    在用户名和日期/时间后面加上四个~符号:
    : ~~~~
    伦敦天气 是个还不存在的页面。
    • 通过点击链接,你可以创建这个页面。
    • 要创建新的页面:
    *#在其它的页面上为这个新页面创建链接。
    
      1. 保存那个页面。
      2. 点击你刚刚创建的链接。新的页面就会打开,供你编辑。
    • 查看 怎样开始创建新的页面指南并且为你的页面设定惯例。
    [[WordPress:The weather in London|伦敦天气]] 是个还不存在的页面。
    

    Redirect 将像这样的文本放置到第一行,从一个文章标题转向另一个。

    #REDIRECT [[WordPress:United States|美国]]

    链接到另一种语言描述的同一个标题,或者,更确切地说,链接到另一个wiki上的页面: [[WordPress::fr:Wikipédia:Aide|:fr:Wikipédia:Aide]]。

    For more info see m:Help:Interwiki linking.

    更多的信息,请看看m:Help:Interwiki linking

    [[WordPress:fr:Wikipédia:Aide| fr:Wikipédia:Aide]], [[WordPress::fr:Wikipédia:Aide|:fr:Wikipédia:Aide]]
    "这里是什么链接" 和"相关更改" 可以链接为:

    Special:Whatlinkshere/Wikipedia:怎样编辑页面 Special:Recentchangeslinked/Wikipedia:怎样编辑页面

    [[WordPress:Special:Whatlinkshere/
    Wikipedia:How to edit a page| Special:Whatlinkshere/
    Wikipedia:怎样编辑页面]] 和
    [[WordPress:Special:Recentchangeslinked/
    Wikipedia:How to edit a page| Special:Recentchangeslinked/
    Wikipedia:怎样编辑页面]]
    外部链接: 在URL中的一个括号和空格之间设置,链接标题作为:

    Nupedia, [2]

    External links:
    [http://www.nupedia.com Nupedia],
    [http://www.nupedia.com]
    或者只给出URL: http://www.nupedia.com.
    • URL 必须包含所有符号: A-Z a-z 0-9 ._\/~%-+&#?!=()@ \x80-\xFF。如果URL包含不同的字符,应该转变字符:如^ 应该被协作为%5E (在 ASCII中查找)。空格也可以转变为下划线。
    或者值给出URL:
    http://www.nupedia.com.

    链接到书本,你可以使用ISBN 链接。 ISBN 0123456789X 请看看Help:ISBN 链接

    ISBN 0123456789X

    链接到 评论请求: RFC 123 (URL在[[WordPress:mediawiki:Rfcurl| mediawiki:Rfcurl]中规定])

    RFC 123

    要将链接包含进没有图像的上传内容,如sounds中,请使用"media"链接。
    声音

    
    [[WordPress:media:Sg_mrob.ogg|声音]]
    








    Images[ ]

    图像[ ]

    What it looks like What you type
    A picture: WordPress:Image:codex-logo-2.png
    • To upload images, use the upload page. You can find the uploaded image on the image list
    • For layout purposes, you can align the image and have it be thumbnail sized so the user can click the image to see a larger version:

    left|thumbnail|WordPress Default Theme

    A picture: [[WordPress:Image:codex-logo-2.png]]

    or, with alternate text (strongly encouraged)

    [[WordPress:Image:codex-logo-2.png|WordPress Codex Logo Draft]]
    

    Web browsers render alternate text when not displaying an image -- for example, when the image isn't loaded, or in a text-only browser, or when spoken aloud. See Alternate text for images for help on choosing alternate text. See Extended image syntax for more options.

    For left float thumbnail image:

    [[WordPress:Image:Kubrick_Single.jpg|right|thumbnail|WordPress Default Theme]]

    Clicking on an uploaded image displays a description page, which you can also link directly to: [[WordPress::Image:Wiki.png]]

    [[WordPress::Image:Wiki.png]]
    

    To include links to images shown as links instead of drawn on the page, use a "media" link.
    Image of a Tornado

    
    [[WordPress:media:Tornado.jpg|Image of a Tornado]]
    














    图像看起来像什么 你输入什么内容 A 图片: Image:codex-logo-2.png

    一个图片: [[WordPress:Image:codex-logo-2.png| 图像:codex-logo-2.png]]

    或者使用其它的文本(强烈 推荐) <!—在HTML4中真的需要-->

    [[WordPress:Image:codex-logo-2.png|WordPress Codex Logo Draft]]
    

    网络浏览器不显示图像的时候,产生替换文本—如,当图像没有载入,或者在只支持文本的浏览器中,或者spoken aloud的时候。请看看 图像的替换文本 帮你选择替换的文本。更多的选项,请看看 扩展的图像语法

    对于在左边漂浮的缩略图:

    [[WordPress:Image:Kubrick_Single.jpg|right|thumbnail|WordPress 默认主题]]

    点击上传的图像,显示描述页面,你也可以将这个页面直接链接到: [[WordPress::Image:Wiki.png|:图像:Wiki.png]]

    [[WordPress::Image:Wiki.png|:图像:Wiki.png]]
    

    包含链接,链接到显示为链接的图像,而不是扩展在网页上的图像,请使用"媒体"链接。
    旋风的图像

    
    [[WordPress:media:Tornado.jpg|旋风的图像]]
    










    Character formatting[ ]

    字符格式[ ]

    What it looks like What you type

    Emphasize, strongly, very strongly.

    • These are double and triple apostrophes, not double quotes.
    ''Emphasize'', '''strongly''',
    '''''very strongly'''''.

    You can also write italic and bold if the desired effect is a specific font style rather than emphasis, as in mathematical formulas:

    F = ma
    • However, the difference between these two methods is not very important for graphical browsers, and many people choose to ignore it.
    You can also write <i>italic</i>
    and <b>bold</b> if the desired effect is a 
    specific font style rather than emphasis, as 
    in mathematical formulas:
    :<b>F</b> = <i>m</i><b>a</b>
    A typewriter font for technical terms.
    A typewriter font for 
    <tt>technical terms</tt>.
    You can use small text for captions.
    You can use <small>small text</small> 
    for captions.
    You can strike out deleted material

    and underline new material.

    You can <strike>strike out deleted material</strike>
    and <u>underline new material</u>.

    Umlauts and accents: (See MediaWiki's User Guide: Creating special characters])
    è é ê ë ì í

    À Á Â Ã Ä Å
    Æ Ç È É Ê Ë
    Ì Í Î Ï Ñ Ò
    Ó Ô Õ Ö Ø Ù
    Ú Û Ü ß à á
    â ã ä å æ ç
    è é ê ë ì í
    î ï ñ ò ó ô
    œ õ ö ø ù ú
    û ü ÿ

    
    è é ê ë ì í
    
    &Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring;
    &AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml;
    &Igrave; &Iacute; &Icirc; &Iuml; &Ntilde; &Ograve;
    &Oacute; &Ocirc; &Otilde; &Ouml; &Oslash; &Ugrave;
    &Uacute; &Ucirc; &Uuml; &szlig; &agrave; &aacute;
    &acirc; &atilde; &auml; &aring; &aelig; &ccedil;
    &egrave; &eacute; &ecirc; &euml; &igrave; &iacute;
    &icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc;
    &oelig; &otilde; &ouml; &oslash; &ugrave; &uacute;
    &ucirc; &uuml; &yuml;

    Punctuation:
    ¿ ¡ « » § ¶
    † ‡ • - – —

    &iquest; &iexcl; &laquo; &raquo; &sect; &para;
    &dagger; &Dagger; &bull; - &ndash; &mdash;

    Commercial symbols:
    ™ © ® ¢ € ¥

    £ ¤
    &trade; &copy; &reg; &cent; &euro; &yen;
    &pound; &curren;
    
    Subscript: x2

    Superscript: x2 or x²

    • The latter method of superscript can't be used in the most general context, but is preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.

    ε0 = 8.85 × 10−12 C² / J m.

    1 WordPress:hectare = WordPress:1 E4 m²

    Subscript: x<sub>2</sub>
    Superscript: x<sup>2</sup> or x&sup2;
    
    or in projects with the templates sub and sup:
    
    Subscript: x{{sub|2}}
    Superscript: x{{sup|2}}
    
    &epsilon;<sub>0</sub> =
    8.85 &times; 10<sup>&minus;12</sup>
    C&sup2; / J m.
    
    1 [[WordPress:hectare]] = [[WordPress:1 E4 m²]]
    
    Greek characters:

    α β γ δ ε ζ
    η θ ι κ λ μ ν
    ξ ο π ρ σ ς
    τ υ φ χ ψ ω
    Γ Δ Θ Λ Ξ Π
    Σ Φ Ψ Ω

    &alpha; &beta; &gamma; &delta; &epsilon; &zeta;
    &eta; &theta; &iota; &kappa; &lambda; &mu; &nu;
    &xi; &omicron; &pi; &rho;  &sigma; &sigmaf;
    &tau; &upsilon; &phi; &chi; &psi; &omega;
    &Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi;
    &Sigma; &Phi; &Psi; &Omega;
    

    Math characters:
    ∫ ∑ ∏ √ − ± ∞
    ≈ ∝ ≡ ≠ ≤ ≥
    × · ÷ ∂ ′ ″
    ∇ ‰ ° ∴ ℵ ø
    ∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇
    ¬ ∧ ∨ ∃ ∀ ⇒ ⇔
    → ↔ ↑

    &int; &sum; &prod; &radic; &minus; &plusmn; &infin;
    &asymp; &prop; &equiv; &ne; &le; &ge; 
    &times; &middot; &divide; &part; &prime; &Prime;
    &nabla; &permil; &deg; &there4; &alefsym; &oslash;
    &isin; &notin; &cap; &cup; &sub; &sup; &sube; &supe;
    &not; &and; &or; &exist; &forall; &rArr; &hArr;
    &rarr; &harr; &uarr;
    
    x2   ≥   0 true.
    • To space things out, use non-breaking spaces - &nbsp;.
    • &nbsp; also prevents line breaks in the middle of text, this is useful in formulas.
    <i>x</i><sup>2</sup>&nbsp;&nbsp;&ge;&nbsp;&nbsp;0 true.
    

    Complicated formulae:
      <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>

    <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
    

    For comparison for the following examples:

    arrow →

    italics WordPress:link

    arrow      &rarr;
    
    ''italics''
    [[WordPress:link]]

    Use <nowiki> to suppress interpretation of wiki markup, but interpret character references and remove newlines and multiple spaces:

    arrow → ''italics'' [[WordPress:link]]

    <nowiki>arrow      &rarr;
    
    ''italics''
    [[WordPress:link]]</nowiki>

    Use <pre> to suppress interpretation of wiki markup and keep newlines and multiple spaces, and get typewriter font, but interpret character references:

    arrow      →
    
    ''italics''
    [[WordPress:link]]
    
    <nowiki><pre>arrow      &rarr;
    
    ''italics''
    [[WordPress:link]]
    </nowiki>

    Use leading space on each line to keep newlines and multiple spaces, and get typewriter font:

    arrow      →
    
    italics
    WordPress:link
    
     arrow      &rarr;
    
     ''italics''
     [[WordPress:link]]

    Use typewriter font:

    arrow →

    italics WordPress:link

    <tt>arrow      &rarr;</tt>
    
    <tt>''italics''</tt>
    <tt>[[WordPress:link]]</tt>

    Show character references:

    &rarr;

    &amp;rarr;

    Commenting page source:
    not shown in page

    • Used to leave comments in a page for future editors.
    <!-- comment here -->



















    字符格式看起来像什么 你输入了什么

    强调, 强烈, 非常强烈

    • 这些是两个或者三个省略符号,而不是双引号。
    ''强调'', '''强烈''',
    '''''非常强烈'''''。

    你也可以写成 斜体粗体 如果你希望得到特别形式的字体,而不仅仅是突出,就如数学公式:

    F = ma
    • 然而,这两种方法之间的不同之处,对于图形浏览器而言,并不重要,许多人都会忽视这两种方法之间的不同。
    你也可以写成<i>斜体</i>
    和 <b>粗体</b> 如果想要特别格式的字体,而不是突出字体,如数学公式:
    :<b>F</b> = <i>m</i><b>a</b>
    <!—虽然这不是数学公式—当然不是,公式应用于物理,但仍然具有数学性质-->
    打字机字体应用于 专门术语
    打印机字体应用于<tt>专门术语</tt>。
    你可以为标题使用 小的文本
    你可以为标题使用<small>小的文本</small> 
    。
    你可以去除已删除的内容

    并且给新的内容添加下划线

    你可以<strike>去除已删除内容</strike>
    并且<u>给新的内容,加上下划线</u>。

    变音和重音: (请看看MediaWiki的用户指南: 创建特别的字符])
    è é ê ë ì í

    À Á Â Ã Ä Å
    Æ Ç È É Ê Ë
    Ì Í Î Ï Ñ Ò
    Ó Ô Õ Ö Ø Ù
    Ú Û Ü ß à á
    â ã ä å æ ç
    è é ê ë ì í
    î ï ñ ò ó ô
    œ õ ö ø ù ú
    û ü ÿ

    
    è é ê ë ì í
    
    &Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring;
    &AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml;
    &Igrave; &Iacute; &Icirc; &Iuml; &Ntilde; &Ograve;
    &Oacute; &Ocirc; &Otilde; &Ouml; &Oslash; &Ugrave;
    &Uacute; &Ucirc; &Uuml; &szlig; &agrave; &aacute;
    &acirc; &atilde; &auml; &aring; &aelig; &ccedil;
    &egrave; &eacute; &ecirc; &euml; &igrave; &iacute;
    &icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc;
    &oelig; &otilde; &ouml; &oslash; &ugrave; &uacute;
    &ucirc; &uuml; &yuml;

    Punctuation:
    ¿ ¡ « » § ¶
    † ‡ • - – —

    &iquest; &iexcl; &laquo; &raquo; &sect; &para;
    &dagger; &Dagger; &bull; - &ndash; &mdash;

    Commercial symbols:
    ™ © ® ¢ € ¥

    £ ¤
    &trade; &copy; &reg; &cent; &euro; &yen;
    &pound; &curren;
    
    Subscript: x2

    Superscript: x2 or x²

    • superscript的后一种方法不能够用于一般的文本, 但是在可以使用这种方法的情况下,首选这种方法(带有测量单位) 因为大多数浏览器使用这种方法能够轻易地形成行。

    ε0 = 8.85 × 10−12 C² / J m.

    1 公顷 = 1 E4 m²

    Subscript: x<sub>2</sub>
    Superscript: x<sup>2</sup> 或者x&sup2;
    
    or in projects with the templates sub and sup:
    
    Subscript: x{{sub|2}}
    Superscript: x{{sup|2}}
    
    &epsilon;<sub>0</sub> =
    8.85 &times; 10<sup>&minus;12</sup>
    C&sup2; / J m.
    
    1 [[WordPress:hectare|公顷]] = [[WordPress:1 E4 m²|1 E4 m²]]
    
    希腊语字符:

    α β γ δ ε ζ
    η θ ι κ λ μ ν
    ξ ο π ρ σ ς
    τ υ φ χ ψ ω
    Γ Δ Θ Λ Ξ Π
    Σ Φ Ψ Ω

    &alpha; &beta; &gamma; &delta; &epsilon; &zeta;
    &eta; &theta; &iota; &kappa; &lambda; &mu; &nu;
    &xi; &omicron; &pi; &rho;  &sigma; &sigmaf;
    &tau; &upsilon; &phi; &chi; &psi; &omega;
    &Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi;
    &Sigma; &Phi; &Psi; &Omega;
    

    Math characters:
    ∫ ∑ ∏ √ − ± ∞
    ≈ ∝ ≡ ≠ ≤ ≥
    × · ÷ ∂ ′ ″
    ∇ ‰ ° ∴ ℵ ø
    ∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇
    ¬ ∧ ∨ ∃ ∀ ⇒ ⇔
    → ↔ ↑

    &int; &sum; &prod; &radic; &minus; &plusmn; &infin;
    &asymp; &prop; &equiv; &ne; &le; &ge; 
    &times; &middot; &divide; &part; &prime; &Prime;
    &nabla; &permil; &deg; &there4; &alefsym; &oslash;
    &isin; &notin; &cap; &cup; &sub; &sup; &sube; &supe;
    &not; &and; &or; &exist; &forall; &rArr; &hArr;
    &rarr; &harr; &uarr;
    
    x2   ≥   0 true.
    • 要将内容分开,请使用不会破坏结构的空格- &nbsp;.
    • &nbsp;同时放置在文本的中间产生行分隔符,这样对于格式意义重大。
    <i>x</i><sup>2</sup>&nbsp;&nbsp;&ge;&nbsp;&nbsp;0 true.
    

    Complicated formulae:
      <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>

    <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
    

    比较下面的例子:

    arrow →

    斜体 链接

    箭头      &rarr;
    
    ''斜体''
    [[WordPress:link|链接]]

    使用 <nowiki>阻止解译 wiki 标记,但是解译了字符参考并且移除了和多个空格:

    arrow → ''斜体'' [[WordPress:link|链接]]

    <nowiki>箭头    &rarr;
    
    ''斜体字''
    [[WordPress:link|链接]]</nowiki>

    使用 <pre> 阻止解译wiki标记,保持newlines和多个空格,得到打印机字体,但是解译了字符参考:

    箭头    →
    
    ''斜体字''
    [[WordPress:link|链接]]
    
    <nowiki><pre>箭头    &rarr;
    
    ''斜体字''
    [[WordPress:link|链接]]
    </nowiki>

    在每行中使用引导的空格,保持newlines和多个空格,并且得到打印机字体:

    箭头     →
    
    斜体字
    链接
    
     箭头      &rarr;
    
     ''斜体字''
     [[WordPress:link|链接]]

    使用打印机字体:

    箭头 →

    斜体字 链接

    <tt>箭头      &rarr;</tt>
    
    <tt>''斜体字''</tt>
    <tt>[[WordPress:link|链接]]</tt>

    显示字符参考:

    &rarr;

    &amp;rarr;

    Commenting page source:
    不要页面上显示  用来在网页上留下评论,供以后编辑。

    <!-- comment here -->









    HTML Tables[ ]

    HTML 表格[ ]

    HTML tables can be quite useful as well. For details on how to use them and discussion about when they are appropriate, see MediaWiki User's Guide: Using tables.

    HTML表格也会很有用。关于怎样使用HTML表格,以及什么时候使用HTML表格较为合适,请看看用户的指南: 使用表格

    Templates[ ]

    模板[ ]

    网页上的一些文本可能与编辑框中另一个网页的参考相对应,形式是{{名称}}, 指代网页 "模板:名称". 这称为模板。更改那个文本,就更改了其它页面。有时候,分开的编辑链接就用于这个目的。将这样的链接放入Wikipedia中的模板的一种简单的方法是使用 en:模板:ed.

    Page protection[ ]

    页面保护[ ]

    In a few cases the link labeled "MediaWiki:Editthispage" is replaced by the text "受保护页面" (or equivalents in the language of the project). In that case the page can not be edited.

    在少数例子中,标记为"MediaWiki:Editthispage"的链接由"受保护页面"文本代替(或者语言中的对等内容)。这时,网页不能够编辑。

    Separating edits[ ]

    分开编辑[ ]

    When moving or copying a piece of text within a page or from another page, and also making other edits, it is useful to separate these edits. This way the diff function can be usefully applied for checking these other edits.

    当移除网页或者其它网页中的文本的时候,同时要编辑一些其它内容,最好分开编辑这些内容。diff function能够查看这些其它的编辑内容。