ikiwiki/doc/templates/discussion.mdwn

20 lines
966 B
Plaintext
Raw Normal View History

2008-09-16 08:15:27 +02:00
This confuses me enormously. Perhaps because I am new to ikiwiki, to perl, to Linux, etc.
2008-09-16 08:28:33 +02:00
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.
2008-09-17 19:45:57 +02:00
> 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]]
2010-06-07 15:32:45 +02:00
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]]
2010-06-07 15:40:55 +02:00
> 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]]