差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
wiki:syntax [2025/04/30 09:33] – canmeng | wiki:syntax [2025/04/30 10:23] (当前版本) – canmeng | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== | + | ====== |
- | [[doku> | + | RealReturn 支持一些简单的 Wiki 标记语言, 以尽可能使源文件也具有可读性。本页面包含了所有您在编辑页面时可能用到的语法的说明。如果需要查看本页源码,只需要点击页面顶部或者右侧浮框的 **编辑本页** 按钮即可。 如果您是初步尝试 Wiki 语法,那么可以使用[[playground: |
- | ===== Basic Text Formatting | + | ===== 基本文本格式 |
- | DokuWiki supports | + | RealReturnWiki 支持 |
- | DokuWiki supports | + | Wiki支持 |
- | | + | |
- | You can use <sub>subscript</ | + | 可以使用 |
- | | + | |
- | You can mark something as <del>deleted</ | + | 您也可以使用 |
- | | + | |
- | **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. | + | **段落** 是由空行所建立的。如果您想 |
- | This is some text with some linebreaks\\ Note that the | + | 这是一些有着换行标记的文字。\\ 请注意 |
- | two backslashes are only recognized at the end of a line\\ | + | 反斜杠只在回车符之前\\ |
- | or followed by\\ a whitespace | + | 或者在\\ 一个空格之前的时候才有效。 |
- | | + | |
- | | + | |
- | | + | |
- | You should use forced newlines only if really needed. | + | 请只在必须的时候才使用强制的换行标记。 |
- | ===== Links ===== | ||
- | DokuWiki supports multiple ways of creating links. | + | ===== 链接 ===== |
- | ==== External ==== | + | RealReturnWiki 支持多种形式的链接。 |
- | External links are recognized automagically: | + | ==== 外部链接 ==== |
- | DokuWiki supports multiple ways of creating links. External links are recognized | + | 外部链接会被自动地识别:http:// |
- | automagically: | + | |
- | link text as well: [[http:// | + | |
- | addresses like this one: < | + | |
- | ==== Internal ==== | + | RealReturnWiki支持多种形式的链接。外部链接会被自动地识别: |
+ | http:// | ||
+ | - 当然您也可以为链接设置名字: [[http:// | ||
+ | 类似这样的电子邮件地址: < | ||
- | Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. | + | ==== 内部链接 ==== |
- | Internal links are created by using square brackets. You can either just give | + | 内部链接可以用方括号创建。您可以只给出链接的地址:[[pagename]],也可以附加上链接的名字:[[pagename|我的链接]]。 |
- | a [[pagename]] | + | |
- | [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, | + | 内部链接可以用方括号创建。您可以只给出链接的地址:[[pagename]], |
+ | 也可以附加上链接的名字:[[pagename|我的链接]]。 | ||
- | You can use [[some: | + | [[wiki> |
- | You can use [[some: | + | 您可以通过在页面名中使用冒号的方式来使用 |
- | For details about namespaces see [[doku>namespaces]]. | + | 您可以通过在页面名中使用冒号的方式来使用 |
- | Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax# | + | 如果您需要关于命名空间(namespaces)的更详细的信息,请参见 |
- | This links to [[syntax#internal|this Section]]. | + | 您也可以链接到一个网页内部的某一节,只需要将该节书签的名称以一个# |
- | Notes: | + | 这是一个指向 [[syntax# |
- | * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. | + | 注: |
- | * DokuWiki does not use [[wp> | + | |
- | * When a section' | + | |
- | ==== Interwiki ==== | + | * 到 [[syntax|已存在页面]] 的链接和到 [[nonexisting|未存在页面]] 的链接,其外观是不同的。 |
+ | * 默认情况下,RealReturnWiki 不使用[[wp> | ||
+ | * 当一节的标题改变时,该节的书签也会改变,因此,请不要太依赖页面内的链接。 | ||
- | DokuWiki supports [[doku> | + | ==== 维基间链接 ==== |
- | DokuWiki supports | + | RealReturnWiki 支持[[interwiki|维基间链接]],即到其他维基的链接。例如,这是一个到维基百科上关于“维基”的一个页面链接: |
- | For example this is a link to Wikipedia' | + | |
- | ==== Windows | + | RealReturnWiki 支持[[interwiki|维基间链接]],即到其他维基的链接。 |
+ | 例如,这是一个到维基百科上关于“维基”的一个页面链接: [[wp> | ||
+ | |||
+ | ==== Windows | ||
- | Windows | + | Windows |
- | Windows | + | Windows共享文件夹,例如 |
- | Notes: | + | 注: |
- | * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default | + | * 出于安全原因,只有在微软IE浏览器上才能够直接访问 Windows 文件夹共享。 |
- | * For Mozilla | + | * Mozilla |
<?php | <?php | ||
/** | /** | ||
行 93: | 行 94: | ||
</ | </ | ||
- | ==== Image Links ==== | ||
- | You can also use an image to link to another internal or external page by combining the syntax for links and [[# | + | ==== 图像链接 ==== |
- | | + | 您也可以用图像来作为一个内部或者外部的链接,只需同时使用链接和[[# |
- | [[http:// | + | |
- | Please note: The image formatting is the only formatting syntax accepted in link names. | + | [[http://php.net|{{wiki: |
- | The whole [[# | + | 请注意:在链接名中使用语法,只有显示图像的语法会被识别,请不要使用其它语法。 |
- | ===== Footnotes ===== | + | RealReturnWiki 支持完整的[[# |
- | You can add footnotes ((This is a footnote)) by using double parentheses. | ||
- | You can add footnotes ((This is a footnote)) by using double parentheses. | + | ===== 脚注 ===== |
- | ===== Sectioning ===== | + | 您可以使用两个连续小括号来添加脚注((看这里,这是一个脚注))。 |
- | You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''< | + | 您可以使用两个连续小括号来添加脚注((看这里,这是一个脚注))。 |
- | ==== Headline Level 3 ==== | + | ===== 标题段落 |
- | === Headline Level 4 === | + | |
- | == Headline Level 5 == | + | |
- | ==== Headline Level 3 ==== | + | 您可以使用最多达5层的标题来使您的页面更富结构性。如果您使用了三个以上的标题,那么 RealReturnWiki 会自动在页面上生成一个名为“本页目录”的标题列表。当然,您也可以关闭这项特性,只需在编辑时在页面里加入 ''< |
- | === Headline Level 4 === | + | |
- | == Headline Level 5 == | + | |
- | By using four or more dashes, you can make a horizontal line: | + | ==== H3标题 ==== |
+ | === H4标题 === | ||
+ | == H5标题 == | ||
+ | |||
+ | ==== H3标题 ==== | ||
+ | === H4标题 === | ||
+ | == H5标题 == | ||
+ | |||
+ | 您可以通过连续的4个以上“-”号来创建一条水平分割线: | ||
---- | ---- | ||
- | ===== Media Files ===== | + | ===== 图像和其它文件 |
- | You can include external and internal | + | 您可以使用双大括号来在页面中加入 |
- | Real size: | + | 原始大小: |
- | Resize to given width: | + | 指定宽度(50 pixel): |
- | Resize to given width and height((when the aspect ratio of the given width and height doesn' | + | 指定宽度和高度(200×50)((若指定宽高比例不合适,图像将被裁减)): |
- | Resized external image: {{https://secure.php.net/ | + | 重新指定宽度和高度的外部图像(100x100): |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | By using left or right whitespaces you can choose the alignment. | + | 使用左方或者右方的空格,您可以选择对齐方式: |
- | {{ wiki:dokuwiki-128.png}} | + | {{ wiki:logo-b.png}} |
- | {{wiki:dokuwiki-128.png }} | + | {{wiki:logo-b.png }} |
- | {{ wiki:dokuwiki-128.png }} | + | {{ wiki:logo-b.png }} |
- | {{ wiki:dokuwiki-128.png}} | + | {{ wiki:logo-b.png}} |
- | {{wiki:dokuwiki-128.png }} | + | {{wiki:logo-b.png }} |
- | {{ wiki:dokuwiki-128.png }} | + | {{ wiki:logo-b.png }} |
- | Of course, you can add a title (displayed as a tooltip by most browsers), too. | + | 当然,您也可以指定一个图像的名字,将鼠标移到图像上可以看到效果。 |
- | {{ wiki:dokuwiki-128.png |This is the caption}} | + | {{ wiki:logo-b.png |这是图像的名字}} |
- | {{ wiki:dokuwiki-128.png |This is the caption}} | + | {{ wiki:logo-b.png |这是图像的名字}} |
- | For linking an image to another page see [[#Image Links]] above. | + | 如果您指定的文件名(无论是外部的还是内部的)不是一个图像'' |
- | ==== Supported Media Formats | + | ==== 支持的媒体格式 |
- | DokuWiki can embed the following media formats directly. | + | RealReturnWiki 可以直接在页面中嵌入以下格式. |
- | | Image | '' | + | | 图像 |
- | | Video | '' | + | | 视频 |
- | | Audio | '' | + | | 音频 |
| Flash | '' | | Flash | '' | ||
- | If you specify a filename that is not a supported media format, then it will be displayed as a link instead. | + | 如果指定不支持的媒体格式的文件名,则它将作为链接显示。 |
- | By adding | + | 加上 |
- | {{wiki:dokuwiki-128.png? | + | {{wiki:logo-b.png? |
- | {{wiki:dokuwiki-128.png? | + | {{wiki:logo-b.png? |
- | ==== Fallback Formats | + | ==== 备用的文件格式 |
- | Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility. | + | 并非所有浏览器都支持所有的视频和音频格式,要解决这个问题,你可以上传不同的文件格式,以获得最大的浏览器兼容性。 |
- | For example consider this embedded | + | 例如有一个 |
- | {{video.mp4|A funny video}} | + | {{video.mp4|一个很有意思的视频}} |
- | When you upload a '' | + | 如果同时上传了 |
- | Additionally DokuWiki supports a "poster" | + | 此外,RealReturnWiki 也支持"视频海报",可以在视频播放前显示制定的图片。该图片必须与视频文件名相同,并且为 |
- | ===== Lists ===== | + | ===== 列表 |
- | Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a '' | + | RealReturnWiki 支持带编号或不带编号的列表。要使用列表,在文字前加入两个空格,然后使用'' |
- | * This is a list | + | * 列表 |
- | * The second item | + | * 第二项 |
- | * You may have different levels | + | * 下一层 |
- | * Another item | + | * 第三项 |
- | - The same list but ordered | + | - 带编号的列表 |
- | - Another item | + | - 第二项 |
- | - Just use indention for deeper levels | + | - 用缩进表示更深的层 |
- | - That's it | + | - 完了 |
< | < | ||
- | | + | * 列表 |
- | * The second item | + | * 第二项 |
- | * You may have different levels | + | * 下一层 |
- | * Another item | + | * 第三项 |
- | - The same list but ordered | + | - 带编号的列表 |
- | - Another item | + | - 第二项 |
- | - Just use indention for deeper levels | + | - 用缩进表示更深的层 |
- | - That's it | + | - 完了 |
</ | </ | ||
- | Also take a look at the [[doku> | + | 同时可以关注 |
- | ===== Text Conversions | + | ===== 文本转换 |
- | DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML. | + | RealReturnWiki 可以将预定义的字符或者字符串转换成图片、其他文本或 |
- | The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, | + | 文本到图片的转换,主要用作表情符号。文本到 |
+ | ==== 表情符号 ==== | ||
- | ==== Text to Image Conversions ==== | + | RealReturnWiki 会将一些常用的 |
- | + | ||
- | DokuWiki converts commonly used [[wp> | + | |
* 8-) %% 8-) %% | * 8-) %% 8-) %% | ||
行 247: | 行 249: | ||
* ;-) %% ;-) %% | * ;-) %% ;-) %% | ||
* ^_^ %% ^_^ %% | * ^_^ %% ^_^ %% | ||
- | * m( %% m( %% | ||
* :?: %% :?: %% | * :?: %% :?: %% | ||
* :!: %% :!: %% | * :!: %% :!: %% | ||
行 254: | 行 255: | ||
* DELETEME %% DELETEME %% | * DELETEME %% DELETEME %% | ||
- | ==== Text to HTML Conversions | + | ==== 印刷样式 |
- | Typography: | + | [[RealReturnWiki]] 可以将特定字符转换为印刷时所用的样式。下面是可以识别的这类字符的列表: |
-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) | -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) | ||
行 266: | 行 267: | ||
</ | </ | ||
- | The same can be done to produce any kind of HTML, it just needs to be added to the [[doku> | + | 请注意:在配置文件中可以禁用这类自动转换。 |
- | There are three exceptions which do not come from that pattern file: multiplication entity (640x480), ' | + | ===== 层次显示 ===== |
- | ===== Quoting ===== | + | 有时候(特别是讨论时)您想把某些文字(尤为各次的回复)标示作不同的层次,您可以使用下列的语法: |
- | + | ||
- | Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: | + | |
< | < | ||
- | I think we should do it | + | 我认为我们应该一起行动 |
- | > No we shouldn' | + | > 不行,不能一起行动 |
- | >> | + | >> |
- | > Really? | + | > 真的吗? |
- | >> | + | >> |
- | >>> | + | >>> |
</ | </ | ||
+ | 我认为我们应该一起行动 | ||
- | I think we should do it | + | > 不行,不能一起行动 |
- | > No we shouldn' | + | >> 嗯……,我感觉能行 |
- | >> Well, I say we should | + | > 真的吗? |
- | > Really? | + | >> 是! |
- | >> | + | >>> 那么,一起行动吧! |
- | >>> | + | ===== 表格 ===== |
- | ===== Tables ===== | + | RealReturnWiki 可以用简单的语法创建表格。 |
- | DokuWiki supports a simple syntax to create tables. | + | ^ 标题 1 ^ 标题 2 ^ 标题 3 ^ |
+ | | (WOK) | ||
+ | | (2,1) | ||
+ | | (3,1) | ||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | + | 表格的每一行都以分隔符 '' |
- | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | + | |
- | | Row 2 Col 1 | some colspan (note the double pipe) || | + | |
- | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | | + | |
- | Table rows have to start and end with a '' | + | |
+ | | (1,1) | ||
+ | | (2,1) | ||
+ | | (3,1) | ||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | + | 要水平合并单元格,只需要将后一个单元格设置为空即可,如上面演示的一样。请确保每一行有相同数量的单元格分隔符! |
- | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | + | |
- | | Row 2 Col 1 | some colspan (note the double pipe) || | + | |
- | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | | + | |
- | To connect cells horizontally, | + | 竖直的标题列也是可以实现的: |
- | Vertical tableheaders are possible, too. | + | | ^ 标题 1 ^ 标题 2 ^ |
+ | ^ 标题 3 | (1,2) | ||
+ | ^ 标题 4 | 不再合并单元格 | ||
+ | ^ 标题 5 | (2,2) | ||
- | | ^ Heading 1 ^ Heading 2 ^ | + | 可以看到,单元格前面的分隔符决定了单元格的格式。 |
- | ^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 | | + | |
- | ^ Heading 4 | no colspan this time | | | + | |
- | ^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 | | + | |
- | As you can see, it's the cell separator before a cell which decides about the formatting: | + | | ^ 标题 1 ^ 标题 2 ^ |
+ | ^ 标题 3 | (1,2) | ||
+ | ^ 标题 4 | 不再合并单元格 | | | ||
+ | ^ 标题 5 | (2,2) | ||
- | | | + | 您也可以垂直合并两格或多格。只要在下面的格内输入'':::'' |
- | ^ Heading | + | ^ 标题 |
- | | + | | (1,0) |
- | | + | | (2,1) |
+ | | (3,1) | ||
- | You can have rowspans (vertically connected cells) by adding | + | 除跨行合并语法'':::'' |
- | ^ Heading | + | |
- | | Row 1 Col 1 | this cell spans vertically | + | | (1,1) | 这次示范垂直合并 |
- | | Row 2 Col 1 | ::: | Row 2 Col 3 | | + | | (2,1) | ::: | (2,3) | |
- | | Row 3 Col 1 | ::: | Row 2 Col 3 | | + | | (3,1) | ::: | (3,3) | |
- | Apart from the rowspan syntax those cells should not contain anything else. | + | 您可以对齐表格的文字。只需要添加多余两个的空格在您需要对齐的方向的反向即可:如果需要右对齐,在左边添加两个空格;反之,则在右边添加。在两边均添加空格可以实现中间对齐。 |
- | ^ Heading 1 ^ Heading 2 | + | ^ |
- | | + | | 右对齐 |
- | | Row 2 Col 1 | + | | 左对齐 |
- | | Row 3 Col 1 | + | | xxxxxxxxxxxx |
- | You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text. | + | 下面是源文件中的格式: |
- | ^ Table with alignment | + | |
- | | | + | | 右对齐| |
- | |left | | + | |左对齐 |
- | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | + | |
- | + | ||
- | This is how it looks in the source: | + | |
- | + | ||
- | ^ Table with alignment | + | |
- | | right| | + | |
- | |left | + | |
| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | ||
- | Note: Vertical alignment is not supported. | + | 注意:不支持垂直对齐 |
- | ===== No Formatting | + | ===== 无格式区块 |
- | If you need to display text exactly like it is typed (without any formatting), | + | 若要略过某段内含维基语法,不对该段文字作任何处理, 可以使用 |
< | < | ||
- | This is some text which contains addresses like this: http:// | + | 正如本段示范里,本来包含了网址:http:// |
</ | </ | ||
- | The same is true for %%// | ||
- | < | + | 使用百分号对 |
- | This is some text which contains addresses like this: http:// | + | |
- | </ | + | |
- | The same is true for %%//__this__ text// with a smiley | + | |
- | ===== Code Blocks ===== | + | < |
+ | |||
+ | 使用百分号对 %%// | ||
- | You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags '' | + | ===== 代码区块 ===== |
- | This is text is indented by two spaces. | + | 在一段文字的最前面加上 2 个空白,来直接作为「文本框」不对它做加工处理(就像前面那些说明一样)。或者也可以用 ''< |
+ | |||
+ | 这段是用 < | ||
< | < | ||
- | This is preformatted code all spaces are preserved: like | + | 就像 |
</ | </ | ||
< | < | ||
- | This is pretty much the same, but you could use it to show that you quoted a file. | + | 这段跟上段很像,但是改用 < |
+ | remember, information | ||
+ | knowledge is not wisdom | ||
+ | wisdom is not truth | ||
+ | truth is not beauty | ||
+ | beauty is not love | ||
+ | love is not music | ||
+ | music is the best | ||
+ | |||
+ | -- frank zappa | ||
</ | </ | ||
- | Those blocks were created by this source: | + | 这些区域的源码如下: |
- | | + | |
< | < | ||
- | | + | |
</ | </ | ||
< | < | ||
- | | + | |
+ | remember, information | ||
+ | knowledge is not wisdom | ||
+ | wisdom is not truth | ||
+ | truth is not beauty | ||
+ | beauty is not love | ||
+ | love is not music | ||
+ | music is the best | ||
+ | |||
+ | -- frank zappa | ||
</ | </ | ||
- | ==== Syntax Highlighting ==== | ||
- | [[wiki: | + | ==== 语法的高亮度显示 ==== |
+ | |||
+ | [[RealReturnWiki]] 可把原始码语法来做高亮度显示(Syntax Highlighting),来更加具可读性。 它采用的是 | ||
+ | |||
+ | 用法就类似前例的 | ||
<code java> | <code java> | ||
- | /** | + | /** |
* The HelloWorldApp class implements an application that | * The HelloWorldApp class implements an application that | ||
* simply displays "Hello World!" | * simply displays "Hello World!" | ||
- | */ | + | |
- | class HelloWorldApp { | + | |
- | | + | |
System.out.println(" | System.out.println(" | ||
} | } | ||
行 418: | 行 434: | ||
</ | </ | ||
- | The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 | + | 目前支持的语言有: // |
- | + | ||
- | There are additional [[doku> | + | |
- | ==== Downloadable Code Blocks | + | ==== 可下载的代码块 |
- | When you use the '' | + | 若您使用上述的 |
< | < | ||
行 436: | 行 450: | ||
</ | </ | ||
- | If you don't want any highlighting but want a downloadable file, specify a dash ('' | + | 若您不想把语法高亮显示出,但想方便浏览者下载,您可以用链接号 |
- | ===== RSS/ATOM Feed Aggregation ===== | ||
- | [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http:// | ||
- | ^ Parameter | + | ===== 在内容中嵌入HTML或PHP语法 ===== |
- | | any number | will be used as maximum number items to show, defaults to 8 | | + | |
- | | reverse | + | |
- | | author | + | |
- | | date | show item dates | | + | |
- | | description| show the item description. All HTML tags will be stripped | | + | |
- | | nosort | + | |
- | | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). | | + | |
- | The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki: | + | 可以在文件里透过加入 '' |
- | By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the '' | + | < |
+ | 这是一段用 <font color=" | ||
+ | </ | ||
- | **Example:** | + | < |
+ | < | ||
+ | 这是一段用 <font color=" | ||
+ | </ | ||
+ | </ | ||
+ | 22 | ||
+ | < | ||
+ | echo '由 PHP 所产生 Logo:'; | ||
+ | echo '< | ||
+ | ' . php_logo_guid() . '" | ||
+ | | ||
+ | </ | ||
- | {{rss>http://slashdot.org/index.rss 5 author date 1h }} | + | <code> |
+ | < | ||
+ | echo '由 PHP 所产生 Logo:'; | ||
+ | echo '< | ||
+ | ' . php_logo_guid() . '" | ||
+ | | ||
+ | </php> | ||
+ | </code> | ||
- | {{rss> | ||
- | ===== Control Macros ===== | + | **请特别注意**:HTML 及 PHP 语法可以在[[config|设定选项]]中决定支持与否。若您的 RealReturnWiki 设定不打开这两项功能(可单独打开两者之一功能)那么上面的例子就不会被执行,而是直接显示出来原始写法。 |
- | Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble: | + | ===== RSS/ATOM Feed 聚合 ===== |
- | ^ Macro ^ Description | | + | RealReturnWiki 能從外部 XML feed 中聚合數據。為分析這些 XML feed,RealReturnWiki 使用了[[http:// |
- | | %%~~NOTOC~~%% | + | |
- | | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%< | + | |
- | ===== Syntax Plugins ===== | + | ^ 參數 |
+ | | any number | 最多顯示多少項內容;預設值是8。 | | ||
+ | | reverse | ||
+ | | author | ||
+ | | date | 顯示條目數據。 | | ||
+ | | description| 顯示條目的描述;如果 [[wiki> | ||
+ | | //n//[dhm] | 刷新周期,其中,d=日數,h=小時數,m=分。例如,12h=12小時。 | | ||
- | DokuWiki' | + | 預設的刷新周期是 4 小時。小於 10 分鐘者亦視為 10 分鐘。RealReturnWiki 通常會提供頁面的暫存版,但這做法不適用於包含動態外部內容的頁面。上面的參數則告訴 RealReturnWiki:若對上一次渲染時間已經過了// |
- | ~~INFO:syntaxplugins~~ | + | **範例:** |
+ | {{rss> | ||
- | 格式化语法 | ||
- | DokuWiki 支持一些简单的标记语言,尝试使数据文件尽可能可读。此页面包含你在编辑页面时可以使用的所有语法。只需按下“编辑此页面”查看此页面的源代码。如果你想去尝试一些东西,就使用练习场页面。更简单的标记可以通过快速按钮轻松访问。 | ||
- | 基本文本格式化 | ||
- | DokuWiki 支持粗体、// | ||
- | 你还可以使用< | ||
- | 你可以将某些内容标记为< | ||
- | 段落通过空白行创建。如果你想要强制换行而不使用段落,可以使用两个反斜杠后跟一个空格或行尾。 | ||
- | 这是带有换行符的文本\注意 | ||
- | 两个反斜杠只有在行尾被识别\ | ||
- | 或者后面跟着\空格\ | ||
- | 后面没有它的情况。 | ||
- | 你应只在确实需要时才使用强制换行。 | ||
- | 链接 | ||
- | DokuWiki 支持多种创建链接的方式。 | ||
- | 外部链接 | ||
- | 外部链接自动被识别:http:// | ||
- | 内部链接 | ||
- | 内部链接通过使用方括号创建。你可以只提供一个[[页面名称]] 或使用一个额外的[[页面名称 | 链接文本]]。 | ||
- | DokuWiki 会将[[页面名称 | 维基页面名称]]自动转换为小写,不允许使用特殊字符。 | ||
- | 你可以通过在页面名称中使用冒号来使用[[some: | ||
- | 有关命名空间的详细信息,请参见[[命名空间]]。 | ||
- | 也可以链接到特定部分。只需在哈希字符后添加部分名称,如 HTML 所知。此链接指向[[语法 # 内部 | 此部分]]。 | ||
- | 注意: | ||
- | 链接到[[现有页面 | 存在的页面]]的链接样式与[[不存在页面 | 不存在的页面]]的链接样式不同。 | ||
- | DokuWiki 默认不使用[[维基百科 > CamelCase]]自动生成链接,但可以在[[配置]]文件中启用此行为。提示:如果 DokuWiki 是一个链接,那么它已启用。 | ||
- | 当部分的标题被更改时,其书签也会改变。因此,不要太依赖部分链接。 | ||
- | Interwiki 链接 | ||
- | DokuWiki 支持[[Interwiki | DokuWiki]]链接。这些是到其他维基的快速链接。例如,这是到维基百科关于维基页面的链接:[[wp> | ||
- | Windows 共享 | ||
- | Windows 共享如[[\server\share | 此]]也会被识别。请注意,这些只在同构的用户组(如企业[[维基百科 > Intranet | 内部网]]) 中才有意义。 | ||
- | 注意: | ||
- | 由于安全原因,默认情况下,直接浏览 Windows 共享只在 Microsoft Internet Explorer 中有效。 | ||
- | 对于 Mozilla 和 Firefox,可以通过 Mozilla 知识库中提到的不同解决方法来启用它。然而,仍然会出现关于尝试打开 Windows 共享的 JavaScript 警告。要移除此警告(对所有用户),在 '' | ||
- | php | ||
- | 复制 | ||
- | <?php | ||
- | /** | ||
- | * 英文语言文件的自定义 | ||
- | * 只复制需要修改的字符串 | ||
- | */ | ||
- | $lang[' | ||
- | 图像链接 | ||
- | 你还可以通过组合链接和[[# | ||
- | http:// | ||
- | 脚注 | ||
- | 你可以使用双括号添加脚注((这是一个脚注))。 | ||
- | 分节 | ||
- | 你可以使用最多五级标题来组织内容。如果有超过三个标题,会自动生成目录——可以通过在文档中包含字符串 '' | ||
- | 标题级别 3 | ||
- | === 标题级别 4 === | ||
- | == 标题级别 5 == | ||
- | 通过使用四个或更多破折号,可以创建水平线: | ||
- | 媒体文件 | ||
- | 你可以使用大括号包含外部和内部[[图像 | 图像、视频和音频文件]]。可选地,你可以指定它们的大小。 | ||
- | 实际大小:{{wiki: | ||
- | 调整为给定宽度:{{wiki: | ||
- | 调整为给定宽度和高度(当给定宽度和高度的纵横比与图像不同时,它将在调整大小前裁剪为新的纵横比):{{wiki: | ||
- | 调整大小的外部图像:{{https:// | ||
- | 通过在左侧或右侧使用空白,你可以选择对齐方式。 | ||
- | {{ wiki: | ||
- | {{wiki: | ||
- | {{ wiki: | ||
- | 当然,你也可以添加标题(大多数浏览器会将其显示为工具提示)。 | ||
- | {{ wiki: | ||
- | 有关链接图像到另一个页面,请参见上面的[[# | ||
- | 支持的媒体格式 | ||
- | DokuWiki 可以直接嵌入以下媒体格式: | ||
- | | 图像 | '' | ||
- | | 视频 | '' | ||
- | | 音频 | '' | ||
- | | Flash | '' | ||
- | 如果你指定的文件名不是支持的媒体格式,那么它将显示为链接。 | ||
- | 通过添加 ''? | ||
- | {{wiki: | ||
- | 这是一个图像链接。 | ||
- | 替代格式 | ||
- | 不幸的是,并非所有浏览器都理解所有视频和音频格式。为了避免此问题,你可以将文件上传到不同格式以实现最大浏览器兼容性。 | ||
- | 例如,考虑嵌入此 mp4 视频: | ||
- | {{video.mp4 | 一个有趣的视频}} | ||
- | 当你将 '' | ||
- | 此外,DokuWiki 支持“海报”图像,这将在视频开始播放前显示。该图像需要具有与视频相同的文件名,并且可以是 jpg 或 png 文件。在上面的例子中,'' | ||
- | 列表 | ||
- | Dokuwiki 支持有序和无序列表。要创建列表项,请将文本缩进两个空格,并在无序列表中使用 '' | ||
- | 这是一个列表 | ||
- | 第二项 | ||
- | 你可以有不同的级别 | ||
- | 另一个项 | ||
- | 同样的列表但已排序 | ||
- | 另一个项 | ||
- | 只需缩进来实现更深层次 | ||
- | 结束 | ||
- | 有关列表项目的更多详细信息,请参见[[列表 | FAQ]]。 | ||
- | 文本转换 | ||
- | DokuWiki 可以将某些预定义的字符或字符串转换为图像或其他文本或 HTML。 | ||
- | 文本到图像的转换主要是为了表情符号。文本到 HTML 的转换用于排版替换,但可以配置为使用其他 HTML。 | ||
- | 文本到图像转换 | ||
- | DokuWiki 将常用的[[表情符号 | emoticon]]转换为其图形等效物。可以配置和扩展这些[[表情符号 | Smileys]]和其他图像。以下是 DokuWiki 中包含的表情符号概览: | ||
- | 8-) %% 8-) %% | ||
- | 8-O %% 8-O %% | ||
- | :-( %% :-( %% | ||
- | :-) %% :-) %% | ||
- | =) %% =) %% | ||
- | :-/ %% :-/ %% | ||
- | :-\ %% :-\ %% | ||
- | :-? %% :-? %% | ||
- | :-D %% :-D %% | ||
- | :-P %% :-P %% | ||
- | :-O %% :-O %% | ||
- | :-X %% :-X %% | ||
- | :-| %% :-| %% | ||
- | ;-) %% ;-) %% | ||
- | ^^ %% ^^ %% | ||
- | m( %% m( %% | ||
- | :?: %% :?: %% | ||
- | :!: %% :!: %% | ||
- | LOL %% LOL %% | ||
- | FIXME %% FIXME %% | ||
- | DELETEME %% DELETEME %% | ||
- | 文本到 HTML 转换 | ||
- | 排版:DokuWiki 可以将简单的文本字符转换为其排版正确的实体。以下是识别的字符示例: | ||
- | -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) | ||
- | "He thought ' | ||
- | 有三个例外不来自该模式文件:乘法实体(640x480)、' | ||
- | 引用 | ||
- | 有时你想要标记一些文本以显示它是回复或评论。可以使用以下语法: | ||
- | 我认我们应该这么做 | ||
- | 不,我们不应该 | ||
- | 嗯,我说我们应该这么做 | ||
- | 真的吗? | ||
- | 是的! | ||
- | 那么我们来做吧! | ||
- | 表格 | ||
- | DokuWiki 支持创建表格的简单语法。 | ||
- | ^ 标题 1 ^ 标题 2 ^ 标题 3 ^ | ||
- | | 第 1 行第 1 列 | 第 1 行第 2 列 | 第 1 行第 3 列 | | ||
- | | 第 2 行第 1 列 | 一些跨列(注意双管道) || | ||
- | | 第 3 行第 1 列 | 第 3 行第 2 列 | 第 3 行第 3 列 | | ||
- | 表格行必须以 '' | ||
- | 要水平连接单元格,只需使下一个单元格完全为空,如上所示。确保始终有相同数量的单元格分隔符! | ||
- | 垂直表头也是可能的。 | ||
- | | ^ 标题 1 ^ 标题 2 ^ | ||
- | ^ 标题 3 | 第 1 行第 2 列 | 第 1 行第 3 列 | | ||
- | ^ 标题 4 | 这次没有跨列 | | | ||
- | ^ 标题 5 | 第 2 行第 2 列 | 第 2 行第 3 列 | | ||
- | 如你所见,是单元格分隔符前的单元格决定了格式: | ||
- | | ^ 标题 1 ^ 标题 2 ^ | ||
- | ^ 标题 3 | 第 1 行第 2 列 | 第 1 行第 3 列 | | ||
- | ^ 标题 4 | 这次没有跨列 | | | ||
- | ^ 标题 5 | 第 2 行第 2 列 | 第 2 行第 3 列 | | ||
- | 你可以在下面的单元格中添加 '':::'' | ||
- | ^ 标题 1 ^ 标题 2 ^ 标题 3 ^ | ||
- | | 第 1 行第 1 列 | 此单元格垂直跨越 | 第 1 行第 3 列 | | ||
- | | 第 2 行第 1 列 | ::: | 第 2 行第 3 列 | | ||
- | | 第 3 行第 1 列 | ::: | 第 2 行第 3 列 | | ||
- | 除了跨行语法外,这些单元格不应包含其他内容。 | ||
- | ^ 标题 1 ^ 标题 2 ^ 标题 3 ^ | ||
- | | 第 1 行第 1 列 | 此单元格垂直跨越 | 第 1 行第 3 列 | | ||
- | | 第 2 行第 1 列 | ::: | 第 2 行第 3 列 | | ||
- | | 第 3 行第 1 列 | ::: | 第 2 行第 3 列 | | ||
- | 你还可以对齐表格内容。只需在文本的另一端至少添加两个空格:在左侧添加两个空格以右对齐,在右侧添加两个空格以左对齐,在两端至少添加两个空格以居中。 | ||
- | ^ | ||
- | | | ||
- | |左对齐 | ||
- | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | ||
- | 这是源代码的显示方式: | ||
- | ^ | ||
- | | | ||
- | |左对齐 | ||
- | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | ||
- | 注意:不支持垂直对齐。 | ||
- | 无格式化 | ||
- | 如果你需要显示完全按照键入方式的文本(不进行任何格式化),请用 '' | ||
- | < | ||
- | 这是一些文本,其中包含这样的地址:[http:// | ||
- | </ | ||
- | 同样适用于 %%// | ||
- | < | ||
- | 这是一些文本,其中包含这样的地址:[http:// | ||
- | </ | ||
- | 同样适用于 %%// | ||
- | 代码块 | ||
- | 你可以在文档中包含代码块,方法是至少缩进两格(如前面的例子所示)或使用 ''< | ||
- | 这是缩进两格的文本。 | ||
- | < | ||
- | 这是预格式化的代码,所有空格都保留:像 | ||
- | </ | ||
- | < | ||
- | 这几乎是一样的,但你可以用它来表示引用了文件。 | ||
- | </ | ||
- | 这些代码块是通过以下源代码创建的: | ||
- | 这是缩进两格的文本。 | ||
- | < | ||
- | 这是预格式化的代码,所有空格都保留:像 | ||
- | </ | ||
- | < | ||
- | 这几乎是一样的,但你可以用它来表示引用了文件。 | ||
- | </ | ||
- | 语法高亮 | ||
- | DokuWiki 可以高亮显示源代码,使其更易于阅读。它使用了[[通用语法高亮显示 | http:// | ||
- | <code java> | ||
- | /** | ||
- | * HelloWorldApp 类实现了一个应用程序,该程序仅向标准输出显示“Hello World!”。 | ||
- | */ | ||
- | class HelloWorldApp { | ||
- | public static void main(String[] args) { | ||
- | System.out.println(" | ||
- | } | ||
- | } | ||
- | </ | ||
- | 目前识别以下语言字符串:// | ||
- | 还有额外的[[语法高亮显示 | 高级选项]]可用于语法高亮显示,例如高亮显示行或添加行号。 | ||
- | 可下载的代码块 | ||
- | 当你使用上述的 ''< | ||
- | <file php myexample.php> | ||
- | <?php echo "hello world!"; | ||
- | </ | ||
- | 如果你不想高亮显示但想要可下载的文件,指定破折号 ('' | ||
- | RSS/ATOM 源聚合 | ||
- | DokuWiki 可以集成外部 XML 源的数据。对于解析 XML 源,使用了[[SimplePie | http:// | ||
- | ^ 参数 | ||
- | | 任意数字 | 用作要显示的最大项目数,默认为 8 | | ||
- | | 反向 | ||
- | | 作者 | ||
- | | 日期 | ||
- | | 描述 | ||
- | | nosort | ||
- | | //n//[dhm] | 刷新周期,其中 d=天,h=小时,m=分钟。例如,12h = 12 小时。 | | ||
- | 刷新周期默认为 4 小时。任何低于 10 分钟的值将被当作 10 分钟处理。DokuWiki 通常会尝试提供页面的缓存版本,显然这不适用于包含动态外部内容的页面。该参数告诉 DokuWiki 在页面上次渲染后超过刷新周期时重新渲染页面。 | ||
- | 默认情况下,源将按日期排序,最新项目在前。你可以使用“反向”参数按最旧在前排序,或者使用“nosort”参数显示源的原始顺序。 | ||
- | 示例: | ||
{{rss> | {{rss> | ||
- | 控制宏 | ||
- | 某些语法会影响 DokuWiki 渲染页面的方式而不创建任何输出。可用以下控制宏: | ||
- | ^ 宏 ^ 描述 | | ||
- | | %%~~NOTOC~~%% | ||
- | | %%~~NOCACHE~~%% | DokuWiki 默认缓存所有输出。有时这可能不被需要(例如当上面的 %%< | ||
- | 语法插件 | ||
- | DokuWiki 的语法可以通过[[插件 | DokuWiki]]扩展。如何使用已安装的插件在它们各自的描述页面中有说明。在此 DokuWiki 安装中可用以下语法插件: | ||
- | ~~INFO: | ||
+ | ===== 控制宏 ===== | ||
+ | |||
+ | 控制宏会影响 RealReturnWiki 对页面的渲染,而自身不输出任何內容。可用的控制宏如下: | ||
+ | |||
+ | ^ 宏 ^ 描述| | ||
+ | | %%~~NOTOC~~%% | ||
+ | | %%~~NOCACHE~~%% | RealReturnWiki 默认会缓存所有的输出。有时您并不希望内容被缓存(例如您使用了上述的%%< | ||
+ | |||
+ | ===== 扩展插件 ===== | ||
+ | |||
+ | 使用[[wiki> |