document longname parameter

master
Jon Dowland 2009-05-16 14:01:12 +01:00
parent 83e3fc3af0
commit 335462c05d
1 changed files with 3 additions and 0 deletions

View File

@ -198,6 +198,9 @@ value, then the id parameter specifies not a filename extension, but
a whole filename that can be htmlized. This is useful for files
like `Makefile` that have no extension.
If `hook` is passed an optional "longname" parameter, this value is used
when prompting a user to choose a page type on the edit page form.
### pagetemplate
hook(type => "pagetemplate", id => "foo", call => \&pagetemplate);