X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/709e934a2bae637ee9be48a5c00961bf97e01efc..0f9cbf3ab2db47a6c3d664059d676f9c200144a4:/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn diff --git a/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn b/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn index 189b46507..e679d98e0 100644 --- a/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn +++ b/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn @@ -30,4 +30,10 @@ I've written a new plugin, sectiontemplate, available in the `page_tmpl` branch >>> I do still think combining this with pagetemplate would be good. >>> --[[Joey]] ->>>> This is exactly what I was looking for and it took me a while to find it. I very much support the idea to provide this as a regular plugin, be it merged with pagetemplate or stand-alone. Thank you for your work and code! --[BenTo]] +>>>> This is exactly what I was looking for and it took me a while to find it. I very much support the idea to provide this as a regular plugin, be it merged with pagetemplate or stand-alone. Thank you for your work and code! --BenTo + +>>>> Any update on this. This could be very helpful as I plan to run a section of a wiki with a different language (and language settings like RTL-ed CSS). --Nezmer + +>>>>> I've implemented this functionality as part of `pagetemplate` as on my "pagetemplate" branch of ikiwiki at https://github.com/rubykat/ikiwiki/tree/pagetemplate - do you want to pull this, Joey? +>>>>> It isn't implemented quite the same way as Will did; I have the template name first and the pagespec last, but it does the same thing. +>>>>> --[[KathrynAndersen]]