Changes between Version 7 and Version 8 of ListMilestonesMacro


Ignore:
Timestamp:
Nov 6, 2016, 8:53:35 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • ListMilestonesMacro

    v7 v8  
    55== Description
    66
    7 This macro lists milestones based on a name. It uses template for displaying milestones so its output is customizable. By default it displays milestones similarly to how they are displayed in roadmap.
     7This macro lists milestones based on a name. It uses template for displaying milestones so its output is customizable. By default it displays milestones similarly to how they are displayed in the roadmap.
     8
     9Usage:
     10
     11{{{
     12[[ListMilestones()]]               # Show all milestones
     13[[ListMilestones(Product)]]        # Show milestones whose name starts with Product
     14[[ListMilestones(Product, Test)]]  # Show milestones whose name starts with Product and Test
     15}}}
    816
    917== Bugs/Feature Requests
     
    2533}}}
    2634
    27 For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    28 
    29 == Usage
    30 
    31 {{{
    32 [[ListMilestones()]]               # Show all milestones
    33 [[ListMilestones(Product)]]        # Show milestones whose name starts with Product
    34 [[ListMilestones(Product, Test)]]  # Show milestones whose name starts with Product and Test
    35 }}}
     35For more information, please follow [t:TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    3636
    3737== Author/Contributors