- IkiWiki::hook(type => "getopt", id => "tag",
- call => \&getopt);
- IkiWiki::hook(type => "preprocess", id => "tag",
- call => \&preprocess);
- IkiWiki::hook(type => "pagetemplate", id => "tag",
- call => \&pagetemplate);
+ hook(type => "getopt", id => "tag", call => \&getopt);
+ hook(type => "preprocess", id => "tag", call => \&preprocess, scan => 1);
+ hook(type => "pagetemplate", id => "tag", call => \&pagetemplate);