Changes between Version 5 and Version 6 of TracLinks


Ignore:
Timestamp:
Dec 2, 2009, 4:25:31 PM (14 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracLinks

    v5 v6  
    2323 * Changesets: '''!r1''', '''![1]''', '''!changeset:1''' or (restricted) '''![1/trunk]''', '''!changeset:1/trunk'''
    2424 * Revision log: '''!r1:3''', '''![1:3]''' or '''!log:@1:3''', '''!log:trunk@1:3''', '''![2:5/trunk]'''
    25  * Diffs (requires [milestone:0.10 0.10]): '''!diff:@1:3''', '''!diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default''' or '''!diff:trunk/trac@3538//sandbox/vc-refactoring@3539'''
     25 * Diffs (requires [trac:milestone:0.10 0.10]): '''!diff:@1:3''', '''!diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default''' or '''!diff:trunk/trac@3538//sandbox/vc-refactoring@3539'''
    2626 * Wiki pages: '''!CamelCase''' or '''!wiki:CamelCase'''
    2727 * Parent page: '''![..]'''
     
    9494Hint: when you move your mouse over the title of a section, a '¶' character will be displayed. This is a link to that specific section and you can use this to copy the `#...` part inside a relative link to an anchor.
    9595
    96 To create a link to a SubWiki-page just use a '/':
     96To create a link to a [trac:SubWiki SubWiki]-page just use a '/':
    9797{{{
    9898 WikiPage/SubWikiPage or ./SubWikiPage
    9999}}}
    100100
    101 To link from a SubWiki page to a parent, simply use a '..':
     101To link from a [trac:SubWiki SubWiki] page to a parent, simply use a '..':
    102102{{{
    103103  [..]
    104104}}}
    105105
    106 To link from a SubWiki page to a sibling page, use a '../':
     106To link from a [trac:SubWiki SubWiki] page to a sibling page, use a '../':
    107107{{{
    108108  [../Sibling see next sibling]
     
    137137}}}
    138138
    139 Display: [../newticket newticket][[comment(FIXME that's the 0.10 syntax)]] [/ home]
     139Display: [/newticket Create a new ticket] [/ home]
    140140
    141141To link to another location on the server (outside the project), use the '//location' link syntax (''Changed in 0.11''):
     
    230230 - `timeline:2008-01-29`
    231231 - `timeline:2008-01-29T15:48`
    232  - `timeline:2008-01-29T16:48Z+01`
     232 - `timeline:2008-01-29T15:48Z`
     233 - `timeline:2008-01-29T16:48+01`
    233234
    234235''(since Trac 0.11)''