## Please edit system and help pages ONLY in the master wiki!
## For more information, please see MoinMoin:MoinDev/Translation.
##master-page:WikiCourse/BasicIntroduction/100 Text markup
##master-date:2005-01-23 06:28:34
#acl -All:write Default
#format wiki
#language zh
#pragma section-numbers off
<<Navigation(slides)>>

= 文本标记与链接 =

要为文字增加特殊格式, 只需使用标记将文字圈起来. 这里有一些特殊符号可以被自动识别为内部或者外部链接或者内嵌图片.

||<rowbgcolor="#FFFFE8"> '''输入''' || '''显示''' ||
|| `''italic'' and '''bold''' and __underlined__` || ''italic'' and '''bold''' and __underlined__ ||
|| {{{`typewriter`}}} || `typewriter` ||
|| {{{^super^script and ,,sub,,script}}} || ^super^script and ,,sub,,script ||
|| `PageReference WikiSandBox` || PageReference WikiSandBox ||
|| `MoinMoin:HelpContents` || MoinMoin:HelpContents (InterWiki-Link) ||
|| `http://www.web.de/` || http://www.web.de/ ||
|| `http://www.pythonwiki.de/wiki/img/moinmoin.gif` || {{http://www.pythonwiki.de/wiki/img/moinmoin.gif}} ||
|| `:)  B)  :))  ;)  :D  :(  :-?` || :)  B)  :))  ;)  :D  :(  :-? (Smileys) ||
|| `/!\  <!>  (!)  (./)  {OK}  {X}  {i}` || /!\  <!>  (!)  (./)  {OK}  {X}  {i} (Marks) ||
|| `{1}  {2}  {3}` || {1}  {2}  {3} (Priorities) ||

详细内容请看[[帮助-排版]], [[帮助-链接]]和[[帮助-笑脸]].
