[[PageOutline(2-5,Contents,pullout)]] = Show a list of chosen Milestones == Description This macro lists Trac 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. Usage: {{{ [[ListMilestones()]] # Show all milestones [[ListMilestones(Product)]] # Show milestones whose name starts with Product [[ListMilestones(Product, Test)]] # Show milestones whose name starts with Product and Test }}} == Bugs/Feature Requests Please use [https://github.com/trac-hacks/trac-listmilestones/issues GitHub] for any issues you have with [wiki:ListMilestonesMacro]. == Download Download the zipped source from [https://github.com/trac-hacks/trac-listmilestones/archive/master.zip here]. == Source You can clone [wiki:ListMilestonesMacro] from [https://github.com/trac-hacks/trac-listmilestones here] using git, or [https://github.com/trac-hacks/trac-listmilestones browse the source] on GitHub. == Installation {{{ pip install ListMilestonesMacro }}} For more information, please follow [t:TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins. == Author/Contributors '''Author:''' [wiki:mitar] [[BR]] '''Maintainer:''' [wiki:mitar] [[BR]] '''Contributors:'''