Changes between Version 1 and Version 2 of WikiFormatting

Show
Ignore:
Timestamp:
2009/12/27 07:22:34 (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v1 v2  
    8181 * Item 1 
    8282   * Item 1.1 
     83      * Item 1.1.1    
     84      * Item 1.1.2 
     85      * Item 1.1.3 
     86   * Item 1.2 
    8387 * Item 2 
    8488 
     
    96100 * Item 1 
    97101   * Item 1.1 
     102      * Item 1.1.1 
     103      * Item 1.1.2 
     104      * Item 1.1.3 
     105   * Item 1.2 
    98106 * Item 2 
    99107 
     
    225233 * [wiki:ISO9000] 
    226234 
    227  
    228 === Trac Links === 
     235== Trac Links == 
    229236 
    230237Wiki pages can link directly to other parts of the Trac system. Pages can refer to tickets, reports, changesets, milestones, source files and other Wiki pages using the following notations: 
     
    242249 * ...  
    243250 
    244 See TracLinks for more in-depth information. 
     251There are many more flavors of Trac links, see TracLinks for more in-depth information. 
    245252 
    246253 
     
    264271Urls ending with `.png`, `.gif` or `.jpg` are no longer automatically interpreted as image links, and converted to `<img>` tags. 
    265272 
    266 You now have to use the ![[Image]] macro (see below). 
     273You now have to use the ![[Image]] macro. The simplest way to include an image is to upload it as attachment to the current page, and put the filename in a macro call like `[[Image(picture.gif)]]`. 
     274 
     275In addition to the current page, it is possible to refer to other resources: 
     276 * `[[Image(wiki:WikiFormatting:picture.gif)]]` (referring to attachment on another page) 
     277 * `[[Image(ticket:1:picture.gif)]]` (file attached to a ticket) 
     278 * `[[Image(htdocs:picture.gif)]]` (referring to a file inside project htdocs) 
     279 * `[[Image(source:/trunk/trac/htdocs/trac_logo_mini.png)]]` (a file in repository) 
     280 
     281Example display: [[Image(htdocs:../common/trac_logo_mini.png)]] 
     282 
     283See WikiMacros for further documentation on the `[[Image()]]` macro. 
    267284 
    268285 
     
    273290Example: 
    274291{{{ 
    275  [[Timestamp]] 
    276 }}} 
    277  
    278 Display: 
    279  [[Timestamp]] 
     292 [[RecentChanges(Trac,3)]] 
     293}}} 
     294 
     295Display: 
     296 [[RecentChanges(Trac,3)]] 
    280297 
    281298See WikiMacros for more information, and a list of installed macros. 
     
    338355 
    339356 
     357== Comments == 
     358 
     359Comments can be added to the plain text. These will not be rendered and will not display in any other format than plain text. 
     360{{{ 
     361{{{ 
     362#!comment 
     363Your comment here 
     364}}} 
     365}}} 
     366 
     367 
    340368== Miscellaneous == 
    341369 
     
    349377Display: 
    350378---- 
     379 
    351380 
    352381