]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/templates/discussion.mdwn
Merge branch 'ready/document-success-reason'
[ikiwiki.git] / doc / templates / discussion.mdwn
index efeedf448a03735492411cfb4f16b88e9ba5276e..dddab48d4007572b1232394e7d46ed233371f815 100644 (file)
@@ -20,3 +20,9 @@ Am I missing something?  --[[jwalzer]]
 > If there isn't a suitable variable (I don't think there is a list at
 > the moment), a [[plugin|plugins/write]] to add one would be about 10
 > lines of perl - you'd just need to define a `pagetemplate` hook. --[[smcv]]
+
+Is there a list of all the available variables somewhere, or do I just grep the source for TMPL_VAR?  And is there a way to refer to a variable inside of a wiki page or does it have to be done from a template?  Thanks. -- [[AdamShand]]
+
+I pulled a list of variables and posted it, its in the history for [[templates]] under my name. [[justint]]
+
+I am trying to override `page.tmpl` by providing `templates/page.tmpl` in my `srcdir`- this works, but now `templates/page.tmpl` is created in my `destdir` as well! Is this expected? Is there a way to avoid this? --chenz