]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Update plugins/contrib/compile documentation
authorspalax <spalax@web>
Sun, 5 Jun 2016 21:08:25 +0000 (17:08 -0400)
committeradmin <admin@branchable.com>
Sun, 5 Jun 2016 21:08:25 +0000 (17:08 -0400)
doc/plugins/contrib/compile.mdwn

index 320d9724d88864aac7e786b2b555731a23544ee5..d3139e9008899ecbd6d913f282cc6839651ea752 100644 (file)
@@ -106,7 +106,7 @@ using python-like string formatting, and described in the setup options section.
   advertised).
 - `template`: Name of the template to use (if set, the `source` option is
   irrelevant).
-- `var_*`: Any argument with a name starting with ``var_`` is transmitted to the template. For instance, if directive has argument ``var_foo=bar``, then the template will have a variable named ``foo``, and ``<TMPL_VAR FOO>`` will be replaced by ``bar``.
+- `var_*`: Any argument with a name starting with ``var_`` is transmitted to the command and template. For instance, if directive has argument ``var_foo=bar``, then string ``%{foo}s`` in the command will be replaced by ``bar``, and the template will have a variable named ``foo``, and ``<TMPL_VAR FOO>`` will be replaced by ``bar``.
 
 ### Extensions