X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/6806ddfdff5e17ec85683d38bad814a46ffa4efe..26d62b386ec0a2ee8f0c00cf48ccc21a8213063b:/doc/ikiwiki/directive/edittemplate.mdwn diff --git a/doc/ikiwiki/directive/edittemplate.mdwn b/doc/ikiwiki/directive/edittemplate.mdwn index 13e282c11..6269f5dd8 100644 --- a/doc/ikiwiki/directive/edittemplate.mdwn +++ b/doc/ikiwiki/directive/edittemplate.mdwn @@ -34,10 +34,13 @@ These variables might be set: * `` is replaced with the name of the page being created. -* `` is replaced with a version 4 (random) UUID. +* `` is replaced with a version 4 (random) UUID + suitable for use in `\[[!meta guid="urn:uuid:"]]`. (Requires the `UUID::Tiny` Perl module if not running on Linux.) * `` is replaced with the current (template generation) - time, using a fixed format, `%Y-%m-%d %H:%M:%S`. + time using a fixed format (RFC 3339, `%Y-%m-%dT%H:%M:%SZ`), + suitable for use in `\[[!meta date=""]]` + (see [[meta]]) or `\[[!date ""]]` (see [[date]]). [[!meta robots="noindex, follow"]]