Changes between Version 7 and Version 8 of MilestoneTemplatePlugin


Ignore:
Timestamp:
May 27, 2017, 8:32:00 AM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MilestoneTemplatePlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Use templates from the wiki when creating milestones.
     3= Use templates from the wiki when creating milestones
    44
    55== Description
    66
    7 Any wiki page with a name starting with ''MilestoneTemplates/'' can be used as a template. This works in a similar way as wiki page templates work (see PageTemplates).
     7This plugin allows you to dynamically create a page with a list of milestones using styling from a given template. Any wiki page with a name starting with ''MilestoneTemplates/'' can be used as a template. This works in a similar way as wiki page templates work, see PageTemplates.
    88
    99Examples for milestone template names:
     
    1818Milestone templates may use the variable `$MILESTONE` for inserting the chosen milestone name into the description. This may be useful if the template contains a TracQuery with milestone parameter.
    1919
     20Add the following to your template page to create a list of milestones:
     21
    2022{{{
    2123[[TicketQuery(max=5,status=closed,milestone=$MILESTONE,format=table,col=resolution|summary|milestone)]]
    2224}}}
    2325
     26Parameters:
     27 max:: the maximum number of milestones to display
     28 status:: show only milestones with the given status
     29 milestone:: show the milestone with given milestone name $MILESTONE
     30 format:: use the given format to display the milestones
     31 col:: control what columns to display for each milestone
     32 
    2433== !Bugs/Feature Requests
    2534