diff options
author | chrysn <chrysn@fsfe.org> | 2013-09-16 15:18:54 +0200 |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2013-09-16 15:18:54 +0200 |
commit | 6cde77d5d46fd8b7e3fa711fa535c6a3de834b1c (patch) | |
tree | 5ee5b1b12b5779739df47f67fae30b208d17e41c /doc/bugs | |
parent | 44750efde83007e3d346ceff35e5896d36e8c355 (diff) | |
download | ikiwiki-6cde77d5d46fd8b7e3fa711fa535c6a3de834b1c.tar ikiwiki-6cde77d5d46fd8b7e3fa711fa535c6a3de834b1c.tar.gz |
comment response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/template_creation_error.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/template_creation_error.mdwn b/doc/bugs/template_creation_error.mdwn index f1751ab30..5d27c3472 100644 --- a/doc/bugs/template_creation_error.mdwn +++ b/doc/bugs/template_creation_error.mdwn @@ -184,3 +184,14 @@ Please, let me know what to do to avoid this kind of error. >>>> wants me to, but I think the current approach is simpler, >>>> so I'll stick with the current approach if it isn't vetoed. >>>> --[[smcv]] + +>>>>> @name: even outside `/templates`, `\[[!templatebody]]` would be +>>>>> interpreted as "when this page is used as a template, this is what its +>>>>> contents should be", and be suitable. +>>>>> +>>>>> @`%templates`: my surprise wasn't to it not being in `%pagestate`, but +>>>>> rather that the `scan` function was used for it at all, rather than plain +>>>>> directive parsing that ignores everything else -- but i agree that it's +>>>>> the right thing to do in this situation. +>>>>> +>>>>> --[[chrysn]] |