Changes between Version 3 and Version 4 of AttachmentNumMacro


Ignore:
Timestamp:
Oct 27, 2009, 2:41:08 PM (14 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AttachmentNumMacro

    v3 v4  
    1818}}}
    1919
     20== Example ==
    2021
     22{{{
     23[[AttachmentNum(1)]]                # First attachment, result: "attachment:'first.doc'".
     24[[AttachmentNum(1,raw=True)]]       # First attachment (raw link), result: "raw-attachment:'first.doc'".
     25[[AttachmentNum(1,format=short)]]   # First attachment, hyper-linked filename is printed only, result: "first.doc".
     26}}}
    2127
    2228== Bugs/Feature Requests ==
     
    3642You can check out AttachmentNumMacro from [http://trac-hacks.org/svn/attachmentnummacro/0.11 here] using Subversion, or [source:attachmentnummacro/0.11 browse the source] with Trac.
    3743
    38 == Example ==
    39 
    40 {{{
    41 [[AttachmentNum(1)]]                # First attachment, result: "attachment:'first.doc'".
    42 [[AttachmentNum(1,raw=True)]]       # First attachment (raw link), result: "raw-attachment:'first.doc'".
    43 [[AttachmentNum(1,format=short)]]   # First attachment, hyper-linked filename is printed only, result: "first.doc".
    44 }}}
    45 
    4644
    4745== Recent Changes ==