aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorspalax <spalax@web>2016-06-05 17:08:25 -0400
committeradmin <admin@branchable.com>2016-06-05 17:08:25 -0400
commit5e6f93387440c47ac20cf2a1c8cc2b7793a70747 (patch)
tree08afff1c3ef561b581cc2b48af053347539f953e /doc/plugins
parent7ff82228027c93e6c589349d7faf019d5f3a64e3 (diff)
downloadikiwiki-5e6f93387440c47ac20cf2a1c8cc2b7793a70747.tar
ikiwiki-5e6f93387440c47ac20cf2a1c8cc2b7793a70747.tar.gz
Update plugins/contrib/compile documentation
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/contrib/compile.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/compile.mdwn b/doc/plugins/contrib/compile.mdwn
index 320d9724d..d3139e900 100644
--- a/doc/plugins/contrib/compile.mdwn
+++ b/doc/plugins/contrib/compile.mdwn
@@ -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