查看“语法参考”的源代码
来自Ubuntu中文
←
语法参考
跳到导航
跳到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
<pre><nowiki> </nowiki></pre> This page tries to use each supported markup element at least once. <pre><nowiki> '''索引''' </nowiki></pre> '''索引''' == 标题 == === 标题 2 === ==== 标题 3 ==== ===== 标题 4 ===== ====== 标题 5 ====== == 字体样式 == <pre><nowiki> 普通文本, ''斜体'', '''粗体''', <u>下划线</u>, <sub>下标</sub>, <sup>上标</sup>, `typewriter` and <code><nowiki>typewriter</nowiki></code>. </nowiki></pre> 普通文本, ''斜体'', '''粗体''', <u>下划线</u>, <sub>下标</sub>, <sup>上标</sup>, `typewriter` and <code><nowiki>typewriter</nowiki></code>. === 语法加亮 === <pre><nowiki>#!python # python code print code.colorize("abc", 1 + 1) </nowiki></pre> == 笑脸 == [[ShowSmileys]] == 超级链接 == === 内部 === <pre><nowiki> * MoinMoin * MoinMoin/TextFormatting * MoinMoin/InstallDocs * ../InstallDocs * /SubPage * Self:InterWiki </nowiki></pre> * MoinMoin * MoinMoin/TextFormatting * MoinMoin/InstallDocs * ../InstallDocs * /SubPage * Self:InterWiki <pre><nowiki> [[anchorname Anchor Link]] </nowiki></pre> [[anchorname Anchor Link]] === 外部 === <pre><nowiki> * http://moinmoin.wikiwikiweb.de/ * [http://moinmoin.wikiwikiweb.de/] * [http://moinmoin.wikiwikiweb.de/ MoinMoin Wiki] * [http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png] * http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png * [http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png moinmoin.png] * MeatBall:InterWiki * [[UbuntuWiki:MeatBall/InterWiki]] * [[UbuntuWiki:MeatBall/InterWiki]] * [[UbuntuWiki:MeatBall/InterWiki|InterWiki page on MeatBall]] * [file://servername/full/path/to/file/filename%20with%20spaces.txt Click here to read filename with spaces.txt] * me@privacy.net </nowiki></pre> * http://moinmoin.wikiwikiweb.de/ * [http://moinmoin.wikiwikiweb.de/] * [http://moinmoin.wikiwikiweb.de/ MoinMoin Wiki] * [http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png] * http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png * [http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png moinmoin.png] * MeatBall:InterWiki * [[UbuntuWiki:MeatBall/InterWiki]] * [[UbuntuWiki:MeatBall/InterWiki]] * [[UbuntuWiki:MeatBall/InterWiki|InterWiki page on MeatBall]] * [file://servername/full/path/to/file/filename%20with%20spaces.txt Click here to read filename with spaces.txt] * me@privacy.net === Escaping WikiNames === <pre><nowiki> Wiki''''''Name Wiki``Name </nowiki></pre> Wiki''''''Name Wiki``Name == Blockquote == <pre><nowiki> This is indented Even more </nowiki></pre> This is indented Even more == Bullet list == <pre><nowiki> * item 1 * item 2, with gap * item 3 *** item 3.1 </nowiki></pre> * item 1 * item 2, with gap * item 3 *** item 3.1 == Numbered list == <pre><nowiki> * item 1 i. item 1 i. item 2 </nowiki></pre> * item 1 i. item 1 i. item 2 <pre><nowiki> * item 2 a. item 1 a. item 2 </nowiki></pre> * item 2 a. item 1 a. item 2 == Descriptions + Definitions == <pre><nowiki> Term:: Description Label:: Definition </nowiki></pre> Term:: Description Label:: Definition == Code display == <pre><nowiki> line 1 indented 4 characters </nowiki></pre> == 表格 == === 通用表格布局和HTML类选项 === <pre><nowiki> {|border="1" cellspacing="0" |||||<tablewidth="80%">'''Heading''' |- |cell 1||cell2||cell 3 |- |<rowspan=2> spanning rows|||| spanning 2 columns |- |cell2||cell 3 |} </nowiki></pre> {|border="1" cellspacing="0" |||||<tablewidth="80%">'''Heading''' |- |cell 1||cell2||cell 3 |- |<rowspan=2> spanning rows|||| spanning 2 columns |- |cell2||cell 3 |} === Cell width === <pre><nowiki> {|border="1" cellspacing="0" | narrow ||<:99%> wide |} </nowiki></pre> {|border="1" cellspacing="0" | narrow ||<:99%> wide |} === Spanning rows and columns === <pre><nowiki> {|border="1" cellspacing="0" |<|2> 2 rows || row 1 |- | row 2 |- |<-2> row 3 over 2 columns |} </nowiki></pre> {|border="1" cellspacing="0" |<|2> 2 rows || row 1 |- | row 2 |- |<-2> row 3 over 2 columns |} === Alignment === <pre><nowiki> {|border="1" cellspacing="0" |<(> left ||<^|3> top ||<v|3> bottom |- |<:> centered |- |<)> right |} </nowiki></pre> {|border="1" cellspacing="0" |<(> left ||<^|3> top ||<v|3> bottom |- |<:> centered |- |<)> right |} === Colors === <pre><nowiki> {|border="1" cellspacing="0" |<#FF8080> red ||<#80FF80> green ||<#8080FF> blue |} </nowiki></pre> {|border="1" cellspacing="0" |<#FF8080> red ||<#80FF80> green ||<#8080FF> blue |} === CSV Tables === Data separated by semicolons (see raw text): <pre><nowiki> #!CSV -2 Col1;Col2;Col3;Col4 1;2;3;4 a;b;c;d </nowiki></pre> <pre><nowiki>#!CSV -2 Col1;Col2;Col3;Col4 1;2;3;4 a;b;c;d </nowiki></pre> Data separated by commas (see raw text): <pre><nowiki>#!CSV , Col1,Col2,Col3,Col4 1,2,3,4 a,b,c,d </nowiki></pre> == 横线 == <pre><nowiki> --- (不是横线) ---- ----- ------ ------- -------- --------- ---------- -------------------------------------------- (线粗不超过10) </nowiki></pre> --- (不是横线) ---- ----- ------ ------- -------- --------- ---------- -------------------------------------------- (线粗不超过10) == 宏 == <pre><nowiki> [[Anchor(anchorname)]] '''[[PageCount]]''' pages [[RandomPage]] </nowiki></pre> [[Anchor(anchorname)]] '''[[PageCount]]''' pages [[RandomPage]]
返回
语法参考
。
导航菜单
页面操作
页面
讨论
阅读
查看源代码
历史
页面操作
页面
讨论
更多
工具
个人工具
登录
导航
首页
最近更改
随机页面
页面分类
帮助
搜索
编辑
编辑指南
沙盒
新闻动态
字词处理
工具
链入页面
相关更改
特殊页面
页面信息