aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/configure.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/configure.rst')
-rw-r--r--doc/manual/configure.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/configure.rst b/doc/manual/configure.rst
index 9048936ac..1e0043be4 100644
--- a/doc/manual/configure.rst
+++ b/doc/manual/configure.rst
@@ -77,6 +77,9 @@ to the output unmodified. The template elements are:
many variables for various purposes, this allows getting their value within
the output. If a variable is not defined, an error occurs.
+ If a variable reference ends with ``|upper``, the value is uppercased before
+ being inserted into the template output.
+
* Iteration, ``%{for variable} block %{endfor}``. This iterates over a list and
repeats the block as many times as it is included. Variables within the block
are expanded. The two template elements ``%{for ...}`` and ``%{endfor}`` must