Allow dots in parameter key names
[ikiwiki] / doc / plugins / contrib / ftemplate.mdwn
1 [[!template id=plugin name=ftemplate author="[[rubykat]]"]]
2 [[!tag type/meta type/format]]
3
4 This plugin provides the [[ikiwiki/directive/ftemplate]] directive.
5
6 This is like the [[ikiwiki/directive/template]] directive, with the addition
7 that one does not have to provide all the values in the call to the template,
8 because ftemplate can query structured data ("fields") using the [[field]]
9 plugin.
10
11 ## Activate the plugin
12
13     add_plugins => [qw{goodstuff ftemplate ....}],
14
15 ## PREREQUISITES
16
17     IkiWiki
18     IkiWiki::Plugin::field
19     HTML::Template
20     Encode
21
22 ## DOWNLOAD
23
24 * browse at GitHub: <http://github.com/rubykat/ikiplugins/blob/master/IkiWiki/Plugin/ftemplate.pm>
25 * git repo at git://github.com/rubykat/ikiplugins.git