Changes between Version 20 and Version 21 of TicketBoxMacro


Ignore:
Timestamp:
Feb 9, 2010, 12:56:53 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

Minor clarifications about use cases.

Legend:

Unmodified
Added
Removed
Modified
  • TicketBoxMacro

    v20 v21  
    110110}}}
    111111
    112 If you do not make box floating, put the 'inline' argument.
    113 The box is placed in the text.
    114 If you want to show with summary string, put 'summary' argument:
     112If you do not want the box to be floating, use the `inline` keyword.
     113The box is placed inline with the wiki text.
     114If you want the ticket's summary to be displayed, use the `summary` keyword.
    115115{{{
    116116[[TicketBox({1},inline)]]
     
    118118}}}
    119119
    120 `nowrap` forces no wrap of line. It is usefull with summary option.
     120`nowrap` forces no wrap of line. It is useful with summary option.
    121121If this option is specified, line length may exceeds specified `width`.
    122122{{{