Ticket #896: formatting-and-links.diff
| File formatting-and-links.diff, 3.2 KB (added by Juanma Barranquero <lektu@…>, 8 years ago) |
|---|
-
wiki-default/WikiFormatting
9 9 10 The Trac wiki support the following font styles: '''bold''', ''italic'' 11 and __underline__.10 The Trac wiki support the following font styles: '''bold''', ''italic'', 11 __underline__ and ~~overstrike~~ (deleted). 12 12 13 13 {{{ 14 The Trac wiki support the following font styles: '''bold''', ''italic'' 15 and __underline__.14 The Trac wiki support the following font styles: '''bold''', ''italic'', 15 __underline__ and ~~overstrike~~ (deleted). 16 16 }}} … … 112 112 Trac allows wiki pages to link directly to other parts of the Trac system. 113 Pages can refer to tickets, reports and changesets by simply writing the114 ticket, report and changeset numbers in the following notation:113 Pages can refer to tickets, reports, changesets, milestones, source files and 114 other wiki pages in the following notation: 115 115 {{{ 116 * Ticket #1 117 * Report {1} 118 * Changeset [1] 119 * File source:trunk/COPYING. 116 * Ticket #1 or ticket:1 117 * Report {1} or report:1 118 * Changeset [1] or changeset:1 119 * WikiName or wiki:WikiName 120 * Milestone milestone:1.0 121 * File source:trunk/COPYING 120 122 * A specific file revision: source:/trunk/COPYING#200 … … 122 124 Display: 123 * Ticket #1 124 * Report {1} 125 * Changeset [1] 126 * File source:trunk/COPYING. 125 * Ticket #1 or ticket:1 126 * Report {1} or report:1 127 * Changeset [1] or changeset:1 128 * WikiName or wiki:WikiName 129 * Milestone milestone:1.0 130 * File source:trunk/COPYING 127 131 * A specific file revision: source:/trunk/COPYING#200 -
wiki-default/TracLinks
4 4 5 They allow easy hyperlinking to files, changesets, bugs/issues and wiki pages from anywhere in the system where WikiFormatting is used. 5 They allow easy hyperlinking to Trac items (tickets, reports, changesets, wiki 6 pages, milestones and source files) from anywhere in the system where 7 WikiFormatting is used. 8 9 TracLinks are generally of the form '''item:id''' (where ''id'' represents the 10 number, name or path of the item) though some frequently used kinds of items 11 have also alternative, shorthand notations. For example: 6 12 7 TracLinks can refer to tickets, reports and changesets by simply writing the8 ticket, report and changeset numbers in the following notation:9 13 {{{ … … 12 16 * Changeset [1] or changeset:1 13 * File source:trunk/COPYING. 17 * WikiName or wiki:WikiName 18 * Milestone milestone:1.0 19 * File source:trunk/COPYING 14 20 }}} … … 18 24 * Changeset [1] or changeset:1 19 * File source:trunk/COPYING. 25 * WikiName or wiki:WikiName 26 * Milestone milestone:1.0 27 * File source:trunk/COPYING 28 29 The wiki:WikiName form is rarely used, but it can be convenient to refer to 30 pages which do not follow WikiPageNames rules, i.e., single-word names, numbered 31 pages, etc. 20 32 … … 47 59 60 You '''can not''' use TracLinks in: 61 62 * Ticket short summaries 63 48 64 See also: WikiFormatting
