Changes between Version 1 and Version 2 of TicketBoxMacro


Ignore:
Timestamp:
Jul 12, 2005, 5:53:35 PM (19 years ago)
Author:
Shun-ichi Goto
Comment:

Updated for changeset:60

Legend:

Unmodified
Added
Removed
Modified
  • TicketBoxMacro

    v1 v2  
    22
    33== Description ==
    4 
    54Display list of ticket numbers in a box on the right side of the page.
    65The purpose of this macro is show related tickets compactly.
     
    3635
    3736List tickets expanded from the report result.
    38 Third example uses dynamic variable:
     37Third example uses dynamic variable.
     38The special variable 'USER' can be specified. If not specified,
     39login name (or anonymous) is used:
    3940{{{
    4041[[TicketBox({1})]]
    4142[[TicketBox([report:1])]]
    4243[[TicketBox([report:9?COMPONENT=TicketBox])]]
     44[[TicketBox([report:9?USER=foo])]]
    4345}}}
    4446
     
    5557}}}
    5658
    57 Specifying a title of the box:
     59Specifying a title of the box.
     60single and double quoted string are allowed.
     61If '%d' in title string will be replaced with count of tickets:
    5862{{{
    5963[[TicketBox('Related Tickets',#1,#2)]]
    6064[[TicketBox("Related Ticekts",#1,#2)]]
     65[[TicketBox("There are %d tickets",{1})]]
    6166}}}
    6267