Edgewall Software

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

     
    99 
    10 The Trac wiki support the following font styles: '''bold''', ''italic'' 
    11 and __underline__. 
     10The Trac wiki support the following font styles: '''bold''', ''italic'', 
     11__underline__ and ~~overstrike~~ (deleted). 
    1212 
    1313{{{ 
    14 The Trac wiki support the following font styles: '''bold''', ''italic'' 
    15 and __underline__. 
     14The Trac wiki support the following font styles: '''bold''', ''italic'', 
     15__underline__ and ~~overstrike~~ (deleted). 
    1616}}} 
     
    112112Trac 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 the 
    114 ticket, report and changeset numbers in the following notation: 
     113Pages can refer to tickets, reports, changesets, milestones, source files and 
     114other wiki pages in the following notation: 
    115115{{{ 
    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 
    120122 * A specific file revision: source:/trunk/COPYING#200 
     
    122124Display: 
    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 
    127131 * A specific file revision: source:/trunk/COPYING#200 
  • wiki-default/TracLinks

     
    44 
    5 They allow easy hyperlinking to files, changesets, bugs/issues and wiki pages from anywhere in the system where WikiFormatting is used.  
     5They allow easy hyperlinking to Trac items (tickets, reports, changesets, wiki 
     6pages, milestones and source files) from anywhere in the system where 
     7WikiFormatting is used. 
     8 
     9TracLinks are generally of the form '''item:id''' (where ''id'' represents the 
     10number, name or path of the item) though some frequently used kinds of items 
     11have also alternative, shorthand notations. For example: 
    612 
    7 TracLinks can refer to tickets, reports and changesets by simply writing the 
    8 ticket, report and changeset numbers in the following notation: 
    913{{{ 
     
    1216 * 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 
    1420}}} 
     
    1824 * 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 
     29The wiki:WikiName form is rarely used, but it can be convenient to refer to 
     30pages which do not follow WikiPageNames rules, i.e., single-word names, numbered 
     31pages, etc. 
    2032 
     
    4759 
     60You '''can not''' use TracLinks in: 
     61 
     62 * Ticket short summaries 
     63 
    4864See also: WikiFormatting