aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Give_access_to_more_TMPL__95__VAR_variables_in_templates_inserted_by_the_temp...
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-10 15:25:05 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-10 15:25:42 -0400
commitdcab5e2e48275dbeb3bf514c68826e73abed08bc (patch)
treeef2c1e12d0fda33da1fc0baa9bff6166018a27a7 /doc/todo/Give_access_to_more_TMPL__95__VAR_variables_in_templates_inserted_by_the_template_plugin.mdwn
parentc52493422bfa0b5c58c6f952a77c769ac01f11f3 (diff)
downloadikiwiki-dcab5e2e48275dbeb3bf514c68826e73abed08bc.tar
ikiwiki-dcab5e2e48275dbeb3bf514c68826e73abed08bc.tar.gz
template: Add support for a BASENAME variable.
Diffstat (limited to 'doc/todo/Give_access_to_more_TMPL__95__VAR_variables_in_templates_inserted_by_the_template_plugin.mdwn')
-rw-r--r--doc/todo/Give_access_to_more_TMPL__95__VAR_variables_in_templates_inserted_by_the_template_plugin.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/Give_access_to_more_TMPL__95__VAR_variables_in_templates_inserted_by_the_template_plugin.mdwn b/doc/todo/Give_access_to_more_TMPL__95__VAR_variables_in_templates_inserted_by_the_template_plugin.mdwn
index eaa7cb2b6..57e05b76b 100644
--- a/doc/todo/Give_access_to_more_TMPL__95__VAR_variables_in_templates_inserted_by_the_template_plugin.mdwn
+++ b/doc/todo/Give_access_to_more_TMPL__95__VAR_variables_in_templates_inserted_by_the_template_plugin.mdwn
@@ -88,7 +88,7 @@ avoid the ad-hoc plugin solution.
most possible of these pages.
> The following patch adds a `basename` `TMPL_VAR` variable that can be
-> used in the templates inserted by [[template plugin]] :
+> used in the templates inserted by \[[template plugin]] :
> diff --git a/IkiWiki/Plugin/template.pm b/IkiWiki/Plugin/template.pm
> index a6e34fc..bb9dd8d 100644
@@ -105,3 +105,5 @@ most possible of these pages.
> $template->output));
>
> -- intrigeri
+
+> Thanks for taking the trouble to develop a patch. [[done]] --[[Joey]]