Khác biệt

Đây là những khác biệt giữa hai phiên bản của trang.

Liên kết đến bản xem so sánh này

Phiên bản sau
Phiên bản trước
wiki:syntax [2025/07/21 09:45] – đã tạo - sửa đổi bên ngoài 127.0.0.1wiki:syntax [2025/07/23 01:35] (hiện tại) – [Links] Dzung Do
Dòng 1: Dòng 1:
-====== Formatting Syntax ======+====== Quy tắc định dạng ======
  
-[[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.+Bảng Tra được xây dựng trên nền phần mềm Dokuwiki, hỗ trợ soạn thảo với quy tắc đơn giản, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
  
 ===== Basic Text Formatting ===== ===== Basic Text Formatting =====
  
-DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.+DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can //**''__combine__''**// all these.
  
   DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.   DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
Dòng 20: Dòng 20:
 **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. **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 +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 \\this happens without it.
-two backslashes are only recognized at the end of a line\\ +
-or followed by\\ a whitespace \\this happens without it.+
  
   This is some text with some linebreaks\\ Note that the   This is some text with some linebreaks\\ Note that the
Dòng 30: Dòng 28:
 You should use forced newlines only if really needed. You should use forced newlines only if really needed.
  
-===== Links =====+===== Các loại liên kết ===== 
 + 
 +Bảng Tra hỗ trợ nhiều loại liên kết.
  
-DokuWiki supports multiple ways of creating links. 
  
 ==== External ==== ==== External ====
  
-External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <[email protected]are recognized, too.+External links are recognized automagically: [[http://www.google.com]] or simply [[http://www.google.com|www.google.com]] - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: [[[email protected]]] are recognized, too.
  
   DokuWiki supports multiple ways of creating links. External links are recognized   DokuWiki supports multiple ways of creating links. External links are recognized
Dòng 105: Dòng 104:
 The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links). The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
  
-===== Footnotes =====+===== Cước chú (footnotes) =====
  
-You can add footnotes ((This is footnote)) by using double parentheses.+Bạn có thể thêm cước chú này (( 
 + Đây là ví dụ củcước chú (Phụ chú cuối trang) 
 +)) bằng cách đưa nó vào trong 2 cặp dấu ngoặc đơn liền nhau. 
 + 
 +  Bạn có thể thêm cước chú theo cấu trúc ((Đây là một cước chú)) được đặt bên trong 2 cặp dấu ngoặc đơn liền nhau.
  
-  You can add footnotes ((This is a footnote)) by using double parentheses. 
  
 ===== Sectioning ===== ===== 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 ''<nowiki>~~NOTOC~~</nowiki>'' in the document.+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 ''%%~~NOTOC~~%%'' in the document.
  
 ==== Headline Level 3 ==== ==== Headline Level 3 ====
 +
 === Headline Level 4 === === Headline Level 4 ===
 +
 == Headline Level 5 == == Headline Level 5 ==
  
Dòng 135: Dòng 139:
 Resize to given width:            {{wiki:dokuwiki-128.png?50}} Resize to given width:            {{wiki:dokuwiki-128.png?50}}
  
-Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}+Resize to given width and height(( 
 +when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing 
 +)): {{wiki:dokuwiki-128.png?200x50}}
  
 Resized external image:           {{https://www.php.net/images/php.gif?200x50}} Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
Dòng 143: Dòng 149:
   Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}   Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
   Resized external image:           {{https://www.php.net/images/php.gif?200x50}}   Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
- 
  
 By using left or right whitespaces you can choose the alignment. By using left or right whitespaces you can choose the alignment.
Dòng 172: Dòng 177:
 | Video | ''webm'', ''ogv'', ''mp4'' | | Video | ''webm'', ''ogv'', ''mp4'' |
 | Audio | ''ogg'', ''mp3'', ''wav''  | | Audio | ''ogg'', ''mp3'', ''wav''  |
-| Flash | ''swf''                    |+| Flash | ''swf''  |
  
 If you specify a filename that is not a supported media format, then it will be displayed as a link instead. If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
Dòng 208: Dòng 213:
   - That's it   - That's it
  
-<code>+<code ->
   * This is a list   * This is a list
   * The second item   * The second item
Dòng 258: Dòng 263:
 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
  
--> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) +-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) "He thought 'It's a man's world'..."
-"He thought 'It's a man's world'..."+
  
-<code>+<code ->
 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
 "He thought 'It's a man's world'..." "He thought 'It's a man's world'..."
Dòng 274: Dòng 278:
 Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
  
-<code>+<code ->
 I think we should do it I think we should do it
  
Dòng 304: Dòng 308:
 DokuWiki supports a simple syntax to create tables. DokuWiki supports a simple syntax to create tables.
  
-^ Heading 1      ^ Heading 2       ^ Heading 3          +^ Heading 1  ^ Heading 2  ^ Heading 3  
-| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        +| Row 1 Col 1  | Row 1 Col 2  | Row 1 Col 3  
-| Row 2 Col 1    | some colspan (note the double pipe) || +| Row 2 Col 1  | some colspan (note the double pipe) || 
-| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |+| Row 3 Col 1  | Row 3 Col 2  | Row 3 Col 3  |
  
 Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers. Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
Dòng 320: Dòng 324:
 Vertical tableheaders are possible, too. Vertical tableheaders are possible, too.
  
-             ^ Heading 1            ^ Heading 2          +  ^ Heading 1  ^ Heading 2  
-^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        +^ Heading 3  | Row 1 Col 2  | Row 1 Col 3  
-^ Heading 4    | no colspan this time |                    +^ Heading 4  | no colspan this time |   
-^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |+^ 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: As you can see, it's the cell separator before a cell which decides about the formatting:
Dòng 334: Dòng 338:
 You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect. You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect.
  
-^ Heading 1      ^ Heading 2                  ^ Heading 3          +^ Heading 1  ^ Heading 2  ^ Heading 3  
-| Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        +| Row 1 Col 1  | this cell spans vertically | Row 1 Col 3  
-| Row 2 Col 1    | :::                        | Row 2 Col 3        +| Row 2 Col 1  | ::: | Row 2 Col 3  
-| Row 3 Col 1    | :::                        | Row 2 Col 3        |+| Row 3 Col 1  | ::: | Row 2 Col 3  |
  
 Apart from the rowspan syntax those cells should not contain anything else. Apart from the rowspan syntax those cells should not contain anything else.
Dòng 348: Dòng 352:
 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. 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           ^^+ Table with alignment  ||
-        right|    center    |left          + right |  center  | left  
-|left                  right|    center    |+| left   right |  center  |
 | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
Dòng 366: Dòng 370:
 If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''. If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
  
-<nowiki> +%% This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. %% The same is true for %%//__this__ text// with a smiley ;-)%%.
-This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. +
-</nowiki> +
-The same is true for %%//__this__ text// with a smiley ;-)%%.+
  
   <nowiki>   <nowiki>
Dòng 382: Dòng 383:
   This is text is indented by two spaces.   This is text is indented by two spaces.
  
-<code>+<code ->
 This is preformatted code all spaces are preserved: like              <-this This is preformatted code all spaces are preserved: like              <-this
 </code> </code>
  
-<file>+<code ->
 This is pretty much the same, but you could use it to show that you quoted a file. This is pretty much the same, but you could use it to show that you quoted a file.
-</file>+</code>
  
 Those blocks were created by this source: Those blocks were created by this source:
Dòng 404: Dòng 405:
 ==== Syntax Highlighting ==== ==== Syntax Highlighting ====
  
-[[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.+[[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''%%<code java>%%'' or ''%%<file java>%%''.
  
 <code java> <code java>
Dòng 426: Dòng 427:
 When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this: When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
  
-<code>+<code ->
 <file php myexample.php> <file php myexample.php>
 <?php echo "hello world!"; ?> <?php echo "hello world!"; ?>
Dòng 432: Dòng 433:
 </code> </code>
  
-<file php myexample.php>+<code php myexample.php>
 <?php echo "hello world!"; ?> <?php echo "hello world!"; ?>
-</file>+</code>
  
 If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''. If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
  
 ===== RSS/ATOM Feed Aggregation ===== ===== RSS/ATOM Feed Aggregation =====
 +
 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters: [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
  
 ^ Parameter  ^ Description ^ ^ Parameter  ^ Description ^
 | any number | will be used as maximum number items to show, defaults to 8 | | any number | will be used as maximum number items to show, defaults to 8 |
-| reverse    | display the last items in the feed first | +| reverse  | display the last items in the feed first | 
-| author     | show item authors names | +| author  | show item authors names | 
-| date       | show item dates | +| date  | show item dates | 
-| description| show the item description. All HTML tags will be stripped | +| description | show the item description. All HTML tags will be stripped | 
-| nosort     | do not sort the items in the feed |+| nosort  | do not sort the items in the feed |
 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). | | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
  
Dòng 458: Dòng 460:
   {{rss>http://slashdot.org/index.rss 5 author date 1h }}   {{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
-{{rss>http://slashdot.org/index.rss 5 author date 1h }}+{{rss>http://slashdot.org/index.rss 5 author date 1h}}
  
- +===== Điều khiển Macro =====
-===== Control Macros =====+
  
 Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble: Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
  
-^ Macro           ^ Description | +^ Macro  ^ Description ^ 
-| %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created |+| %%~~NOTOC~~%%  | If this macro is found on the page, no table of contents will be created |
 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call | | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
  
Dòng 474: Dòng 475:
  
 ~~INFO:syntaxplugins~~ ~~INFO:syntaxplugins~~
 +