[[PageOutline(2-5,Contents,pullout)]] = Trac Parametrized Templates = == Description == Create pages from templates with parameters, using a form to input the parameter values. When making a page template, you can add some parameters. When a new page is created using that template, a form will be displayed, with a field for every parameter, and the page will be created by replacing the values submitted in that form. == Bugs/Feature Requests == Existing bugs and feature requests for ParametrizedTemplatesPlugin are [report:9?COMPONENT=ParametrizedTemplatesPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ParametrizedTemplatesPlugin&owner=airadier new ticket]. == Download == Download the zipped source from [download:parametrizedtemplatesplugin here]. == Source == You can check out ParametrizedTemplatesPlugin from [http://trac-hacks.org/svn/parametrizedtemplatesplugin here] using Subversion, or [source:parametrizedtemplatesplugin browse the source] with Trac. == Example == With this plugin, it is possible to add parameters to a wiki page template, so when creating a new wiki page from this template an intermediate form is displayed, where a field is shown for each of the parameters in the template. When the form is submitted, the page is created from the template, replacing every parameter specification in the template with the values from the form. To activate the plugin, add the following line (as usual) to trac.ini: {{{ ... [components] parametrizedtemplates.* = enabled ... }}} An example template: {{{ = Example page template = This is value of parameter 1: {{param1, Title for parameter 1}} This is a textare parameter 2: {{param2, Title for parameter 2, textarea}} }}} when creating a new page from that template, you'll get a form like: [[Image(screenshot.png)]] == Recent Changes == [[ChangeLog(parametrizedtemplatesplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:airadier] [[BR]] '''Maintainer:''' [wiki:airadier] [[BR]] '''Contributors:'''