Edgewall Software

Changes between Version 46 and Version 47 of TracLinks


Ignore:
Timestamp:
Jan 29, 2008, 1:32:57 PM (16 years ago)
Author:
Christian Boos
Comment:

Fixed #SubWikilinks section - add more examples and hint about incompatible change from 0.10

Legend:

Unmodified
Added
Removed
Modified
  • TracLinks

    v46 v47  
    127127
    128128== !SubWiki links ==
    129 To create a SubWiki link to a SubWiki-page just use a '/':
    130 {{{
    131  [wiki:WikiPage/SubWikiPage].
    132 }}}
    133 To link from a SubWiki page to a parent, just use a '..':
     129To create a link to a SubWiki-page just use a '/':
     130{{{
     131 WikiPage/SubWikiPage or ./SubWikiPage
     132}}}
     133
     134To link from a SubWiki page to a parent, simply use a '..':
    134135{{{
    135136  [..]
    136137}}}
     138
     139To link from a SubWiki page to a sibling page, use a '../':
     140{{{
     141  [../Sibling see next sibling]
     142}}}
     143
     144''(Changed in 0.11)'' Note that in Trac 0.10, using e.g. `[../newticket]`  may have worked for linking to the /newticket top-level URL, but now in 0.11 it will stay in the wiki namespace and link to a sibling page. See [#Server-relativelinks] for the new syntax.
     145
    137146== InterWiki links ==
    138147
     
    153162
    154163{{{
    155 [../newticket newticket]
     164[/newticket Create a new ticket]
    156165[/ home]
    157166}}}
    158167
    159 Display: [../newticket newticket] [/ home]
     168Display: [../newticket newticket][[comment(FIXME that's the 0.10 syntax)]] [/ home]
    160169
    161170To link to another location on the server (outside the project), use the '//location' link syntax (''Changed in 0.11''):