[[PageOutline(2-5,Contents,pullout)]] = Use templates from the wiki when creating milestones. == Description 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). Examples for milestone template names: * MilestoneTemplates/MsTemplate * MilestoneTemplates/MyMilestoneTemplate == Usage When creating a new milestone you may use a dropdown list for selecting a template. The contents of the template is used for the milestone description on creation. Note that the dropdown list is only available after creation of one or more template pages. Milestone 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. {{{ [[TicketQuery(max=5,status=closed,milestone=$MILESTONE,format=table,col=resolution|summary|milestone)]] }}} == !Bugs/Feature Requests Existing bugs and feature requests for MilestoneTemplatePlugin are [report:9?COMPONENT=MilestoneTemplatePlugin here]. If you have any issues, create a [/newticket?component=MilestoneTemplatePlugin new ticket]. [[TicketQuery(component=MilestoneTemplatePlugin&group=type,format=progress)]] == Download Download the zipped source from [export:milestonetemplateplugin here]. == Source You can check out MilestoneTemplatePlugin from [/svn/milestonetemplateplugin here] using Subversion, or [source:milestonetemplateplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. There are no default templates after installation. You need to create wiki pages with prefix ''!MilestoneTemplates/'' by yourself. Examples for milestone template names: * !MilestoneTemplates/MsTemplate * !MilestoneTemplates/MyMilestoneTemplate == Recent Changes [[ChangeLog(milestonetemplateplugin, 3)]] == !Author/Contributors **Author:** [wiki:Cinc-th] [[BR]] **Maintainer:** [[Maintainer]] [[BR]] **Contributors:**