]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/user-defined_templates_outside_the_wiki.mdwn
providing the .po file so that it can be included
[ikiwiki.git] / doc / todo / user-defined_templates_outside_the_wiki.mdwn
1 [[!tag wishlist]]
2
3 The [[plugins/contrib/ftemplate]] plugin looks for templates inside the wiki
4 source, but also looks in the system templates directory (the one with
5 `page.tmpl`). This means the wiki admin can provide templates that can be
6 invoked via `\[[!template]]`, but don't have to "work" as wiki pages in their
7 own right. I think the normal [[plugins/template]] plugin could benefit from
8 this functionality.
9
10 [[done]] --[[Joey]]