]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/contrib/compile.mdwn
3.20160509~bpo8+1
[git.ikiwiki.info.git] / doc / plugins / contrib / compile.mdwn
index 86bbdc9776615e4d50eb379b0a2d8b3f924552ef..7527f26984bc51be95f3104fdf21d87e00ef0f8f 100644 (file)
@@ -1,5 +1,5 @@
 [[!meta author="spalax"]]
-[[!template id=plugin name=compile author="[[Louis|spalax.]]"]]
+[[!template id=plugin name=compile author="[[Louis|spalax]]"]]
 
 # Compile
 
@@ -91,6 +91,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``.
 
 ### Extensions