aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-07-01 08:46:54 +0100
committerSimon McVittie <smcv@debian.org>2014-09-01 08:59:13 +0100
commitd4b116d3bf1c0b070b971f553c97c213ef19cd4f (patch)
treeb3d9b280be19fa0ee0a9d4b73b977216ffb8113f /doc/ikiwiki
parent6806ddfdff5e17ec85683d38bad814a46ffa4efe (diff)
downloadikiwiki-d4b116d3bf1c0b070b971f553c97c213ef19cd4f.tar
ikiwiki-d4b116d3bf1c0b070b971f553c97c213ef19cd4f.tar.gz
Indicate how the UUID is likely to be used
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/edittemplate.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/edittemplate.mdwn b/doc/ikiwiki/directive/edittemplate.mdwn
index 13e282c11..11cc89851 100644
--- a/doc/ikiwiki/directive/edittemplate.mdwn
+++ b/doc/ikiwiki/directive/edittemplate.mdwn
@@ -34,7 +34,8 @@ These variables might be set:
* `<TMPL_VAR name>` is replaced with the name of the page being
created.
-* `<TMPL_VAR uuid>` is replaced with a version 4 (random) UUID.
+* `<TMPL_VAR uuid>` is replaced with a version 4 (random) UUID
+ suitable for use in `\[[!meta guid="urn:uuid:<TMPL_VAR uuid>"]]`.
(Requires the `UUID::Tiny` Perl module if not running on Linux.)
* `<TMPL_VAR time>` is replaced with the current (template generation)