Changes between Version 11 and Version 12 of AttachmentNumMacro


Ignore:
Timestamp:
Jan 17, 2016, 9:22:47 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • AttachmentNumMacro

    v11 v12  
    55== Description
    66
    7 This plugin allows you to link to an attachment of the current wiki or a ticket by number. This is useful for generic pages.
     7This plugin allows you to link to an attachment of the current wiki or a ticket by number. This is useful for generic pages. See below for examples.
    88
    99== Bugs/Feature Requests
     
    2424
    2525You can check out AttachmentNumMacro from [/svn/attachmentnummacro/0.11 here] using Subversion, or [source:attachmentnummacro/0.11 browse the source] with Trac.
     26
     27There is also a version on [pypi:TracAttachmentNumMacro PyPi].
    2628
    2729== Installation
     
    4446
    4547{{{
    46 [[AttachmentNum(1)]]                # First attachment, result: "attachment:'first.doc'".
    47 [[AttachmentNum(1,raw=True)]]       # First attachment (raw link), result: "raw-attachment:'first.doc'".
    48 [[AttachmentNum(1,format=short)]]   # First attachment, hyper-linked filename is printed only, result: "first.doc".
     48[[AttachmentNum(1)]]                 # First attachment, result: "attachment:'first.doc'".
     49[[AttachmentNum(1, raw=True)]]       # First attachment (raw link), result: "raw-attachment:'first.doc'".
     50[[AttachmentNum(1, format=short)]]   # First attachment, hyper-linked filename is printed only, result: "first.doc".
    4951}}}
    5052
    51 == Recent Changes ==
     53== Recent Changes
    5254
    5355[[ChangeLog(attachmentnummacro, 3)]]
    5456
    55 == Author/Contributors ==
     57== Author/Contributors
    5658
    5759'''Author:''' [wiki:martin_s] [[BR]]