X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7aa10a2952a0d0ee8543f575966f7e4a780c993c..153064ff6dad008d4960905816f500e3542ebe2f:/doc/ikiwiki/directive/edittemplate.mdwn diff --git a/doc/ikiwiki/directive/edittemplate.mdwn b/doc/ikiwiki/directive/edittemplate.mdwn index 151fd203a..6269f5dd8 100644 --- a/doc/ikiwiki/directive/edittemplate.mdwn +++ b/doc/ikiwiki/directive/edittemplate.mdwn @@ -29,12 +29,18 @@ something like: The template page can also contain [[!cpan HTML::Template]] directives, like other ikiwiki [[templates]]. -Two variables might be set: +These variables might be set: * `` is replaced with the name of the page being created. -* `` is replaced with a version 4 (random) UUID. - (Requires the `UUID::Tiny` Perl module.) +* `` 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 (RFC 3339, `%Y-%m-%dT%H:%M:%SZ`), + suitable for use in `\[[!meta date=""]]` + (see [[meta]]) or `\[[!date ""]]` (see [[date]]). [[!meta robots="noindex, follow"]]