X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3d3485c3ce624de85de1ac33f2c3c32567f6d6ce..759260f7c836f3491d4250e77aea2c14ad9369b5:/doc/templates/discussion.mdwn diff --git a/doc/templates/discussion.mdwn b/doc/templates/discussion.mdwn index 61205bd47..4ddc48ac3 100644 --- a/doc/templates/discussion.mdwn +++ b/doc/templates/discussion.mdwn @@ -1,7 +1,19 @@ -I was wondering what the best way to customise the templates is. +This confuses me enormously. Perhaps because I am new to ikiwiki, to perl, to Linux, etc. -Would it be best to copy them all into the wiki under version control or have them seperate? +note and popups are templates? But they're not in the templates directory, and in my readings here, templates are supposed to be in the ../templates directory. -Thanks +> Ikiwiki has an basewiki underlay that provides wiki files not included in +> your personal wiki sources. The note and popup template pages are +> installed there, typically in `/usr/share/ikiwiki/basewiki/templates/` +> --[[Joey]] -john \ No newline at end of file + +Is there a list of the TMPL_VAR-Variables that are defined by ikiwiki? + +What I'm trying to achieve is to print the URL of every page on the page itself and therefore I would need the corresponding value in the Template. + +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]]